Shades of Cerulean Blue #245DCF
Tints of Cerulean Blue #245DCF
RGB
CMYK
RGB Variations
Color information
#245DCF (or 0x245DCF) is known color: Cerulean Blue. HEX triplet: 24, 5D and CF. RGB value is (36,93,207). Sum of RGB (Red+Green+Blue) = 36+93+207=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #245DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DCF is #DBA230. Grayscale: #585858. Windows color (decimal): -14393905 or 13589796. OLE color: 13589796.
HSL color Cylindrical-coordinate representation of color #245DCF: hue angle of 220º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245DCF is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 93 | 207 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.19 |
| HSL | 220º | 0.7% | 0.48% | - |
| HSV(B) | 220º | 0.83% | 0.81% | - |
| XYZ | 15.9 | 12.71 | 60.65 | - |
| YUV | 88.95 | 194.62 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 207 | 0.83 | 0.55 | 0 | 0.19 | 220 | 0.7 | 0.48 |
| Hex | 24 | 5D | CF | 53 | 37 | 0 | 13 | DC | 46 | 30 |
| Octal | 44 | 135 | 317 | 123 | 67 | 0 | 23 | 334 | 106 | 60 |
| Binary | 100100 | 1011101 | 11001111 | 1010011 | 110111 | 0 | 10011 | 11011100 | 1000110 | 110000 |
Color Harmonies of #245DCF
Complementary color
Monochromatic Colors of #245DCF
Black with #245DCF
Text Example
Text Example
White with #245DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DCF; }
p { color: rgb(36,93,207); }
H1.HeaderClassName
{
color: #245DCF;
}
.AnyTagClassName
{
color: #245DCF;
}
</style>
background-color css
<style>
a { background-color: #245DCF; }
a { background-color: rgb(36,93,207); }
div.DivClassName
{
background-color: #245DCF;
}
.BgClassName
{
background-color: #245DCF;
}
</style>
border-color css
<style>
span { border-color: #245DCF; }
span { border-color: rgb(36,93,207); }
td.TdClassName
{
border-color: #245DCF;
}
.TagClassName
{
border-color: #245DCF;
}
</style>