Shades of Cerulean Blue #245ADD
Tints of Cerulean Blue #245ADD
RGB
CMYK
RGB Variations
Color information
#245ADD (or 0x245ADD) is known color: Cerulean Blue. HEX triplet: 24, 5A and DD. RGB value is (36,90,221). Sum of RGB (Red+Green+Blue) = 36+90+221=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #245ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ADD is #DBA522. Grayscale: #585858. Windows color (decimal): -14394659 or 14506532. OLE color: 14506532.
HSL color Cylindrical-coordinate representation of color #245ADD: hue angle of 222.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245ADD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 90 | 221 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.13 |
| HSL | 222.49º | 0.73% | 0.5% | - |
| HSV(B) | 222.49º | 0.84% | 0.87% | - |
| XYZ | 17.43 | 12.91 | 69.98 | - |
| YUV | 88.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 221 | 0.84 | 0.59 | 0 | 0.13 | 222.49 | 0.73 | 0.5 |
| Hex | 24 | 5A | DD | 54 | 3B | 0 | D | DE | 49 | 32 |
| Octal | 44 | 132 | 335 | 124 | 73 | 0 | 15 | 336 | 111 | 62 |
| Binary | 100100 | 1011010 | 11011101 | 1010100 | 111011 | 0 | 1101 | 11011110 | 1001001 | 110010 |
Color Harmonies of #245ADD
Complementary color
Monochromatic Colors of #245ADD
Black with #245ADD
Text Example
Text Example
White with #245ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ADD; }
p { color: rgb(36,90,221); }
H1.HeaderClassName
{
color: #245ADD;
}
.AnyTagClassName
{
color: #245ADD;
}
</style>
background-color css
<style>
a { background-color: #245ADD; }
a { background-color: rgb(36,90,221); }
div.DivClassName
{
background-color: #245ADD;
}
.BgClassName
{
background-color: #245ADD;
}
</style>
border-color css
<style>
span { border-color: #245ADD; }
span { border-color: rgb(36,90,221); }
td.TdClassName
{
border-color: #245ADD;
}
.TagClassName
{
border-color: #245ADD;
}
</style>