Html Css Color HEX #1D48DB Cerulean Blue

📋 copy color: '#1D48DB'

red 29 ◦ green 72 ◦ blue 219

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

Shades of Cerulean Blue #1D48DB

Tints of Cerulean Blue #1D48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 9.06%
G = 22.5%
B = 68.44%

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

#1D48DB (or 0x1D48DB) is known color: Cerulean Blue. HEX triplet: 1D, 48 and DB. RGB value is (29,72,219). Sum of RGB (Red+Green+Blue) = 29+72+219=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D48DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48DB is #E2B724. Grayscale: #4B4B4B. Windows color (decimal): -14858021 or 14370845. OLE color: 14370845.

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

Color convert

RGB 29 72 219 -
CMYK 0.87 0.67 0 0.14
HSL 226.42º 0.77% 0.49% -
HSV(B) 226.42º 0.87% 0.86% -
XYZ 15.61 10.01 68.13 -
YUV 75.9 208.75 94.55 -
System Red Green Blue C M Y K H S L
Decimal 29 72 219 0.87 0.67 0 0.14 226.42 0.77 0.49
Hex 1D 48 DB 57 43 0 E E2 4D 31
Octal 35 110 333 127 103 0 16 342 115 61
Binary 11101 1001000 11011011 1010111 1000011 0 1110 11100010 1001101 110001

Color Harmonies of #1D48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D48DB

Black with #1D48DB

Text Example


Text Example

White with #1D48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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