Shades of Cerulean Blue #285AA8
Tints of Cerulean Blue #285AA8
RGB
CMYK
RGB Variations
Color information
#285AA8 (or 0x285AA8) is known color: Cerulean Blue. HEX triplet: 28, 5A and A8. RGB value is (40,90,168). Sum of RGB (Red+Green+Blue) = 40+90+168=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 168 (66.02% from 255 or 56.38% from 298); Max value from RGB is 168 - color contains mainly: blue. Hex color #285AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AA8 is #D7A557. Grayscale: #535353. Windows color (decimal): -14132568 or 11033128. OLE color: 11033128.
HSL color Cylindrical-coordinate representation of color #285AA8: hue angle of 216.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285AA8 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 90 | 168 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.34 |
| HSL | 216.56º | 0.62% | 0.41% | - |
| HSV(B) | 216.56º | 0.76% | 0.66% | - |
| XYZ | 11.6 | 10.59 | 38.48 | - |
| YUV | 83.94 | 175.44 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 168 | 0.76 | 0.46 | 0 | 0.34 | 216.56 | 0.62 | 0.41 |
| Hex | 28 | 5A | A8 | 4C | 2E | 0 | 22 | D9 | 3E | 29 |
| Octal | 50 | 132 | 250 | 114 | 56 | 0 | 42 | 331 | 76 | 51 |
| Binary | 101000 | 1011010 | 10101000 | 1001100 | 101110 | 0 | 100010 | 11011001 | 111110 | 101001 |
Color Harmonies of #285AA8
Complementary color
Monochromatic Colors of #285AA8
Black with #285AA8
Text Example
Text Example
White with #285AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AA8; }
p { color: rgb(40,90,168); }
H1.HeaderClassName
{
color: #285AA8;
}
.AnyTagClassName
{
color: #285AA8;
}
</style>
background-color css
<style>
a { background-color: #285AA8; }
a { background-color: rgb(40,90,168); }
div.DivClassName
{
background-color: #285AA8;
}
.BgClassName
{
background-color: #285AA8;
}
</style>
border-color css
<style>
span { border-color: #285AA8; }
span { border-color: rgb(40,90,168); }
td.TdClassName
{
border-color: #285AA8;
}
.TagClassName
{
border-color: #285AA8;
}
</style>