Shades of Cerulean Blue #245BCE
Tints of Cerulean Blue #245BCE
RGB
CMYK
RGB Variations
Color information
#245BCE (or 0x245BCE) is known color: Cerulean Blue. HEX triplet: 24, 5B and CE. RGB value is (36,91,206). Sum of RGB (Red+Green+Blue) = 36+91+206=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #245BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BCE is #DBA431. Grayscale: #575757. Windows color (decimal): -14394418 or 13523748. OLE color: 13523748.
HSL color Cylindrical-coordinate representation of color #245BCE: hue angle of 220.59º 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 #245BCE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 91 | 206 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.19 |
| HSL | 220.59º | 0.7% | 0.47% | - |
| HSV(B) | 220.59º | 0.83% | 0.81% | - |
| XYZ | 15.61 | 12.31 | 59.95 | - |
| YUV | 87.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 206 | 0.83 | 0.56 | 0 | 0.19 | 220.59 | 0.7 | 0.47 |
| Hex | 24 | 5B | CE | 53 | 38 | 0 | 13 | DD | 46 | 2F |
| Octal | 44 | 133 | 316 | 123 | 70 | 0 | 23 | 335 | 106 | 57 |
| Binary | 100100 | 1011011 | 11001110 | 1010011 | 111000 | 0 | 10011 | 11011101 | 1000110 | 101111 |
Color Harmonies of #245BCE
Complementary color
Monochromatic Colors of #245BCE
Black with #245BCE
Text Example
Text Example
White with #245BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BCE; }
p { color: rgb(36,91,206); }
H1.HeaderClassName
{
color: #245BCE;
}
.AnyTagClassName
{
color: #245BCE;
}
</style>
background-color css
<style>
a { background-color: #245BCE; }
a { background-color: rgb(36,91,206); }
div.DivClassName
{
background-color: #245BCE;
}
.BgClassName
{
background-color: #245BCE;
}
</style>
border-color css
<style>
span { border-color: #245BCE; }
span { border-color: rgb(36,91,206); }
td.TdClassName
{
border-color: #245BCE;
}
.TagClassName
{
border-color: #245BCE;
}
</style>