Shades of Royal Blue #286ADE
Tints of Royal Blue #286ADE
RGB
CMYK
RGB Variations
Color information
#286ADE (or 0x286ADE) is known color: Royal Blue. HEX triplet: 28, 6A and DE. RGB value is (40,106,222). Sum of RGB (Red+Green+Blue) = 40+106+222=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #286ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ADE is #D79521. Grayscale: #626262. Windows color (decimal): -14128418 or 14576168. OLE color: 14576168.
HSL color Cylindrical-coordinate representation of color #286ADE: hue angle of 218.24º 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 #286ADE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 106 | 222 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.13 |
| HSL | 218.24º | 0.73% | 0.51% | - |
| HSV(B) | 218.24º | 0.82% | 0.87% | - |
| XYZ | 19.21 | 16.03 | 71.19 | - |
| YUV | 99.49 | 197.13 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 222 | 0.82 | 0.52 | 0 | 0.13 | 218.24 | 0.73 | 0.51 |
| Hex | 28 | 6A | DE | 52 | 34 | 0 | D | DA | 49 | 33 |
| Octal | 50 | 152 | 336 | 122 | 64 | 0 | 15 | 332 | 111 | 63 |
| Binary | 101000 | 1101010 | 11011110 | 1010010 | 110100 | 0 | 1101 | 11011010 | 1001001 | 110011 |
Color Harmonies of #286ADE
Complementary color
Monochromatic Colors of #286ADE
Black with #286ADE
Text Example
Text Example
White with #286ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286ADE; }
p { color: rgb(40,106,222); }
H1.HeaderClassName
{
color: #286ADE;
}
.AnyTagClassName
{
color: #286ADE;
}
</style>
background-color css
<style>
a { background-color: #286ADE; }
a { background-color: rgb(40,106,222); }
div.DivClassName
{
background-color: #286ADE;
}
.BgClassName
{
background-color: #286ADE;
}
</style>
border-color css
<style>
span { border-color: #286ADE; }
span { border-color: rgb(40,106,222); }
td.TdClassName
{
border-color: #286ADE;
}
.TagClassName
{
border-color: #286ADE;
}
</style>