Shades of Cerulean Blue #245BBC
Tints of Cerulean Blue #245BBC
RGB
CMYK
RGB Variations
Color information
#245BBC (or 0x245BBC) is known color: Cerulean Blue. HEX triplet: 24, 5B and BC. RGB value is (36,91,188). Sum of RGB (Red+Green+Blue) = 36+91+188=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #245BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BBC is #DBA443. Grayscale: #555555. Windows color (decimal): -14394436 or 12344100. OLE color: 12344100.
HSL color Cylindrical-coordinate representation of color #245BBC: hue angle of 218.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245BBC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 91 | 188 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.26 |
| HSL | 218.29º | 0.68% | 0.44% | - |
| HSV(B) | 218.29º | 0.81% | 0.74% | - |
| XYZ | 13.55 | 11.49 | 49.08 | - |
| YUV | 85.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 188 | 0.81 | 0.52 | 0 | 0.26 | 218.29 | 0.68 | 0.44 |
| Hex | 24 | 5B | BC | 51 | 34 | 0 | 1A | DA | 44 | 2C |
| Octal | 44 | 133 | 274 | 121 | 64 | 0 | 32 | 332 | 104 | 54 |
| Binary | 100100 | 1011011 | 10111100 | 1010001 | 110100 | 0 | 11010 | 11011010 | 1000100 | 101100 |
Color Harmonies of #245BBC
Complementary color
Monochromatic Colors of #245BBC
Black with #245BBC
Text Example
Text Example
White with #245BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BBC; }
p { color: rgb(36,91,188); }
H1.HeaderClassName
{
color: #245BBC;
}
.AnyTagClassName
{
color: #245BBC;
}
</style>
background-color css
<style>
a { background-color: #245BBC; }
a { background-color: rgb(36,91,188); }
div.DivClassName
{
background-color: #245BBC;
}
.BgClassName
{
background-color: #245BBC;
}
</style>
border-color css
<style>
span { border-color: #245BBC; }
span { border-color: rgb(36,91,188); }
td.TdClassName
{
border-color: #245BBC;
}
.TagClassName
{
border-color: #245BBC;
}
</style>