Shades of Royal Blue #286AE5
Tints of Royal Blue #286AE5
RGB
CMYK
RGB Variations
Color information
#286AE5 (or 0x286AE5) is known color: Royal Blue. HEX triplet: 28, 6A and E5. RGB value is (40,106,229). Sum of RGB (Red+Green+Blue) = 40+106+229=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #286AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286AE5 is #D7951A. Grayscale: #636363. Windows color (decimal): -14128411 or 15034920. OLE color: 15034920.
HSL color Cylindrical-coordinate representation of color #286AE5: hue angle of 219.05º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286AE5 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 106 | 229 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.10 |
| HSL | 219.05º | 0.78% | 0.53% | - |
| HSV(B) | 219.05º | 0.83% | 0.9% | - |
| XYZ | 20.17 | 16.42 | 76.23 | - |
| YUV | 100.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 229 | 0.83 | 0.54 | 0 | 0.10 | 219.05 | 0.78 | 0.53 |
| Hex | 28 | 6A | E5 | 53 | 36 | 0 | A | DB | 4E | 35 |
| Octal | 50 | 152 | 345 | 123 | 66 | 0 | 12 | 333 | 116 | 65 |
| Binary | 101000 | 1101010 | 11100101 | 1010011 | 110110 | 0 | 1010 | 11011011 | 1001110 | 110101 |
Color Harmonies of #286AE5
Complementary color
Monochromatic Colors of #286AE5
Black with #286AE5
Text Example
Text Example
White with #286AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286AE5; }
p { color: rgb(40,106,229); }
H1.HeaderClassName
{
color: #286AE5;
}
.AnyTagClassName
{
color: #286AE5;
}
</style>
background-color css
<style>
a { background-color: #286AE5; }
a { background-color: rgb(40,106,229); }
div.DivClassName
{
background-color: #286AE5;
}
.BgClassName
{
background-color: #286AE5;
}
</style>
border-color css
<style>
span { border-color: #286AE5; }
span { border-color: rgb(40,106,229); }
td.TdClassName
{
border-color: #286AE5;
}
.TagClassName
{
border-color: #286AE5;
}
</style>