Html Css Color HEX #1D4CCD Cerulean Blue

📋 copy color: '#1D4CCD'

red 29 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #1D4CCD

Tints of Cerulean Blue #1D4CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 9.35%
G = 24.52%
B = 66.13%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D4CCD (or 0x1D4CCD) is known color: Cerulean Blue. HEX triplet: 1D, 4C and CD. RGB value is (29,76,205). Sum of RGB (Red+Green+Blue) = 29+76+205=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D4CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CCD is #E2B332. Grayscale: #4C4C4C. Windows color (decimal): -14857011 or 13454365. OLE color: 13454365.

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

Color convert

RGB 29 76 205 -
CMYK 0.86 0.63 0 0.20
HSL 223.98º 0.75% 0.46% -
HSV(B) 223.98º 0.86% 0.8% -
XYZ 14.11 9.84 58.91 -
YUV 76.65 200.43 94.01 -
System Red Green Blue C M Y K H S L
Decimal 29 76 205 0.86 0.63 0 0.20 223.98 0.75 0.46
Hex 1D 4C CD 56 3F 0 14 E0 4B 2E
Octal 35 114 315 126 77 0 24 340 113 56
Binary 11101 1001100 11001101 1010110 111111 0 10100 11100000 1001011 101110

Color Harmonies of #1D4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CCD

Black with #1D4CCD

Text Example


Text Example

White with #1D4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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