#1D51CF

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

Shades of Cerulean Blue #1D51CF

Tints of Cerulean Blue #1D51CF

Color information

#1D51CF (or 0x1D51CF) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 51 and CF. RGB value is (29,81,207). Sum of RGB (Red+Green+Blue) = 29+81+207=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D51CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D51CF is #E2AE30. Grayscale: #4F4F4F. Windows color (decimal): -14855729 or 13586717. OLE color: 13586717.

HSL color Cylindrical-coordinate representation of color #1D51CF: hue angle of 222.47º 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 #1D51CF is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2981207-
CMYK0.860.6100.19
HSL222.47º75.42%46.27%-
HSV(B)222.47º85.99%81.18%-
XYZ14.7110.6560.31-
YUV79.82199.7791.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.15%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 207 (81.25% from 255) = 65.30%
R=9.15%
G=25.55%
B=65.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal29812070.860.6100.19222.4775.4246.27
Hex1D51CF563D013de4b2e
Octal351213171267502333611356
Binary111011010001110011111010110111101010011110111101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D51CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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