Html Css Color HEX #2448BA Cerulean Blue

📋 copy color: '#2448BA'

red 36 ◦ green 72 ◦ blue 186

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

Shades of Cerulean Blue #2448BA

Tints of Cerulean Blue #2448BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 12.24%
G = 24.49%
B = 63.27%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2448BA (or 0x2448BA) is known color: Cerulean Blue. HEX triplet: 24, 48 and BA. RGB value is (36,72,186). Sum of RGB (Red+Green+Blue) = 36+72+186=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #2448BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448BA is #DBB745. Grayscale: #494949. Windows color (decimal): -14399302 or 12208164. OLE color: 12208164.

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

Color convert

RGB 36 72 186 -
CMYK 0.81 0.61 0 0.27
HSL 225.6º 0.68% 0.44% -
HSV(B) 225.6º 0.81% 0.73% -
XYZ 11.91 8.55 47.48 -
YUV 74.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 36 72 186 0.81 0.61 0 0.27 225.6 0.68 0.44
Hex 24 48 BA 51 3D 0 1B E2 44 2C
Octal 44 110 272 121 75 0 33 342 104 54
Binary 100100 1001000 10111010 1010001 111101 0 11011 11100010 1000100 101100

Color Harmonies of #2448BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448BA

Black with #2448BA

Text Example


Text Example

White with #2448BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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