Html Css Color HEX #1D53DB Cerulean Blue

📋 copy color: '#1D53DB'

red 29 ◦ green 83 ◦ blue 219

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

Shades of Cerulean Blue #1D53DB

Tints of Cerulean Blue #1D53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 8.76%
G = 25.08%
B = 66.16%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D53DB (or 0x1D53DB) is known color: Cerulean Blue. HEX triplet: 1D, 53 and DB. RGB value is (29,83,219). Sum of RGB (Red+Green+Blue) = 29+83+219=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D53DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D53DB is #E2AC24. Grayscale: #515151. Windows color (decimal): -14855205 or 14373661. OLE color: 14373661.

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

Color convert

RGB 29 83 219 -
CMYK 0.87 0.62 0 0.14
HSL 222.95º 0.77% 0.49% -
HSV(B) 222.95º 0.87% 0.86% -
XYZ 16.39 11.56 68.39 -
YUV 82.36 205.11 89.94 -
System Red Green Blue C M Y K H S L
Decimal 29 83 219 0.87 0.62 0 0.14 222.95 0.77 0.49
Hex 1D 53 DB 57 3E 0 E DF 4D 31
Octal 35 123 333 127 76 0 16 337 115 61
Binary 11101 1010011 11011011 1010111 111110 0 1110 11011111 1001101 110001

Color Harmonies of #1D53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D53DB

Black with #1D53DB

Text Example


Text Example

White with #1D53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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