Shades of Cerulean Blue #285BA9
Tints of Cerulean Blue #285BA9
RGB
CMYK
RGB Variations
Color information
#285BA9 (or 0x285BA9) is known color: Cerulean Blue. HEX triplet: 28, 5B and A9. RGB value is (40,91,169). Sum of RGB (Red+Green+Blue) = 40+91+169=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #285BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BA9 is #D7A456. Grayscale: #545454. Windows color (decimal): -14132311 or 11098920. OLE color: 11098920.
HSL color Cylindrical-coordinate representation of color #285BA9: hue angle of 216.28º 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 #285BA9 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 91 | 169 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.34 |
| HSL | 216.28º | 0.62% | 0.41% | - |
| HSV(B) | 216.28º | 0.76% | 0.66% | - |
| XYZ | 11.78 | 10.8 | 39 | - |
| YUV | 84.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 169 | 0.76 | 0.46 | 0 | 0.34 | 216.28 | 0.62 | 0.41 |
| Hex | 28 | 5B | A9 | 4C | 2E | 0 | 22 | D8 | 3E | 29 |
| Octal | 50 | 133 | 251 | 114 | 56 | 0 | 42 | 330 | 76 | 51 |
| Binary | 101000 | 1011011 | 10101001 | 1001100 | 101110 | 0 | 100010 | 11011000 | 111110 | 101001 |
Color Harmonies of #285BA9
Complementary color
Monochromatic Colors of #285BA9
Black with #285BA9
Text Example
Text Example
White with #285BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BA9; }
p { color: rgb(40,91,169); }
H1.HeaderClassName
{
color: #285BA9;
}
.AnyTagClassName
{
color: #285BA9;
}
</style>
background-color css
<style>
a { background-color: #285BA9; }
a { background-color: rgb(40,91,169); }
div.DivClassName
{
background-color: #285BA9;
}
.BgClassName
{
background-color: #285BA9;
}
</style>
border-color css
<style>
span { border-color: #285BA9; }
span { border-color: rgb(40,91,169); }
td.TdClassName
{
border-color: #285BA9;
}
.TagClassName
{
border-color: #285BA9;
}
</style>