Shades of Royal Blue #286AF5
Tints of Royal Blue #286AF5
RGB
CMYK
RGB Variations
Color information
#286AF5 (or 0x286AF5) is known color: Royal Blue. HEX triplet: 28, 6A and F5. RGB value is (40,106,245). Sum of RGB (Red+Green+Blue) = 40+106+245=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #286AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AF5 is #D7950A. Grayscale: #656565. Windows color (decimal): -14128395 or 16083496. OLE color: 16083496.
HSL color Cylindrical-coordinate representation of color #286AF5: hue angle of 220.68º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286AF5 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 106 | 245 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.04 |
| HSL | 220.68º | 0.91% | 0.56% | - |
| HSV(B) | 220.68º | 0.84% | 0.96% | - |
| XYZ | 22.51 | 17.35 | 88.55 | - |
| YUV | 102.11 | 208.63 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 245 | 0.84 | 0.57 | 0 | 0.04 | 220.68 | 0.91 | 0.56 |
| Hex | 28 | 6A | F5 | 54 | 39 | 0 | 4 | DD | 5B | 38 |
| Octal | 50 | 152 | 365 | 124 | 71 | 0 | 4 | 335 | 133 | 70 |
| Binary | 101000 | 1101010 | 11110101 | 1010100 | 111001 | 0 | 100 | 11011101 | 1011011 | 111000 |
Color Harmonies of #286AF5
Complementary color
Monochromatic Colors of #286AF5
Black with #286AF5
Text Example
Text Example
White with #286AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286AF5; }
p { color: rgb(40,106,245); }
H1.HeaderClassName
{
color: #286AF5;
}
.AnyTagClassName
{
color: #286AF5;
}
</style>
background-color css
<style>
a { background-color: #286AF5; }
a { background-color: rgb(40,106,245); }
div.DivClassName
{
background-color: #286AF5;
}
.BgClassName
{
background-color: #286AF5;
}
</style>
border-color css
<style>
span { border-color: #286AF5; }
span { border-color: rgb(40,106,245); }
td.TdClassName
{
border-color: #286AF5;
}
.TagClassName
{
border-color: #286AF5;
}
</style>