Shades of Cerulean Blue #285AB9
Tints of Cerulean Blue #285AB9
RGB
CMYK
RGB Variations
Color information
#285AB9 (or 0x285AB9) is known color: Cerulean Blue. HEX triplet: 28, 5A and B9. RGB value is (40,90,185). Sum of RGB (Red+Green+Blue) = 40+90+185=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #285AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285AB9 is #D7A546. Grayscale: #555555. Windows color (decimal): -14132551 or 12147240. OLE color: 12147240.
HSL color Cylindrical-coordinate representation of color #285AB9: hue angle of 219.31º 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 #285AB9 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 90 | 185 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.27 |
| HSL | 219.31º | 0.64% | 0.44% | - |
| HSV(B) | 219.31º | 0.78% | 0.73% | - |
| XYZ | 13.29 | 11.27 | 47.37 | - |
| YUV | 85.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 185 | 0.78 | 0.51 | 0 | 0.27 | 219.31 | 0.64 | 0.44 |
| Hex | 28 | 5A | B9 | 4E | 33 | 0 | 1B | DB | 40 | 2C |
| Octal | 50 | 132 | 271 | 116 | 63 | 0 | 33 | 333 | 100 | 54 |
| Binary | 101000 | 1011010 | 10111001 | 1001110 | 110011 | 0 | 11011 | 11011011 | 1000000 | 101100 |
Color Harmonies of #285AB9
Complementary color
Monochromatic Colors of #285AB9
Black with #285AB9
Text Example
Text Example
White with #285AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AB9; }
p { color: rgb(40,90,185); }
H1.HeaderClassName
{
color: #285AB9;
}
.AnyTagClassName
{
color: #285AB9;
}
</style>
background-color css
<style>
a { background-color: #285AB9; }
a { background-color: rgb(40,90,185); }
div.DivClassName
{
background-color: #285AB9;
}
.BgClassName
{
background-color: #285AB9;
}
</style>
border-color css
<style>
span { border-color: #285AB9; }
span { border-color: rgb(40,90,185); }
td.TdClassName
{
border-color: #285AB9;
}
.TagClassName
{
border-color: #285AB9;
}
</style>