Shades of Royal Blue #285ADB
Tints of Royal Blue #285ADB
RGB
CMYK
RGB Variations
Color information
#285ADB (or 0x285ADB) is known color: Royal Blue. HEX triplet: 28, 5A and DB. RGB value is (40,90,219). Sum of RGB (Red+Green+Blue) = 40+90+219=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #285ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285ADB is #D7A524. Grayscale: #595959. Windows color (decimal): -14132517 or 14375464. OLE color: 14375464.
HSL color Cylindrical-coordinate representation of color #285ADB: hue angle of 223.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285ADB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 90 | 219 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.14 |
| HSL | 223.24º | 0.71% | 0.51% | - |
| HSV(B) | 223.24º | 0.82% | 0.86% | - |
| XYZ | 17.32 | 12.88 | 68.59 | - |
| YUV | 89.76 | 200.94 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 219 | 0.82 | 0.59 | 0 | 0.14 | 223.24 | 0.71 | 0.51 |
| Hex | 28 | 5A | DB | 52 | 3B | 0 | E | DF | 47 | 33 |
| Octal | 50 | 132 | 333 | 122 | 73 | 0 | 16 | 337 | 107 | 63 |
| Binary | 101000 | 1011010 | 11011011 | 1010010 | 111011 | 0 | 1110 | 11011111 | 1000111 | 110011 |
Color Harmonies of #285ADB
Complementary color
Monochromatic Colors of #285ADB
Black with #285ADB
Text Example
Text Example
White with #285ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285ADB; }
p { color: rgb(40,90,219); }
H1.HeaderClassName
{
color: #285ADB;
}
.AnyTagClassName
{
color: #285ADB;
}
</style>
background-color css
<style>
a { background-color: #285ADB; }
a { background-color: rgb(40,90,219); }
div.DivClassName
{
background-color: #285ADB;
}
.BgClassName
{
background-color: #285ADB;
}
</style>
border-color css
<style>
span { border-color: #285ADB; }
span { border-color: rgb(40,90,219); }
td.TdClassName
{
border-color: #285ADB;
}
.TagClassName
{
border-color: #285ADB;
}
</style>