Html Css Color HEX #1D4DDB Cerulean Blue

📋 copy color: '#1D4DDB'

red 29 ◦ green 77 ◦ blue 219

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

Shades of Cerulean Blue #1D4DDB

Tints of Cerulean Blue #1D4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 219 (85.94% from 255) = 67.38%

R = 8.92%
G = 23.69%
B = 67.38%

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

#1D4DDB (or 0x1D4DDB) is known color: Cerulean Blue. HEX triplet: 1D, 4D and DB. RGB value is (29,77,219). Sum of RGB (Red+Green+Blue) = 29+77+219=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4DDB is #E2B224. Grayscale: #4E4E4E. Windows color (decimal): -14856741 or 14372125. OLE color: 14372125.

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

Color convert

RGB 29 77 219 -
CMYK 0.87 0.65 0 0.14
HSL 224.84º 0.77% 0.49% -
HSV(B) 224.84º 0.87% 0.86% -
XYZ 15.95 10.68 68.24 -
YUV 78.84 207.1 92.45 -
System Red Green Blue C M Y K H S L
Decimal 29 77 219 0.87 0.65 0 0.14 224.84 0.77 0.49
Hex 1D 4D DB 57 41 0 E E1 4D 31
Octal 35 115 333 127 101 0 16 341 115 61
Binary 11101 1001101 11011011 1010111 1000001 0 1110 11100001 1001101 110001

Color Harmonies of #1D4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4DDB

Black with #1D4DDB

Text Example


Text Example

White with #1D4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,219); }

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

background-color css

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

 a { background-color: rgb(29,77,219); }

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

border-color css

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

 span { border-color: rgb(29,77,219); }

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