Shades of Cerulean Blue #245EC1
Tints of Cerulean Blue #245EC1
RGB
CMYK
RGB Variations
Color information
#245EC1 (or 0x245EC1) is known color: Cerulean Blue. HEX triplet: 24, 5E and C1. RGB value is (36,94,193). Sum of RGB (Red+Green+Blue) = 36+94+193=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #245EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EC1 is #DBA13E. Grayscale: #575757. Windows color (decimal): -14393663 or 12672548. OLE color: 12672548.
HSL color Cylindrical-coordinate representation of color #245EC1: hue angle of 217.83º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245EC1 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 94 | 193 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.24 |
| HSL | 217.83º | 0.69% | 0.45% | - |
| HSV(B) | 217.83º | 0.81% | 0.76% | - |
| XYZ | 14.36 | 12.23 | 52.06 | - |
| YUV | 87.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 193 | 0.81 | 0.51 | 0 | 0.24 | 217.83 | 0.69 | 0.45 |
| Hex | 24 | 5E | C1 | 51 | 33 | 0 | 18 | DA | 45 | 2D |
| Octal | 44 | 136 | 301 | 121 | 63 | 0 | 30 | 332 | 105 | 55 |
| Binary | 100100 | 1011110 | 11000001 | 1010001 | 110011 | 0 | 11000 | 11011010 | 1000101 | 101101 |
Color Harmonies of #245EC1
Complementary color
Monochromatic Colors of #245EC1
Black with #245EC1
Text Example
Text Example
White with #245EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EC1; }
p { color: rgb(36,94,193); }
H1.HeaderClassName
{
color: #245EC1;
}
.AnyTagClassName
{
color: #245EC1;
}
</style>
background-color css
<style>
a { background-color: #245EC1; }
a { background-color: rgb(36,94,193); }
div.DivClassName
{
background-color: #245EC1;
}
.BgClassName
{
background-color: #245EC1;
}
</style>
border-color css
<style>
span { border-color: #245EC1; }
span { border-color: rgb(36,94,193); }
td.TdClassName
{
border-color: #245EC1;
}
.TagClassName
{
border-color: #245EC1;
}
</style>