Shades of Cerulean Blue #2859AF
Tints of Cerulean Blue #2859AF
RGB
CMYK
RGB Variations
Color information
#2859AF (or 0x2859AF) is known color: Cerulean Blue. HEX triplet: 28, 59 and AF. RGB value is (40,89,175). Sum of RGB (Red+Green+Blue) = 40+89+175=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #2859AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2859AF is #D7A650. Grayscale: #535353. Windows color (decimal): -14132817 or 11491624. OLE color: 11491624.
HSL color Cylindrical-coordinate representation of color #2859AF: hue angle of 218.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2859AF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 89 | 175 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.31 |
| HSL | 218.22º | 0.63% | 0.42% | - |
| HSV(B) | 218.22º | 0.77% | 0.69% | - |
| XYZ | 12.19 | 10.69 | 41.98 | - |
| YUV | 84.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 175 | 0.77 | 0.49 | 0 | 0.31 | 218.22 | 0.63 | 0.42 |
| Hex | 28 | 59 | AF | 4D | 31 | 0 | 1F | DA | 3F | 2A |
| Octal | 50 | 131 | 257 | 115 | 61 | 0 | 37 | 332 | 77 | 52 |
| Binary | 101000 | 1011001 | 10101111 | 1001101 | 110001 | 0 | 11111 | 11011010 | 111111 | 101010 |
Color Harmonies of #2859AF
Complementary color
Monochromatic Colors of #2859AF
Black with #2859AF
Text Example
Text Example
White with #2859AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859AF; }
p { color: rgb(40,89,175); }
H1.HeaderClassName
{
color: #2859AF;
}
.AnyTagClassName
{
color: #2859AF;
}
</style>
background-color css
<style>
a { background-color: #2859AF; }
a { background-color: rgb(40,89,175); }
div.DivClassName
{
background-color: #2859AF;
}
.BgClassName
{
background-color: #2859AF;
}
</style>
border-color css
<style>
span { border-color: #2859AF; }
span { border-color: rgb(40,89,175); }
td.TdClassName
{
border-color: #2859AF;
}
.TagClassName
{
border-color: #2859AF;
}
</style>