#1D4DCF

Color #1D4DCF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1D4DCF

Tints of Cerulean Blue #1D4DCF

Color information

#1D4DCF (or 0x1D4DCF) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 4D and CF. RGB value is (29,77,207). Sum of RGB (Red+Green+Blue) = 29+77+207=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D4DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DCF is #E2B230. Grayscale: #4C4C4C. Windows color (decimal): -14856753 or 13585693. OLE color: 13585693.

HSL color Cylindrical-coordinate representation of color #1D4DCF: hue angle of 223.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4DCF is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2977207-
CMYK0.860.6300.19
HSL223.82º75.42%46.27%-
HSV(B)223.82º85.99%81.18%-
XYZ14.4210.0760.22-
YUV77.47201.193.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 9.27%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 207 (81.25% from 255) = 66.13%
R=9.27%
G=24.60%
B=66.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29772070.860.6300.19223.8275.4246.27
Hex1D4DCF563F013e04b2e
Octal351153171267702334011356
Binary111011001101110011111010110111111010011111000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D4DCF; }

 p { color: rgb(29,77,207); }

 H1.HeaderClassName
 {
   color: #1D4DCF;
 }
 .AnyTagClassName
 {
   color: #1D4DCF;
 }
</style>
background-color css

<style>
 a { background-color: #1D4DCF; }

 a { background-color: rgb(29,77,207); }

 div.DivClassName
 {
   background-color: #1D4DCF;
 }
 .BgClassName
 {
   background-color: #1D4DCF;
 }
</style>
border-color css

<style>
 span { border-color: #1D4DCF; }

 span { border-color: rgb(29,77,207); }

 td.TdClassName
 {
   border-color: #1D4DCF;
 }
 .TagClassName
 {
   border-color: #1D4DCF;
 }
</style>