Shades of Cerulean Blue #285DAB
Tints of Cerulean Blue #285DAB
RGB
CMYK
RGB Variations
Color information
#285DAB (or 0x285DAB) is known color: Cerulean Blue. HEX triplet: 28, 5D and AB. RGB value is (40,93,171). Sum of RGB (Red+Green+Blue) = 40+93+171=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #285DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285DAB is #D7A254. Grayscale: #555555. Windows color (decimal): -14131797 or 11230504. OLE color: 11230504.
HSL color Cylindrical-coordinate representation of color #285DAB: hue angle of 215.73º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #285DAB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 93 | 171 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.33 |
| HSL | 215.73º | 0.62% | 0.41% | - |
| HSV(B) | 215.73º | 0.77% | 0.67% | - |
| XYZ | 12.14 | 11.22 | 40.05 | - |
| YUV | 86.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 171 | 0.77 | 0.46 | 0 | 0.33 | 215.73 | 0.62 | 0.41 |
| Hex | 28 | 5D | AB | 4D | 2E | 0 | 21 | D8 | 3E | 29 |
| Octal | 50 | 135 | 253 | 115 | 56 | 0 | 41 | 330 | 76 | 51 |
| Binary | 101000 | 1011101 | 10101011 | 1001101 | 101110 | 0 | 100001 | 11011000 | 111110 | 101001 |
Color Harmonies of #285DAB
Complementary color
Monochromatic Colors of #285DAB
Black with #285DAB
Text Example
Text Example
White with #285DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DAB; }
p { color: rgb(40,93,171); }
H1.HeaderClassName
{
color: #285DAB;
}
.AnyTagClassName
{
color: #285DAB;
}
</style>
background-color css
<style>
a { background-color: #285DAB; }
a { background-color: rgb(40,93,171); }
div.DivClassName
{
background-color: #285DAB;
}
.BgClassName
{
background-color: #285DAB;
}
</style>
border-color css
<style>
span { border-color: #285DAB; }
span { border-color: rgb(40,93,171); }
td.TdClassName
{
border-color: #285DAB;
}
.TagClassName
{
border-color: #285DAB;
}
</style>