Color Hex Logo

#307efb Color Hex

#307EFB
(48,126,251)
0 Favorites   0 Comments

Color spaces of #307efb

RGB 48126251
HSL0.600.960.59
HSV217°81°98°
CMYK 0.810.500.00   0.02
XYZ26.092422.515194.2374
Yxy22.51510.18270.1576
Hunter Lab47.450115.1180-84.5368
CIE-Lab54.569320.7809-68.9265

#307efb color RGB value is (48,126,251).

#307efb hex color red value is 48, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #307efb hue: 0.60 , saturation: 0.96 and the lightness value of 307efb is 0.59.

The process color (four color CMYK) of #307efb color hex is 0.81, 0.50, 0.00, 0.02. Web safe color of #307efb is #3366ff. Color #307efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111110 11111011
Octal 60 176 373
Decimal 48 126 251
Hex 30 7E FB

RGB Percentages of Color #307efb

%11.29
%29.65
%59.06

CMYK Percentages of Color #307efb

%81
%50
%0
%2

Triadic Colors of #307efb

#307efb #fb307e #7efb30

Analogous Colors of #307efb

#307efb #4830fb #30e4fb

Monochromatic Colors of #307efb

#307efb

Complementary Color

#307efb #fbad30

#307efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#307efb Color CSS Codes

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

#307efb Text Font Color

<p style="color:#307efb">Text here</p>

This sample text font color is #307efb
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.


#307efb Background Color

<div style="background-color:#307efb">
Div content here</div>

This div background color is #307efb


#307efb Border Color

<div style="border:3px solid #307efb">
Div here</div>

This div border color is #307efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,126,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307efb;
  -webkit-box-shadow: 1px 1px 3px 2px #307efb;
  box-shadow:         1px 1px 3px 2px #307efb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307efb

Related Colors


Comments

No comments written yet.

Please login to write comment.