Shades of Cerulean Blue #245AD9
Tints of Cerulean Blue #245AD9
RGB
CMYK
RGB Variations
Color information
#245AD9 (or 0x245AD9) is known color: Cerulean Blue. HEX triplet: 24, 5A and D9. RGB value is (36,90,217). Sum of RGB (Red+Green+Blue) = 36+90+217=343 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.50% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #245AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AD9 is #DBA526. Grayscale: #575757. Windows color (decimal): -14394663 or 14244388. OLE color: 14244388.
HSL color Cylindrical-coordinate representation of color #245AD9: hue angle of 222.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245AD9 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 90 | 217 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.15 |
| HSL | 222.1º | 0.72% | 0.5% | - |
| HSV(B) | 222.1º | 0.83% | 0.85% | - |
| XYZ | 16.91 | 12.7 | 67.21 | - |
| YUV | 88.33 | 200.61 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 217 | 0.83 | 0.59 | 0 | 0.15 | 222.1 | 0.72 | 0.5 |
| Hex | 24 | 5A | D9 | 53 | 3B | 0 | F | DE | 48 | 32 |
| Octal | 44 | 132 | 331 | 123 | 73 | 0 | 17 | 336 | 110 | 62 |
| Binary | 100100 | 1011010 | 11011001 | 1010011 | 111011 | 0 | 1111 | 11011110 | 1001000 | 110010 |
Color Harmonies of #245AD9
Complementary color
Monochromatic Colors of #245AD9
Black with #245AD9
Text Example
Text Example
White with #245AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AD9; }
p { color: rgb(36,90,217); }
H1.HeaderClassName
{
color: #245AD9;
}
.AnyTagClassName
{
color: #245AD9;
}
</style>
background-color css
<style>
a { background-color: #245AD9; }
a { background-color: rgb(36,90,217); }
div.DivClassName
{
background-color: #245AD9;
}
.BgClassName
{
background-color: #245AD9;
}
</style>
border-color css
<style>
span { border-color: #245AD9; }
span { border-color: rgb(36,90,217); }
td.TdClassName
{
border-color: #245AD9;
}
.TagClassName
{
border-color: #245AD9;
}
</style>