Shades of Royal Blue #286EF3
Tints of Royal Blue #286EF3
RGB
CMYK
RGB Variations
Color information
#286EF3 (or 0x286EF3) is known color: Royal Blue. HEX triplet: 28, 6E and F3. RGB value is (40,110,243). Sum of RGB (Red+Green+Blue) = 40+110+243=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #286EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EF3 is #D7910C. Grayscale: #676767. Windows color (decimal): -14127373 or 15953448. OLE color: 15953448.
HSL color Cylindrical-coordinate representation of color #286EF3: hue angle of 219.31º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286EF3 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 110 | 243 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.05 |
| HSL | 219.31º | 0.89% | 0.55% | - |
| HSV(B) | 219.31º | 0.84% | 0.95% | - |
| XYZ | 22.63 | 18.07 | 87.09 | - |
| YUV | 104.23 | 206.31 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 243 | 0.84 | 0.55 | 0 | 0.05 | 219.31 | 0.89 | 0.55 |
| Hex | 28 | 6E | F3 | 54 | 37 | 0 | 5 | DB | 59 | 37 |
| Octal | 50 | 156 | 363 | 124 | 67 | 0 | 5 | 333 | 131 | 67 |
| Binary | 101000 | 1101110 | 11110011 | 1010100 | 110111 | 0 | 101 | 11011011 | 1011001 | 110111 |
Color Harmonies of #286EF3
Complementary color
Monochromatic Colors of #286EF3
Black with #286EF3
Text Example
Text Example
White with #286EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EF3; }
p { color: rgb(40,110,243); }
H1.HeaderClassName
{
color: #286EF3;
}
.AnyTagClassName
{
color: #286EF3;
}
</style>
background-color css
<style>
a { background-color: #286EF3; }
a { background-color: rgb(40,110,243); }
div.DivClassName
{
background-color: #286EF3;
}
.BgClassName
{
background-color: #286EF3;
}
</style>
border-color css
<style>
span { border-color: #286EF3; }
span { border-color: rgb(40,110,243); }
td.TdClassName
{
border-color: #286EF3;
}
.TagClassName
{
border-color: #286EF3;
}
</style>