Html Css Color HEX #1D4EDF Cerulean Blue

📋 copy color: '#1D4EDF'

red 29 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #1D4EDF

Tints of Cerulean Blue #1D4EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 8.79%
G = 23.64%
B = 67.58%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1D4EDF (or 0x1D4EDF) is known color: Cerulean Blue. HEX triplet: 1D, 4E and DF. RGB value is (29,78,223). Sum of RGB (Red+Green+Blue) = 29+78+223=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D4EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4EDF is #E2B120. Grayscale: #4F4F4F. Windows color (decimal): -14856481 or 14634525. OLE color: 14634525.

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

Color convert

RGB 29 78 223 -
CMYK 0.87 0.65 0 0.13
HSL 224.85º 0.77% 0.49% -
HSV(B) 224.85º 0.87% 0.87% -
XYZ 16.55 11.04 71.07 -
YUV 79.88 208.77 91.71 -
System Red Green Blue C M Y K H S L
Decimal 29 78 223 0.87 0.65 0 0.13 224.85 0.77 0.49
Hex 1D 4E DF 57 41 0 D E1 4D 31
Octal 35 116 337 127 101 0 15 341 115 61
Binary 11101 1001110 11011111 1010111 1000001 0 1101 11100001 1001101 110001

Color Harmonies of #1D4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4EDF

Black with #1D4EDF

Text Example


Text Example

White with #1D4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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