Shades of Cerulean Blue #2448E6
Tints of Cerulean Blue #2448E6
RGB
CMYK
RGB Variations
Color information
#2448E6 (or 0x2448E6) is known color: Cerulean Blue. HEX triplet: 24, 48 and E6. RGB value is (36,72,230). Sum of RGB (Red+Green+Blue) = 36+72+230=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #2448E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2448E6 is #DBB719. Grayscale: #4E4E4E. Windows color (decimal): -14399258 or 15091748. OLE color: 15091748.
HSL color Cylindrical-coordinate representation of color #2448E6: hue angle of 228.87º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2448E6 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 72 | 230 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.10 |
| HSL | 228.87º | 0.8% | 0.52% | - |
| HSV(B) | 228.87º | 0.84% | 0.9% | - |
| XYZ | 17.33 | 10.72 | 76.02 | - |
| YUV | 79.25 | 213.07 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 72 | 230 | 0.84 | 0.69 | 0 | 0.10 | 228.87 | 0.8 | 0.52 |
| Hex | 24 | 48 | E6 | 54 | 45 | 0 | A | E5 | 50 | 34 |
| Octal | 44 | 110 | 346 | 124 | 105 | 0 | 12 | 345 | 120 | 64 |
| Binary | 100100 | 1001000 | 11100110 | 1010100 | 1000101 | 0 | 1010 | 11100101 | 1010000 | 110100 |
Color Harmonies of #2448E6
Complementary color
Monochromatic Colors of #2448E6
Black with #2448E6
Text Example
Text Example
White with #2448E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2448E6; }
p { color: rgb(36,72,230); }
H1.HeaderClassName
{
color: #2448E6;
}
.AnyTagClassName
{
color: #2448E6;
}
</style>
background-color css
<style>
a { background-color: #2448E6; }
a { background-color: rgb(36,72,230); }
div.DivClassName
{
background-color: #2448E6;
}
.BgClassName
{
background-color: #2448E6;
}
</style>
border-color css
<style>
span { border-color: #2448E6; }
span { border-color: rgb(36,72,230); }
td.TdClassName
{
border-color: #2448E6;
}
.TagClassName
{
border-color: #2448E6;
}
</style>