Shades of Cerulean Blue #245DB9
Tints of Cerulean Blue #245DB9
RGB
CMYK
RGB Variations
Color information
#245DB9 (or 0x245DB9) is known color: Cerulean Blue. HEX triplet: 24, 5D and B9. RGB value is (36,93,185). Sum of RGB (Red+Green+Blue) = 36+93+185=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #245DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DB9 is #DBA246. Grayscale: #565656. Windows color (decimal): -14393927 or 12148004. OLE color: 12148004.
HSL color Cylindrical-coordinate representation of color #245DB9: hue angle of 217.05º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #245DB9 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 93 | 185 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.27 |
| HSL | 217.05º | 0.67% | 0.43% | - |
| HSV(B) | 217.05º | 0.81% | 0.73% | - |
| XYZ | 13.4 | 11.71 | 47.45 | - |
| YUV | 86.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 185 | 0.81 | 0.50 | 0 | 0.27 | 217.05 | 0.67 | 0.43 |
| Hex | 24 | 5D | B9 | 51 | 32 | 0 | 1B | D9 | 43 | 2B |
| Octal | 44 | 135 | 271 | 121 | 62 | 0 | 33 | 331 | 103 | 53 |
| Binary | 100100 | 1011101 | 10111001 | 1010001 | 110010 | 0 | 11011 | 11011001 | 1000011 | 101011 |
Color Harmonies of #245DB9
Complementary color
Monochromatic Colors of #245DB9
Black with #245DB9
Text Example
Text Example
White with #245DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DB9; }
p { color: rgb(36,93,185); }
H1.HeaderClassName
{
color: #245DB9;
}
.AnyTagClassName
{
color: #245DB9;
}
</style>
background-color css
<style>
a { background-color: #245DB9; }
a { background-color: rgb(36,93,185); }
div.DivClassName
{
background-color: #245DB9;
}
.BgClassName
{
background-color: #245DB9;
}
</style>
border-color css
<style>
span { border-color: #245DB9; }
span { border-color: rgb(36,93,185); }
td.TdClassName
{
border-color: #245DB9;
}
.TagClassName
{
border-color: #245DB9;
}
</style>