Shades of Cerulean Blue #2454A8
Tints of Cerulean Blue #2454A8
RGB
CMYK
RGB Variations
Color information
#2454A8 (or 0x2454A8) is known color: Cerulean Blue. HEX triplet: 24, 54 and A8. RGB value is (36,84,168). Sum of RGB (Red+Green+Blue) = 36+84+168=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 168 (66.02% from 255 or 58.33% from 288); Max value from RGB is 168 - color contains mainly: blue. Hex color #2454A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2454A8 is #DBAB57. Grayscale: #4E4E4E. Windows color (decimal): -14396248 or 11031588. OLE color: 11031588.
HSL color Cylindrical-coordinate representation of color #2454A8: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2454A8 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 84 | 168 | - |
| CMYK | 0.79 | 0.5 | 0 | 0.34 |
| HSL | 218.18º | 0.65% | 0.4% | - |
| HSV(B) | 218.18º | 0.79% | 0.66% | - |
| XYZ | 10.97 | 9.54 | 38.31 | - |
| YUV | 79.22 | 178.1 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 168 | 0.79 | 0.5 | 0 | 0.34 | 218.18 | 0.65 | 0.4 |
| Hex | 24 | 54 | A8 | 4F | 32 | 0 | 22 | DA | 41 | 28 |
| Octal | 44 | 124 | 250 | 117 | 62 | 0 | 42 | 332 | 101 | 50 |
| Binary | 100100 | 1010100 | 10101000 | 1001111 | 110010 | 0 | 100010 | 11011010 | 1000001 | 101000 |
Color Harmonies of #2454A8
Complementary color
Monochromatic Colors of #2454A8
Black with #2454A8
Text Example
Text Example
White with #2454A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2454A8; }
p { color: rgb(36,84,168); }
H1.HeaderClassName
{
color: #2454A8;
}
.AnyTagClassName
{
color: #2454A8;
}
</style>
background-color css
<style>
a { background-color: #2454A8; }
a { background-color: rgb(36,84,168); }
div.DivClassName
{
background-color: #2454A8;
}
.BgClassName
{
background-color: #2454A8;
}
</style>
border-color css
<style>
span { border-color: #2454A8; }
span { border-color: rgb(36,84,168); }
td.TdClassName
{
border-color: #2454A8;
}
.TagClassName
{
border-color: #2454A8;
}
</style>