Shades of Cerulean Blue #245AAF
Tints of Cerulean Blue #245AAF
RGB
CMYK
RGB Variations
Color information
#245AAF (or 0x245AAF) is known color: Cerulean Blue. HEX triplet: 24, 5A and AF. RGB value is (36,90,175). Sum of RGB (Red+Green+Blue) = 36+90+175=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #245AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245AAF is #DBA550. Grayscale: #535353. Windows color (decimal): -14394705 or 11491876. OLE color: 11491876.
HSL color Cylindrical-coordinate representation of color #245AAF: hue angle of 216.69º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245AAF is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 90 | 175 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.31 |
| HSL | 216.69º | 0.66% | 0.41% | - |
| HSV(B) | 216.69º | 0.79% | 0.69% | - |
| XYZ | 12.12 | 10.78 | 42 | - |
| YUV | 83.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 175 | 0.79 | 0.49 | 0 | 0.31 | 216.69 | 0.66 | 0.41 |
| Hex | 24 | 5A | AF | 4F | 31 | 0 | 1F | D9 | 42 | 29 |
| Octal | 44 | 132 | 257 | 117 | 61 | 0 | 37 | 331 | 102 | 51 |
| Binary | 100100 | 1011010 | 10101111 | 1001111 | 110001 | 0 | 11111 | 11011001 | 1000010 | 101001 |
Color Harmonies of #245AAF
Complementary color
Monochromatic Colors of #245AAF
Black with #245AAF
Text Example
Text Example
White with #245AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245AAF; }
p { color: rgb(36,90,175); }
H1.HeaderClassName
{
color: #245AAF;
}
.AnyTagClassName
{
color: #245AAF;
}
</style>
background-color css
<style>
a { background-color: #245AAF; }
a { background-color: rgb(36,90,175); }
div.DivClassName
{
background-color: #245AAF;
}
.BgClassName
{
background-color: #245AAF;
}
</style>
border-color css
<style>
span { border-color: #245AAF; }
span { border-color: rgb(36,90,175); }
td.TdClassName
{
border-color: #245AAF;
}
.TagClassName
{
border-color: #245AAF;
}
</style>