Html Css Color HEX #2448BD Cerulean Blue

📋 copy color: '#2448BD'

red 36 ◦ green 72 ◦ blue 189

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

Shades of Cerulean Blue #2448BD

Tints of Cerulean Blue #2448BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 12.12%
G = 24.24%
B = 63.64%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2448BD (or 0x2448BD) is known color: Cerulean Blue. HEX triplet: 24, 48 and BD. RGB value is (36,72,189). Sum of RGB (Red+Green+Blue) = 36+72+189=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #2448BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448BD is #DBB742. Grayscale: #4A4A4A. Windows color (decimal): -14399299 or 12404772. OLE color: 12404772.

HSL color Cylindrical-coordinate representation of color #2448BD: hue angle of 225.88º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2448BD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 72 189 -
CMYK 0.81 0.62 0 0.26
HSL 225.88º 0.68% 0.44% -
HSV(B) 225.88º 0.81% 0.74% -
XYZ 12.23 8.68 49.18 -
YUV 74.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 36 72 189 0.81 0.62 0 0.26 225.88 0.68 0.44
Hex 24 48 BD 51 3E 0 1A E2 44 2C
Octal 44 110 275 121 76 0 32 342 104 54
Binary 100100 1001000 10111101 1010001 111110 0 11010 11100010 1000100 101100

Color Harmonies of #2448BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448BD

Black with #2448BD

Text Example


Text Example

White with #2448BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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