Color Hex Logo

#307bda Color Hex

#307BDA
(48,123,218)
0 Favorites   0 Comments

Color spaces of #307bda

RGB 48123218
HSL0.590.700.52
HSV214°78°85°
CMYK 0.780.440.00   0.15
XYZ20.956819.856369.0578
Yxy19.85630.19070.1807
Hunter Lab44.56045.9680-60.6928
CIE-Lab51.674410.3641-55.1561

#307bda color RGB value is (48,123,218).

#307bda hex color red value is 48, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #307bda hue: 0.59 , saturation: 0.70 and the lightness value of 307bda is 0.52.

The process color (four color CMYK) of #307bda color hex is 0.78, 0.44, 0.00, 0.15. Web safe color of #307bda is #3366cc. Color #307bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 11011010
Octal 60 173 332
Decimal 48 123 218
Hex 30 7B DA

RGB Percentages of Color #307bda

%12.34
%31.62
%56.04

CMYK Percentages of Color #307bda

%78
%44
%0
%15

Triadic Colors of #307bda

#307bda #da307b #7bda30

Analogous Colors of #307bda

#307bda #3a30da #30d0da

Monochromatic Colors of #307bda

#307bda

Complementary Color

#307bda #da8f30

#307bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bda Color CSS Codes

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

#307bda Text Font Color

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

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


#307bda Background Color

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

This div background color is #307bda


#307bda Border Color

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

This div border color is #307bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bda


Comments

No comments written yet.

Please login to write comment.