#2448ca

Color #2448CA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2448CA

Tints of Cerulean Blue #2448CA

Color information

#2448CA (or 0x2448CA) is unknown color: approx 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

RGB3672202-
CMYK0.820.6400.21
HSL226.99º69.75%46.67%-
HSV(B)226.99º82.18%79.22%-
XYZ13.719.2756.94-
YUV76.06199.0799.43-

RGB Variations

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

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.30% from 255) = 65.16%
R=11.61%
G=23.23%
B=65.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal36722020.820.6400.21226.9969.7546.67
Hex2448CA5240015e3462f
Octal4411031212210002534310657
Binary10010010010001100101010100101000000010101111000111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2448ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>