Html Css Color HEX #1D4BDB Cerulean Blue

📋 copy color: '#1D4BDB'

red 29 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #1D4BDB

Tints of Cerulean Blue #1D4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

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

R = 8.98%
G = 23.22%
B = 67.8%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D4BDB (or 0x1D4BDB) is known color: Cerulean Blue. HEX triplet: 1D, 4B and DB. RGB value is (29,75,219). Sum of RGB (Red+Green+Blue) = 29+75+219=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BDB is #E2B424. Grayscale: #4D4D4D. Windows color (decimal): -14857253 or 14371613. OLE color: 14371613.

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

Color convert

RGB 29 75 219 -
CMYK 0.87 0.66 0 0.14
HSL 225.47º 0.77% 0.49% -
HSV(B) 225.47º 0.87% 0.86% -
XYZ 15.81 10.41 68.19 -
YUV 77.66 207.76 93.29 -
System Red Green Blue C M Y K H S L
Decimal 29 75 219 0.87 0.66 0 0.14 225.47 0.77 0.49
Hex 1D 4B DB 57 42 0 E E1 4D 31
Octal 35 113 333 127 102 0 16 341 115 61
Binary 11101 1001011 11011011 1010111 1000010 0 1110 11100001 1001101 110001

Color Harmonies of #1D4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4BDB

Black with #1D4BDB

Text Example


Text Example

White with #1D4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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