Shades of Cerulean Blue #285AD0
Tints of Cerulean Blue #285AD0
RGB
CMYK
RGB Variations
Color information
#285AD0 (or 0x285AD0) is known color: Cerulean Blue. HEX triplet: 28, 5A and D0. RGB value is (40,90,208). Sum of RGB (Red+Green+Blue) = 40+90+208=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #285AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285AD0 is #D7A52F. Grayscale: #575757. Windows color (decimal): -14132528 or 13654568. OLE color: 13654568.
HSL color Cylindrical-coordinate representation of color #285AD0: hue angle of 222.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #285AD0 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 90 | 208 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.18 |
| HSL | 222.14º | 0.68% | 0.49% | - |
| HSV(B) | 222.14º | 0.81% | 0.82% | - |
| XYZ | 15.92 | 12.32 | 61.21 | - |
| YUV | 88.5 | 195.44 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 208 | 0.81 | 0.57 | 0 | 0.18 | 222.14 | 0.68 | 0.49 |
| Hex | 28 | 5A | D0 | 51 | 39 | 0 | 12 | DE | 44 | 31 |
| Octal | 50 | 132 | 320 | 121 | 71 | 0 | 22 | 336 | 104 | 61 |
| Binary | 101000 | 1011010 | 11010000 | 1010001 | 111001 | 0 | 10010 | 11011110 | 1000100 | 110001 |
Color Harmonies of #285AD0
Complementary color
Monochromatic Colors of #285AD0
Black with #285AD0
Text Example
Text Example
White with #285AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285AD0; }
p { color: rgb(40,90,208); }
H1.HeaderClassName
{
color: #285AD0;
}
.AnyTagClassName
{
color: #285AD0;
}
</style>
background-color css
<style>
a { background-color: #285AD0; }
a { background-color: rgb(40,90,208); }
div.DivClassName
{
background-color: #285AD0;
}
.BgClassName
{
background-color: #285AD0;
}
</style>
border-color css
<style>
span { border-color: #285AD0; }
span { border-color: rgb(40,90,208); }
td.TdClassName
{
border-color: #285AD0;
}
.TagClassName
{
border-color: #285AD0;
}
</style>