Html Css Color HEX #1D4CDC Cerulean Blue

📋 copy color: '#1D4CDC'

red 29 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #1D4CDC

Tints of Cerulean Blue #1D4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.38%

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 8.92%
G = 23.38%
B = 67.69%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D4CDC (or 0x1D4CDC) is known color: Cerulean Blue. HEX triplet: 1D, 4C and DC. RGB value is (29,76,220). Sum of RGB (Red+Green+Blue) = 29+76+220=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D4CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CDC is #E2B323. Grayscale: #4D4D4D. Windows color (decimal): -14856996 or 14437405. OLE color: 14437405.

HSL color Cylindrical-coordinate representation of color #1D4CDC: hue angle of 225.24º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D4CDC is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 76 220 -
CMYK 0.87 0.65 0 0.14
HSL 225.24º 0.77% 0.49% -
HSV(B) 225.24º 0.87% 0.86% -
XYZ 16.01 10.6 68.91 -
YUV 78.36 207.93 92.79 -
System Red Green Blue C M Y K H S L
Decimal 29 76 220 0.87 0.65 0 0.14 225.24 0.77 0.49
Hex 1D 4C DC 57 41 0 E E1 4D 31
Octal 35 114 334 127 101 0 16 341 115 61
Binary 11101 1001100 11011100 1010111 1000001 0 1110 11100001 1001101 110001

Color Harmonies of #1D4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CDC

Black with #1D4CDC

Text Example


Text Example

White with #1D4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,76,220); }

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

background-color css

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

 a { background-color: rgb(29,76,220); }

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

border-color css

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

 span { border-color: rgb(29,76,220); }

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