Shades of Royal Blue #286FF2
Tints of Royal Blue #286FF2
RGB
CMYK
RGB Variations
Color information
#286FF2 (or 0x286FF2) is known color: Royal Blue. HEX triplet: 28, 6F and F2. RGB value is (40,111,242). Sum of RGB (Red+Green+Blue) = 40+111+242=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #286FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FF2 is #D7900D. Grayscale: #686868. Windows color (decimal): -14127118 or 15888168. OLE color: 15888168.
HSL color Cylindrical-coordinate representation of color #286FF2: hue angle of 218.91º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286FF2 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 111 | 242 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.05 |
| HSL | 218.91º | 0.89% | 0.55% | - |
| HSV(B) | 218.91º | 0.83% | 0.95% | - |
| XYZ | 22.59 | 18.23 | 86.33 | - |
| YUV | 104.71 | 205.48 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 242 | 0.83 | 0.54 | 0 | 0.05 | 218.91 | 0.89 | 0.55 |
| Hex | 28 | 6F | F2 | 53 | 36 | 0 | 5 | DB | 59 | 37 |
| Octal | 50 | 157 | 362 | 123 | 66 | 0 | 5 | 333 | 131 | 67 |
| Binary | 101000 | 1101111 | 11110010 | 1010011 | 110110 | 0 | 101 | 11011011 | 1011001 | 110111 |
Color Harmonies of #286FF2
Complementary color
Monochromatic Colors of #286FF2
Black with #286FF2
Text Example
Text Example
White with #286FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FF2; }
p { color: rgb(40,111,242); }
H1.HeaderClassName
{
color: #286FF2;
}
.AnyTagClassName
{
color: #286FF2;
}
</style>
background-color css
<style>
a { background-color: #286FF2; }
a { background-color: rgb(40,111,242); }
div.DivClassName
{
background-color: #286FF2;
}
.BgClassName
{
background-color: #286FF2;
}
</style>
border-color css
<style>
span { border-color: #286FF2; }
span { border-color: rgb(40,111,242); }
td.TdClassName
{
border-color: #286FF2;
}
.TagClassName
{
border-color: #286FF2;
}
</style>