Color Hex Logo

#307cdb Color Hex

#307CDB
(48,124,219)
0 Favorites   0 Comments

Color spaces of #307cdb

RGB 48124219
HSL0.590.700.52
HSV213°78°86°
CMYK 0.780.430.00   0.14
XYZ21.212820.158269.7907
Yxy20.15820.19080.1813
Hunter Lab44.89795.7642-60.7337
CIE-Lab52.015610.1182-55.1735

#307cdb color RGB value is (48,124,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 11011011
Octal 60 174 333
Decimal 48 124 219
Hex 30 7C DB

RGB Percentages of Color #307cdb

%12.28
%31.71
%56.01

CMYK Percentages of Color #307cdb

%78
%43
%0
%14

Triadic Colors of #307cdb

#307cdb #db307c #7cdb30

Analogous Colors of #307cdb

#307cdb #3930db #30d2db

Monochromatic Colors of #307cdb

#307cdb

Complementary Color

#307cdb #db8f30

#307cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cdb Color CSS Codes

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

#307cdb Text Font Color

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

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


#307cdb Background Color

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

This div background color is #307cdb


#307cdb Border Color

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

This div border color is #307cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cdb


Comments

No comments written yet.

Please login to write comment.