Shades of Royal Blue #286FF1
Tints of Royal Blue #286FF1
RGB
CMYK
RGB Variations
Color information
#286FF1 (or 0x286FF1) is known color: Royal Blue. HEX triplet: 28, 6F and F1. RGB value is (40,111,241). Sum of RGB (Red+Green+Blue) = 40+111+241=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #286FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FF1 is #D7900E. Grayscale: #686868. Windows color (decimal): -14127119 or 15822632. OLE color: 15822632.
HSL color Cylindrical-coordinate representation of color #286FF1: hue angle of 218.81º degrees, saturation: 0.88, 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 #286FF1 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 111 | 241 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.05 |
| HSL | 218.81º | 0.88% | 0.55% | - |
| HSV(B) | 218.81º | 0.83% | 0.95% | - |
| XYZ | 22.44 | 18.17 | 85.54 | - |
| YUV | 104.59 | 204.98 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 241 | 0.83 | 0.54 | 0 | 0.05 | 218.81 | 0.88 | 0.55 |
| Hex | 28 | 6F | F1 | 53 | 36 | 0 | 5 | DB | 58 | 37 |
| Octal | 50 | 157 | 361 | 123 | 66 | 0 | 5 | 333 | 130 | 67 |
| Binary | 101000 | 1101111 | 11110001 | 1010011 | 110110 | 0 | 101 | 11011011 | 1011000 | 110111 |
Color Harmonies of #286FF1
Complementary color
Monochromatic Colors of #286FF1
Black with #286FF1
Text Example
Text Example
White with #286FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FF1; }
p { color: rgb(40,111,241); }
H1.HeaderClassName
{
color: #286FF1;
}
.AnyTagClassName
{
color: #286FF1;
}
</style>
background-color css
<style>
a { background-color: #286FF1; }
a { background-color: rgb(40,111,241); }
div.DivClassName
{
background-color: #286FF1;
}
.BgClassName
{
background-color: #286FF1;
}
</style>
border-color css
<style>
span { border-color: #286FF1; }
span { border-color: rgb(40,111,241); }
td.TdClassName
{
border-color: #286FF1;
}
.TagClassName
{
border-color: #286FF1;
}
</style>