Html Css Color HEX #1D49DB Cerulean Blue

📋 copy color: '#1D49DB'

red 29 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #1D49DB

Tints of Cerulean Blue #1D49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

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

R = 9.03%
G = 22.74%
B = 68.22%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D49DB (or 0x1D49DB) is known color: Cerulean Blue. HEX triplet: 1D, 49 and DB. RGB value is (29,73,219). Sum of RGB (Red+Green+Blue) = 29+73+219=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D49DB is #E2B624. Grayscale: #4B4B4B. Windows color (decimal): -14857765 or 14371101. OLE color: 14371101.

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

Color convert

RGB 29 73 219 -
CMYK 0.87 0.67 0 0.14
HSL 226.11º 0.77% 0.49% -
HSV(B) 226.11º 0.87% 0.86% -
XYZ 15.68 10.14 68.15 -
YUV 76.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 29 73 219 0.87 0.67 0 0.14 226.11 0.77 0.49
Hex 1D 49 DB 57 43 0 E E2 4D 31
Octal 35 111 333 127 103 0 16 342 115 61
Binary 11101 1001001 11011011 1010111 1000011 0 1110 11100010 1001101 110001

Color Harmonies of #1D49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D49DB

Black with #1D49DB

Text Example


Text Example

White with #1D49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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