Shades of Cerulean Blue #285BB9
Tints of Cerulean Blue #285BB9
RGB
CMYK
RGB Variations
Color information
#285BB9 (or 0x285BB9) is known color: Cerulean Blue. HEX triplet: 28, 5B and B9. RGB value is (40,91,185). Sum of RGB (Red+Green+Blue) = 40+91+185=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #285BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BB9 is #D7A446. Grayscale: #565656. Windows color (decimal): -14132295 or 12147496. OLE color: 12147496.
HSL color Cylindrical-coordinate representation of color #285BB9: hue angle of 218.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285BB9 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 91 | 185 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.27 |
| HSL | 218.9º | 0.64% | 0.44% | - |
| HSV(B) | 218.9º | 0.78% | 0.73% | - |
| XYZ | 13.37 | 11.44 | 47.4 | - |
| YUV | 86.47 | 183.6 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 185 | 0.78 | 0.51 | 0 | 0.27 | 218.9 | 0.64 | 0.44 |
| Hex | 28 | 5B | B9 | 4E | 33 | 0 | 1B | DB | 40 | 2C |
| Octal | 50 | 133 | 271 | 116 | 63 | 0 | 33 | 333 | 100 | 54 |
| Binary | 101000 | 1011011 | 10111001 | 1001110 | 110011 | 0 | 11011 | 11011011 | 1000000 | 101100 |
Color Harmonies of #285BB9
Complementary color
Monochromatic Colors of #285BB9
Black with #285BB9
Text Example
Text Example
White with #285BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285BB9; }
p { color: rgb(40,91,185); }
H1.HeaderClassName
{
color: #285BB9;
}
.AnyTagClassName
{
color: #285BB9;
}
</style>
background-color css
<style>
a { background-color: #285BB9; }
a { background-color: rgb(40,91,185); }
div.DivClassName
{
background-color: #285BB9;
}
.BgClassName
{
background-color: #285BB9;
}
</style>
border-color css
<style>
span { border-color: #285BB9; }
span { border-color: rgb(40,91,185); }
td.TdClassName
{
border-color: #285BB9;
}
.TagClassName
{
border-color: #285BB9;
}
</style>