Html Css Color HEX #2448CA Cerulean Blue

📋 copy color: '#2448CA'

red 36 ◦ green 72 ◦ blue 202

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

Shades of Cerulean Blue #2448CA

Tints of Cerulean Blue #2448CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.16%

R = 11.61%
G = 23.23%
B = 65.16%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2448CA (or 0x2448CA) is known color: Cerulean Blue. HEX triplet: 24, 48 and CA. RGB value is (36,72,202). Sum of RGB (Red+Green+Blue) = 36+72+202=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #2448CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448CA is #DBB735. Grayscale: #4B4B4B. Windows color (decimal): -14399286 or 13256740. OLE color: 13256740.

HSL color Cylindrical-coordinate representation of color #2448CA: hue angle of 226.99º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2448CA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 72 202 -
CMYK 0.82 0.64 0 0.21
HSL 226.99º 0.7% 0.47% -
HSV(B) 226.99º 0.82% 0.79% -
XYZ 13.71 9.27 56.94 -
YUV 76.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 36 72 202 0.82 0.64 0 0.21 226.99 0.7 0.47
Hex 24 48 CA 52 40 0 15 E3 46 2F
Octal 44 110 312 122 100 0 25 343 106 57
Binary 100100 1001000 11001010 1010010 1000000 0 10101 11100011 1000110 101111

Color Harmonies of #2448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448CA

Black with #2448CA

Text Example


Text Example

White with #2448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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