Shades of Royal Blue #285DDE
Tints of Royal Blue #285DDE
RGB
CMYK
RGB Variations
Color information
#285DDE (or 0x285DDE) is known color: Royal Blue. HEX triplet: 28, 5D and DE. RGB value is (40,93,222). Sum of RGB (Red+Green+Blue) = 40+93+222=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #285DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285DDE is #D7A221. Grayscale: #5B5B5B. Windows color (decimal): -14131746 or 14572840. OLE color: 14572840.
HSL color Cylindrical-coordinate representation of color #285DDE: hue angle of 222.53º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #285DDE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 93 | 222 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.13 |
| HSL | 222.53º | 0.73% | 0.51% | - |
| HSV(B) | 222.53º | 0.82% | 0.87% | - |
| XYZ | 17.97 | 13.55 | 70.78 | - |
| YUV | 91.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 222 | 0.82 | 0.58 | 0 | 0.13 | 222.53 | 0.73 | 0.51 |
| Hex | 28 | 5D | DE | 52 | 3A | 0 | D | DF | 49 | 33 |
| Octal | 50 | 135 | 336 | 122 | 72 | 0 | 15 | 337 | 111 | 63 |
| Binary | 101000 | 1011101 | 11011110 | 1010010 | 111010 | 0 | 1101 | 11011111 | 1001001 | 110011 |
Color Harmonies of #285DDE
Complementary color
Monochromatic Colors of #285DDE
Black with #285DDE
Text Example
Text Example
White with #285DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285DDE; }
p { color: rgb(40,93,222); }
H1.HeaderClassName
{
color: #285DDE;
}
.AnyTagClassName
{
color: #285DDE;
}
</style>
background-color css
<style>
a { background-color: #285DDE; }
a { background-color: rgb(40,93,222); }
div.DivClassName
{
background-color: #285DDE;
}
.BgClassName
{
background-color: #285DDE;
}
</style>
border-color css
<style>
span { border-color: #285DDE; }
span { border-color: rgb(40,93,222); }
td.TdClassName
{
border-color: #285DDE;
}
.TagClassName
{
border-color: #285DDE;
}
</style>