Shades of Cerulean Blue #245BB8
Tints of Cerulean Blue #245BB8
RGB
CMYK
RGB Variations
Color information
#245BB8 (or 0x245BB8) is known color: Cerulean Blue. HEX triplet: 24, 5B and B8. RGB value is (36,91,184). Sum of RGB (Red+Green+Blue) = 36+91+184=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #245BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BB8 is #DBA447. Grayscale: #545454. Windows color (decimal): -14394440 or 12081956. OLE color: 12081956.
HSL color Cylindrical-coordinate representation of color #245BB8: hue angle of 217.7º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245BB8 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 91 | 184 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.28 |
| HSL | 217.7º | 0.67% | 0.43% | - |
| HSV(B) | 217.7º | 0.8% | 0.72% | - |
| XYZ | 13.12 | 11.32 | 46.84 | - |
| YUV | 85.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 184 | 0.80 | 0.51 | 0 | 0.28 | 217.7 | 0.67 | 0.43 |
| Hex | 24 | 5B | B8 | 50 | 33 | 0 | 1C | DA | 43 | 2B |
| Octal | 44 | 133 | 270 | 120 | 63 | 0 | 34 | 332 | 103 | 53 |
| Binary | 100100 | 1011011 | 10111000 | 1010000 | 110011 | 0 | 11100 | 11011010 | 1000011 | 101011 |
Color Harmonies of #245BB8
Complementary color
Monochromatic Colors of #245BB8
Black with #245BB8
Text Example
Text Example
White with #245BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BB8; }
p { color: rgb(36,91,184); }
H1.HeaderClassName
{
color: #245BB8;
}
.AnyTagClassName
{
color: #245BB8;
}
</style>
background-color css
<style>
a { background-color: #245BB8; }
a { background-color: rgb(36,91,184); }
div.DivClassName
{
background-color: #245BB8;
}
.BgClassName
{
background-color: #245BB8;
}
</style>
border-color css
<style>
span { border-color: #245BB8; }
span { border-color: rgb(36,91,184); }
td.TdClassName
{
border-color: #245BB8;
}
.TagClassName
{
border-color: #245BB8;
}
</style>