Shades of Royal Blue #286BFA
Tints of Royal Blue #286BFA
RGB
CMYK
RGB Variations
Color information
#286BFA (or 0x286BFA) is known color: Royal Blue. HEX triplet: 28, 6B and FA. RGB value is (40,107,250). Sum of RGB (Red+Green+Blue) = 40+107+250=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #286BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BFA is #D79405. Grayscale: #666666. Windows color (decimal): -14128134 or 16411432. OLE color: 16411432.
HSL color Cylindrical-coordinate representation of color #286BFA: hue angle of 220.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286BFA is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 107 | 250 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.02 |
| HSL | 220.86º | 0.95% | 0.57% | - |
| HSV(B) | 220.86º | 0.84% | 0.98% | - |
| XYZ | 23.39 | 17.87 | 92.66 | - |
| YUV | 103.27 | 210.8 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 250 | 0.84 | 0.57 | 0 | 0.02 | 220.86 | 0.95 | 0.57 |
| Hex | 28 | 6B | FA | 54 | 39 | 0 | 2 | DD | 5F | 39 |
| Octal | 50 | 153 | 372 | 124 | 71 | 0 | 2 | 335 | 137 | 71 |
| Binary | 101000 | 1101011 | 11111010 | 1010100 | 111001 | 0 | 10 | 11011101 | 1011111 | 111001 |
Color Harmonies of #286BFA
Complementary color
Monochromatic Colors of #286BFA
Black with #286BFA
Text Example
Text Example
White with #286BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BFA; }
p { color: rgb(40,107,250); }
H1.HeaderClassName
{
color: #286BFA;
}
.AnyTagClassName
{
color: #286BFA;
}
</style>
background-color css
<style>
a { background-color: #286BFA; }
a { background-color: rgb(40,107,250); }
div.DivClassName
{
background-color: #286BFA;
}
.BgClassName
{
background-color: #286BFA;
}
</style>
border-color css
<style>
span { border-color: #286BFA; }
span { border-color: rgb(40,107,250); }
td.TdClassName
{
border-color: #286BFA;
}
.TagClassName
{
border-color: #286BFA;
}
</style>