Color Hex Logo

#309bff Color Hex

#309BFF
(48,155,255)
1 Favorites   0 Comments

Color spaces of #309bff

RGB 48155255
HSL0.581.000.59
HSV209°81°100°
CMYK 0.810.390.00   0.00
XYZ30.990331.291199.0142
Yxy31.29110.19210.1940
Hunter Lab55.93840.9980-65.7897
CIE-Lab62.75264.6870-57.9849

#309bff color RGB value is (48,155,255).

#309bff hex color red value is 48, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #309bff hue: 0.58 , saturation: 1.00 and the lightness value of 309bff is 0.59.

The process color (four color CMYK) of #309bff color hex is 0.81, 0.39, 0.00, 0.00. Web safe color of #309bff is #3399ff. Color #309bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 11111111
Octal 60 233 377
Decimal 48 155 255
Hex 30 9B FF

RGB Percentages of Color #309bff

%10.48
%33.84
%55.68

CMYK Percentages of Color #309bff

%81
%39
%0
%0

Triadic Colors of #309bff

#309bff #ff309b #9bff30

Analogous Colors of #309bff

#309bff #3034ff #30fffc

Monochromatic Colors of #309bff

#309bff

Complementary Color

#309bff #ff9430

#309bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#309bff Color CSS Codes

.mybgcolor {background-color:#309bff; } 
.myforecolor {color:#309bff; }
.mybordercolor {border:3px solid #309bff; }

#309bff Text Font Color

<p style="color:#309bff">Text here</p>

This sample text font color is #309bff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#309bff Background Color

<div style="background-color:#309bff">
Div content here</div>

This div background color is #309bff


#309bff Border Color

<div style="border:3px solid #309bff">
Div here</div>

This div border color is #309bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,155,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309bff;
  -webkit-box-shadow: 1px 1px 3px 2px #309bff;
  box-shadow:         1px 1px 3px 2px #309bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,155,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #309bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #309bff;
  -webkit-box-shadow: 1px 1px 3px 2px #309bff;
  box-shadow:         1px 1px 3px 2px #309bff;">
Div content here</div>

This div box has shadow with color #309bff

Related Colors

#309bff Color Palettes


Comments

No comments written yet.

Please login to write comment.