Shades of Cerulean Blue #285AAD
Tints of Cerulean Blue #285AAD
RGB
CMYK
RGB Variations
Color information
#285AAD (or 0x285AAD) is known color: Cerulean Blue. HEX triplet: 28, 5A and AD. RGB value is (40,90,173). Sum of RGB (Red+Green+Blue) = 40+90+173=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #285AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285AAD is #D7A552. Grayscale: #545454. Windows color (decimal): -14132563 or 11360808. OLE color: 11360808.
HSL color Cylindrical-coordinate representation of color #285AAD: hue angle of 217.44º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285AAD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 90 | 173 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.32 |
| HSL | 217.44º | 0.62% | 0.42% | - |
| HSV(B) | 217.44º | 0.77% | 0.68% | - |
| XYZ | 12.07 | 10.78 | 40.98 | - |
| YUV | 84.51 | 177.94 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 173 | 0.77 | 0.48 | 0 | 0.32 | 217.44 | 0.62 | 0.42 |
| Hex | 28 | 5A | AD | 4D | 30 | 0 | 20 | D9 | 3E | 2A |
| Octal | 50 | 132 | 255 | 115 | 60 | 0 | 40 | 331 | 76 | 52 |
| Binary | 101000 | 1011010 | 10101101 | 1001101 | 110000 | 0 | 100000 | 11011001 | 111110 | 101010 |
Color Harmonies of #285AAD
Complementary color
Monochromatic Colors of #285AAD
Black with #285AAD
Text Example
Text Example
White with #285AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AAD; }
p { color: rgb(40,90,173); }
H1.HeaderClassName
{
color: #285AAD;
}
.AnyTagClassName
{
color: #285AAD;
}
</style>
background-color css
<style>
a { background-color: #285AAD; }
a { background-color: rgb(40,90,173); }
div.DivClassName
{
background-color: #285AAD;
}
.BgClassName
{
background-color: #285AAD;
}
</style>
border-color css
<style>
span { border-color: #285AAD; }
span { border-color: rgb(40,90,173); }
td.TdClassName
{
border-color: #285AAD;
}
.TagClassName
{
border-color: #285AAD;
}
</style>