Html Css Color HEX #1D4EDC Cerulean Blue

📋 copy color: '#1D4EDC'

red 29 ◦ green 78 ◦ blue 220

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

Shades of Cerulean Blue #1D4EDC

Tints of Cerulean Blue #1D4EDC

RGB

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

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

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

R = 8.87%
G = 23.85%
B = 67.28%

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

#1D4EDC (or 0x1D4EDC) is known color: Cerulean Blue. HEX triplet: 1D, 4E and DC. RGB value is (29,78,220). Sum of RGB (Red+Green+Blue) = 29+78+220=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4EDC is #E2B123. Grayscale: #4E4E4E. Windows color (decimal): -14856484 or 14437917. OLE color: 14437917.

HSL color Cylindrical-coordinate representation of color #1D4EDC: hue angle of 224.61º 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 #1D4EDC is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 78 220 -
CMYK 0.87 0.65 0 0.14
HSL 224.61º 0.77% 0.49% -
HSV(B) 224.61º 0.87% 0.86% -
XYZ 16.15 10.88 68.96 -
YUV 79.54 207.27 91.95 -
System Red Green Blue C M Y K H S L
Decimal 29 78 220 0.87 0.65 0 0.14 224.61 0.77 0.49
Hex 1D 4E DC 57 41 0 E E1 4D 31
Octal 35 116 334 127 101 0 16 341 115 61
Binary 11101 1001110 11011100 1010111 1000001 0 1110 11100001 1001101 110001

Color Harmonies of #1D4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4EDC

Black with #1D4EDC

Text Example


Text Example

White with #1D4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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