Shades of Cerulean Blue #245BC5
Tints of Cerulean Blue #245BC5
RGB
CMYK
RGB Variations
Color information
#245BC5 (or 0x245BC5) is known color: Cerulean Blue. HEX triplet: 24, 5B and C5. RGB value is (36,91,197). Sum of RGB (Red+Green+Blue) = 36+91+197=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #245BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BC5 is #DBA43A. Grayscale: #565656. Windows color (decimal): -14394427 or 12933924. OLE color: 12933924.
HSL color Cylindrical-coordinate representation of color #245BC5: hue angle of 219.5º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245BC5 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 36 | 91 | 197 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.23 |
| HSL | 219.5º | 0.69% | 0.46% | - |
| HSV(B) | 219.5º | 0.82% | 0.77% | - |
| XYZ | 14.55 | 11.89 | 54.35 | - |
| YUV | 86.64 | 190.28 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 197 | 0.82 | 0.54 | 0 | 0.23 | 219.5 | 0.69 | 0.46 |
| Hex | 24 | 5B | C5 | 52 | 36 | 0 | 17 | DC | 45 | 2E |
| Octal | 44 | 133 | 305 | 122 | 66 | 0 | 27 | 334 | 105 | 56 |
| Binary | 100100 | 1011011 | 11000101 | 1010010 | 110110 | 0 | 10111 | 11011100 | 1000101 | 101110 |
Color Harmonies of #245BC5
Complementary color
Monochromatic Colors of #245BC5
Black with #245BC5
Text Example
Text Example
White with #245BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BC5; }
p { color: rgb(36,91,197); }
H1.HeaderClassName
{
color: #245BC5;
}
.AnyTagClassName
{
color: #245BC5;
}
</style>
background-color css
<style>
a { background-color: #245BC5; }
a { background-color: rgb(36,91,197); }
div.DivClassName
{
background-color: #245BC5;
}
.BgClassName
{
background-color: #245BC5;
}
</style>
border-color css
<style>
span { border-color: #245BC5; }
span { border-color: rgb(36,91,197); }
td.TdClassName
{
border-color: #245BC5;
}
.TagClassName
{
border-color: #245BC5;
}
</style>