Shades of Royal Blue #285FDB
Tints of Royal Blue #285FDB
RGB
CMYK
RGB Variations
Color information
#285FDB (or 0x285FDB) is known color: Royal Blue. HEX triplet: 28, 5F and DB. RGB value is (40,95,219). Sum of RGB (Red+Green+Blue) = 40+95+219=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #285FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285FDB is #D7A024. Grayscale: #5C5C5C. Windows color (decimal): -14131237 or 14376744. OLE color: 14376744.
HSL color Cylindrical-coordinate representation of color #285FDB: hue angle of 221.56º 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 #285FDB is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 95 | 219 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.14 |
| HSL | 221.56º | 0.71% | 0.51% | - |
| HSV(B) | 221.56º | 0.82% | 0.86% | - |
| XYZ | 17.75 | 13.75 | 68.74 | - |
| YUV | 92.69 | 199.28 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 219 | 0.82 | 0.57 | 0 | 0.14 | 221.56 | 0.71 | 0.51 |
| Hex | 28 | 5F | DB | 52 | 39 | 0 | E | DE | 47 | 33 |
| Octal | 50 | 137 | 333 | 122 | 71 | 0 | 16 | 336 | 107 | 63 |
| Binary | 101000 | 1011111 | 11011011 | 1010010 | 111001 | 0 | 1110 | 11011110 | 1000111 | 110011 |
Color Harmonies of #285FDB
Complementary color
Monochromatic Colors of #285FDB
Black with #285FDB
Text Example
Text Example
White with #285FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285FDB; }
p { color: rgb(40,95,219); }
H1.HeaderClassName
{
color: #285FDB;
}
.AnyTagClassName
{
color: #285FDB;
}
</style>
background-color css
<style>
a { background-color: #285FDB; }
a { background-color: rgb(40,95,219); }
div.DivClassName
{
background-color: #285FDB;
}
.BgClassName
{
background-color: #285FDB;
}
</style>
border-color css
<style>
span { border-color: #285FDB; }
span { border-color: rgb(40,95,219); }
td.TdClassName
{
border-color: #285FDB;
}
.TagClassName
{
border-color: #285FDB;
}
</style>