Shades of Cerulean Blue #245BDA
Tints of Cerulean Blue #245BDA
RGB
CMYK
RGB Variations
Color information
#245BDA (or 0x245BDA) is known color: Cerulean Blue. HEX triplet: 24, 5B and DA. RGB value is (36,91,218). Sum of RGB (Red+Green+Blue) = 36+91+218=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #245BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BDA is #DBA425. Grayscale: #585858. Windows color (decimal): -14394406 or 14310180. OLE color: 14310180.
HSL color Cylindrical-coordinate representation of color #245BDA: hue angle of 221.87º 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 #245BDA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 91 | 218 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.15 |
| HSL | 221.87º | 0.72% | 0.5% | - |
| HSV(B) | 221.87º | 0.83% | 0.85% | - |
| XYZ | 17.12 | 12.92 | 67.92 | - |
| YUV | 89.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 218 | 0.83 | 0.58 | 0 | 0.15 | 221.87 | 0.72 | 0.5 |
| Hex | 24 | 5B | DA | 53 | 3A | 0 | F | DE | 48 | 32 |
| Octal | 44 | 133 | 332 | 123 | 72 | 0 | 17 | 336 | 110 | 62 |
| Binary | 100100 | 1011011 | 11011010 | 1010011 | 111010 | 0 | 1111 | 11011110 | 1001000 | 110010 |
Color Harmonies of #245BDA
Complementary color
Monochromatic Colors of #245BDA
Black with #245BDA
Text Example
Text Example
White with #245BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BDA; }
p { color: rgb(36,91,218); }
H1.HeaderClassName
{
color: #245BDA;
}
.AnyTagClassName
{
color: #245BDA;
}
</style>
background-color css
<style>
a { background-color: #245BDA; }
a { background-color: rgb(36,91,218); }
div.DivClassName
{
background-color: #245BDA;
}
.BgClassName
{
background-color: #245BDA;
}
</style>
border-color css
<style>
span { border-color: #245BDA; }
span { border-color: rgb(36,91,218); }
td.TdClassName
{
border-color: #245BDA;
}
.TagClassName
{
border-color: #245BDA;
}
</style>