Html Css Color HEX #2448DB Cerulean Blue

📋 copy color: '#2448DB'

red 36 ◦ green 72 ◦ blue 219

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

Shades of Cerulean Blue #2448DB

Tints of Cerulean Blue #2448DB

RGB

 RED value IS 36 (14.45% from 255) = 11.01%

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

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

R = 11.01%
G = 22.02%
B = 66.97%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2448DB (or 0x2448DB) is known color: Cerulean Blue. HEX triplet: 24, 48 and DB. RGB value is (36,72,219). Sum of RGB (Red+Green+Blue) = 36+72+219=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #2448DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448DB is #DBB724. Grayscale: #4D4D4D. Windows color (decimal): -14399269 or 14370852. OLE color: 14370852.

HSL color Cylindrical-coordinate representation of color #2448DB: hue angle of 228.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2448DB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 72 219 -
CMYK 0.84 0.67 0 0.14
HSL 228.2º 0.72% 0.5% -
HSV(B) 228.2º 0.84% 0.86% -
XYZ 15.83 10.12 68.14 -
YUV 77.99 207.57 98.05 -
System Red Green Blue C M Y K H S L
Decimal 36 72 219 0.84 0.67 0 0.14 228.2 0.72 0.5
Hex 24 48 DB 54 43 0 E E4 48 32
Octal 44 110 333 124 103 0 16 344 110 62
Binary 100100 1001000 11011011 1010100 1000011 0 1110 11100100 1001000 110010

Color Harmonies of #2448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448DB

Black with #2448DB

Text Example


Text Example

White with #2448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2448DB; }

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

 H1.HeaderClassName
 {
   color: #2448DB;
 }
 .AnyTagClassName
 {
   color: #2448DB;
 }
</style>

background-color css

<style>
 a { background-color: #2448DB; }

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

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

border-color css

<style>
 span { border-color: #2448DB; }

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

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