Shades of Cerulean Blue #285AAA
Tints of Cerulean Blue #285AAA
RGB
CMYK
RGB Variations
Color information
#285AAA (or 0x285AAA) is known color: Cerulean Blue. HEX triplet: 28, 5A and AA. RGB value is (40,90,170). Sum of RGB (Red+Green+Blue) = 40+90+170=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #285AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAA is #D7A555. Grayscale: #535353. Windows color (decimal): -14132566 or 11164200. OLE color: 11164200.
HSL color Cylindrical-coordinate representation of color #285AAA: hue angle of 216.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285AAA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 90 | 170 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.33 |
| HSL | 216.92º | 0.62% | 0.41% | - |
| HSV(B) | 216.92º | 0.76% | 0.67% | - |
| XYZ | 11.79 | 10.67 | 39.47 | - |
| YUV | 84.17 | 176.44 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 170 | 0.76 | 0.47 | 0 | 0.33 | 216.92 | 0.62 | 0.41 |
| Hex | 28 | 5A | AA | 4C | 2F | 0 | 21 | D9 | 3E | 29 |
| Octal | 50 | 132 | 252 | 114 | 57 | 0 | 41 | 331 | 76 | 51 |
| Binary | 101000 | 1011010 | 10101010 | 1001100 | 101111 | 0 | 100001 | 11011001 | 111110 | 101001 |
Color Harmonies of #285AAA
Complementary color
Monochromatic Colors of #285AAA
Black with #285AAA
Text Example
Text Example
White with #285AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AAA; }
p { color: rgb(40,90,170); }
H1.HeaderClassName
{
color: #285AAA;
}
.AnyTagClassName
{
color: #285AAA;
}
</style>
background-color css
<style>
a { background-color: #285AAA; }
a { background-color: rgb(40,90,170); }
div.DivClassName
{
background-color: #285AAA;
}
.BgClassName
{
background-color: #285AAA;
}
</style>
border-color css
<style>
span { border-color: #285AAA; }
span { border-color: rgb(40,90,170); }
td.TdClassName
{
border-color: #285AAA;
}
.TagClassName
{
border-color: #285AAA;
}
</style>