Shades of Cerulean Blue #245DCC
Tints of Cerulean Blue #245DCC
RGB
CMYK
RGB Variations
Color information
#245DCC (or 0x245DCC) is known color: Cerulean Blue. HEX triplet: 24, 5D and CC. RGB value is (36,93,204). Sum of RGB (Red+Green+Blue) = 36+93+204=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #245DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DCC is #DBA233. Grayscale: #585858. Windows color (decimal): -14393908 or 13393188. OLE color: 13393188.
HSL color Cylindrical-coordinate representation of color #245DCC: hue angle of 219.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245DCC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 93 | 204 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.2 |
| HSL | 219.64º | 0.7% | 0.47% | - |
| HSV(B) | 219.64º | 0.82% | 0.8% | - |
| XYZ | 15.54 | 12.56 | 58.73 | - |
| YUV | 88.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 204 | 0.82 | 0.54 | 0 | 0.2 | 219.64 | 0.7 | 0.47 |
| Hex | 24 | 5D | CC | 52 | 36 | 0 | 14 | DC | 46 | 2F |
| Octal | 44 | 135 | 314 | 122 | 66 | 0 | 24 | 334 | 106 | 57 |
| Binary | 100100 | 1011101 | 11001100 | 1010010 | 110110 | 0 | 10100 | 11011100 | 1000110 | 101111 |
Color Harmonies of #245DCC
Complementary color
Monochromatic Colors of #245DCC
Black with #245DCC
Text Example
Text Example
White with #245DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DCC; }
p { color: rgb(36,93,204); }
H1.HeaderClassName
{
color: #245DCC;
}
.AnyTagClassName
{
color: #245DCC;
}
</style>
background-color css
<style>
a { background-color: #245DCC; }
a { background-color: rgb(36,93,204); }
div.DivClassName
{
background-color: #245DCC;
}
.BgClassName
{
background-color: #245DCC;
}
</style>
border-color css
<style>
span { border-color: #245DCC; }
span { border-color: rgb(36,93,204); }
td.TdClassName
{
border-color: #245DCC;
}
.TagClassName
{
border-color: #245DCC;
}
</style>