Html Css Color HEX #1D4ECC Cerulean Blue

📋 copy color: '#1D4ECC'

red 29 ◦ green 78 ◦ blue 204

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

Shades of Cerulean Blue #1D4ECC

Tints of Cerulean Blue #1D4ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 9.32%
G = 25.08%
B = 65.59%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1D4ECC (or 0x1D4ECC) is known color: Cerulean Blue. HEX triplet: 1D, 4E and CC. RGB value is (29,78,204). Sum of RGB (Red+Green+Blue) = 29+78+204=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D4ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4ECC is #E2B133. Grayscale: #4D4D4D. Windows color (decimal): -14856500 or 13389341. OLE color: 13389341.

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

Color convert

RGB 29 78 204 -
CMYK 0.86 0.62 0 0.2
HSL 223.2º 0.75% 0.46% -
HSV(B) 223.2º 0.86% 0.8% -
XYZ 14.13 10.07 58.33 -
YUV 77.71 199.27 93.25 -
System Red Green Blue C M Y K H S L
Decimal 29 78 204 0.86 0.62 0 0.2 223.2 0.75 0.46
Hex 1D 4E CC 56 3E 0 14 DF 4B 2E
Octal 35 116 314 126 76 0 24 337 113 56
Binary 11101 1001110 11001100 1010110 111110 0 10100 11011111 1001011 101110

Color Harmonies of #1D4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4ECC

Black with #1D4ECC

Text Example


Text Example

White with #1D4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,78,204); }

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

background-color css

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

 a { background-color: rgb(29,78,204); }

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

border-color css

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

 span { border-color: rgb(29,78,204); }

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