Shades of Cerulean Blue #285AAF
Tints of Cerulean Blue #285AAF
RGB
CMYK
RGB Variations
Color information
#285AAF (or 0x285AAF) is known color: Cerulean Blue. HEX triplet: 28, 5A and AF. RGB value is (40,90,175). Sum of RGB (Red+Green+Blue) = 40+90+175=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #285AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAF is #D7A550. Grayscale: #545454. Windows color (decimal): -14132561 or 11491880. OLE color: 11491880.
HSL color Cylindrical-coordinate representation of color #285AAF: hue angle of 217.78º 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 #285AAF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 90 | 175 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.31 |
| HSL | 217.78º | 0.63% | 0.42% | - |
| HSV(B) | 217.78º | 0.77% | 0.69% | - |
| XYZ | 12.27 | 10.86 | 42.01 | - |
| YUV | 84.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 175 | 0.77 | 0.49 | 0 | 0.31 | 217.78 | 0.63 | 0.42 |
| Hex | 28 | 5A | AF | 4D | 31 | 0 | 1F | DA | 3F | 2A |
| Octal | 50 | 132 | 257 | 115 | 61 | 0 | 37 | 332 | 77 | 52 |
| Binary | 101000 | 1011010 | 10101111 | 1001101 | 110001 | 0 | 11111 | 11011010 | 111111 | 101010 |
Color Harmonies of #285AAF
Complementary color
Monochromatic Colors of #285AAF
Black with #285AAF
Text Example
Text Example
White with #285AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AAF; }
p { color: rgb(40,90,175); }
H1.HeaderClassName
{
color: #285AAF;
}
.AnyTagClassName
{
color: #285AAF;
}
</style>
background-color css
<style>
a { background-color: #285AAF; }
a { background-color: rgb(40,90,175); }
div.DivClassName
{
background-color: #285AAF;
}
.BgClassName
{
background-color: #285AAF;
}
</style>
border-color css
<style>
span { border-color: #285AAF; }
span { border-color: rgb(40,90,175); }
td.TdClassName
{
border-color: #285AAF;
}
.TagClassName
{
border-color: #285AAF;
}
</style>