Html Css Color HEX #1D56CE Cerulean Blue

📋 copy color: '#1D56CE'

red 29 ◦ green 86 ◦ blue 206

#1D56CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1D56CE

Tints of Cerulean Blue #1D56CE

RGB

 RED value IS 29 (11.72% from 255) = 9.03%

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 9.03%
G = 26.79%
B = 64.17%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D56CE (or 0x1D56CE) is known color: Cerulean Blue. HEX triplet: 1D, 56 and CE. RGB value is (29,86,206). Sum of RGB (Red+Green+Blue) = 29+86+206=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D56CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D56CE is #E2A931. Grayscale: #525252. Windows color (decimal): -14854450 or 13522461. OLE color: 13522461.

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

Color convert

RGB 29 86 206 -
CMYK 0.86 0.58 0 0.19
HSL 220.68º 0.75% 0.46% -
HSV(B) 220.68º 0.86% 0.81% -
XYZ 14.98 11.37 59.8 -
YUV 82.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 29 86 206 0.86 0.58 0 0.19 220.68 0.75 0.46
Hex 1D 56 CE 56 3A 0 13 DD 4B 2E
Octal 35 126 316 126 72 0 23 335 113 56
Binary 11101 1010110 11001110 1010110 111010 0 10011 11011101 1001011 101110

Color Harmonies of #1D56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D56CE

Black with #1D56CE

Text Example


Text Example

White with #1D56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,86,206); }

 H1.HeaderClassName
 {
   color: #1D56CE;
 }
 .AnyTagClassName
 {
   color: #1D56CE;
 }
</style>

background-color css

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

 a { background-color: rgb(29,86,206); }

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

border-color css

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

 span { border-color: rgb(29,86,206); }

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