Shades of Cerulean Blue #245FCE
Tints of Cerulean Blue #245FCE
RGB
CMYK
RGB Variations
Color information
#245FCE (or 0x245FCE) is known color: Cerulean Blue. HEX triplet: 24, 5F and CE. RGB value is (36,95,206). Sum of RGB (Red+Green+Blue) = 36+95+206=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #245FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245FCE is #DBA031. Grayscale: #595959. Windows color (decimal): -14393394 or 13524772. OLE color: 13524772.
HSL color Cylindrical-coordinate representation of color #245FCE: hue angle of 219.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245FCE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 95 | 206 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.19 |
| HSL | 219.18º | 0.7% | 0.47% | - |
| HSV(B) | 219.18º | 0.83% | 0.81% | - |
| XYZ | 15.96 | 13.02 | 60.06 | - |
| YUV | 90.01 | 193.45 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 206 | 0.83 | 0.54 | 0 | 0.19 | 219.18 | 0.7 | 0.47 |
| Hex | 24 | 5F | CE | 53 | 36 | 0 | 13 | DB | 46 | 2F |
| Octal | 44 | 137 | 316 | 123 | 66 | 0 | 23 | 333 | 106 | 57 |
| Binary | 100100 | 1011111 | 11001110 | 1010011 | 110110 | 0 | 10011 | 11011011 | 1000110 | 101111 |
Color Harmonies of #245FCE
Complementary color
Monochromatic Colors of #245FCE
Black with #245FCE
Text Example
Text Example
White with #245FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FCE; }
p { color: rgb(36,95,206); }
H1.HeaderClassName
{
color: #245FCE;
}
.AnyTagClassName
{
color: #245FCE;
}
</style>
background-color css
<style>
a { background-color: #245FCE; }
a { background-color: rgb(36,95,206); }
div.DivClassName
{
background-color: #245FCE;
}
.BgClassName
{
background-color: #245FCE;
}
</style>
border-color css
<style>
span { border-color: #245FCE; }
span { border-color: rgb(36,95,206); }
td.TdClassName
{
border-color: #245FCE;
}
.TagClassName
{
border-color: #245FCE;
}
</style>