Shades of Cerulean Blue #2448E0
Tints of Cerulean Blue #2448E0
RGB
CMYK
RGB Variations
Color information
#2448E0 (or 0x2448E0) is known color: Cerulean Blue. HEX triplet: 24, 48 and E0. RGB value is (36,72,224). Sum of RGB (Red+Green+Blue) = 36+72+224=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #2448E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2448E0 is #DBB71F. Grayscale: #4D4D4D. Windows color (decimal): -14399264 or 14698532. OLE color: 14698532.
HSL color Cylindrical-coordinate representation of color #2448E0: hue angle of 228.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2448E0 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 72 | 224 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.12 |
| HSL | 228.51º | 0.75% | 0.51% | - |
| HSV(B) | 228.51º | 0.84% | 0.88% | - |
| XYZ | 16.5 | 10.39 | 71.66 | - |
| YUV | 78.56 | 210.07 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 224 | 0.84 | 0.68 | 0 | 0.12 | 228.51 | 0.75 | 0.51 |
| Hex | 24 | 48 | E0 | 54 | 44 | 0 | C | E5 | 4B | 33 |
| Octal | 44 | 110 | 340 | 124 | 104 | 0 | 14 | 345 | 113 | 63 |
| Binary | 100100 | 1001000 | 11100000 | 1010100 | 1000100 | 0 | 1100 | 11100101 | 1001011 | 110011 |
Color Harmonies of #2448E0
Complementary color
Monochromatic Colors of #2448E0
Black with #2448E0
Text Example
Text Example
White with #2448E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448E0; }
p { color: rgb(36,72,224); }
H1.HeaderClassName
{
color: #2448E0;
}
.AnyTagClassName
{
color: #2448E0;
}
</style>
background-color css
<style>
a { background-color: #2448E0; }
a { background-color: rgb(36,72,224); }
div.DivClassName
{
background-color: #2448E0;
}
.BgClassName
{
background-color: #2448E0;
}
</style>
border-color css
<style>
span { border-color: #2448E0; }
span { border-color: rgb(36,72,224); }
td.TdClassName
{
border-color: #2448E0;
}
.TagClassName
{
border-color: #2448E0;
}
</style>