Shades of Cerulean Blue #245AAA
Tints of Cerulean Blue #245AAA
RGB
CMYK
RGB Variations
Color information
#245AAA (or 0x245AAA) is known color: Cerulean Blue. HEX triplet: 24, 5A and AA. RGB value is (36,90,170). Sum of RGB (Red+Green+Blue) = 36+90+170=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #245AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AAA is #DBA555. Grayscale: #525252. Windows color (decimal): -14394710 or 11164196. OLE color: 11164196.
HSL color Cylindrical-coordinate representation of color #245AAA: hue angle of 215.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245AAA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 90 | 170 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.33 |
| HSL | 215.82º | 0.65% | 0.4% | - |
| HSV(B) | 215.82º | 0.79% | 0.67% | - |
| XYZ | 11.64 | 10.59 | 39.46 | - |
| YUV | 82.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 170 | 0.79 | 0.47 | 0 | 0.33 | 215.82 | 0.65 | 0.4 |
| Hex | 24 | 5A | AA | 4F | 2F | 0 | 21 | D8 | 41 | 28 |
| Octal | 44 | 132 | 252 | 117 | 57 | 0 | 41 | 330 | 101 | 50 |
| Binary | 100100 | 1011010 | 10101010 | 1001111 | 101111 | 0 | 100001 | 11011000 | 1000001 | 101000 |
Color Harmonies of #245AAA
Complementary color
Monochromatic Colors of #245AAA
Black with #245AAA
Text Example
Text Example
White with #245AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AAA; }
p { color: rgb(36,90,170); }
H1.HeaderClassName
{
color: #245AAA;
}
.AnyTagClassName
{
color: #245AAA;
}
</style>
background-color css
<style>
a { background-color: #245AAA; }
a { background-color: rgb(36,90,170); }
div.DivClassName
{
background-color: #245AAA;
}
.BgClassName
{
background-color: #245AAA;
}
</style>
border-color css
<style>
span { border-color: #245AAA; }
span { border-color: rgb(36,90,170); }
td.TdClassName
{
border-color: #245AAA;
}
.TagClassName
{
border-color: #245AAA;
}
</style>