Shades of Cerulean Blue #245ADB
Tints of Cerulean Blue #245ADB
RGB
CMYK
RGB Variations
Color information
#245ADB (or 0x245ADB) is known color: Cerulean Blue. HEX triplet: 24, 5A and DB. RGB value is (36,90,219). Sum of RGB (Red+Green+Blue) = 36+90+219=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #245ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ADB is #DBA524. Grayscale: #575757. Windows color (decimal): -14394661 or 14375460. OLE color: 14375460.
HSL color Cylindrical-coordinate representation of color #245ADB: hue angle of 222.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245ADB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 90 | 219 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.14 |
| HSL | 222.3º | 0.72% | 0.5% | - |
| HSV(B) | 222.3º | 0.84% | 0.86% | - |
| XYZ | 17.17 | 12.8 | 68.58 | - |
| YUV | 88.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 219 | 0.84 | 0.59 | 0 | 0.14 | 222.3 | 0.72 | 0.5 |
| Hex | 24 | 5A | DB | 54 | 3B | 0 | E | DE | 48 | 32 |
| Octal | 44 | 132 | 333 | 124 | 73 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100100 | 1011010 | 11011011 | 1010100 | 111011 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #245ADB
Complementary color
Monochromatic Colors of #245ADB
Black with #245ADB
Text Example
Text Example
White with #245ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ADB; }
p { color: rgb(36,90,219); }
H1.HeaderClassName
{
color: #245ADB;
}
.AnyTagClassName
{
color: #245ADB;
}
</style>
background-color css
<style>
a { background-color: #245ADB; }
a { background-color: rgb(36,90,219); }
div.DivClassName
{
background-color: #245ADB;
}
.BgClassName
{
background-color: #245ADB;
}
</style>
border-color css
<style>
span { border-color: #245ADB; }
span { border-color: rgb(36,90,219); }
td.TdClassName
{
border-color: #245ADB;
}
.TagClassName
{
border-color: #245ADB;
}
</style>