Shades of Royal Blue #286BEA
Tints of Royal Blue #286BEA
RGB
CMYK
RGB Variations
Color information
#286BEA (or 0x286BEA) is known color: Royal Blue. HEX triplet: 28, 6B and EA. RGB value is (40,107,234). Sum of RGB (Red+Green+Blue) = 40+107+234=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #286BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BEA is #D79415. Grayscale: #646464. Windows color (decimal): -14128150 or 15362856. OLE color: 15362856.
HSL color Cylindrical-coordinate representation of color #286BEA: hue angle of 219.28º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286BEA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 107 | 234 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.08 |
| HSL | 219.28º | 0.82% | 0.54% | - |
| HSV(B) | 219.28º | 0.83% | 0.92% | - |
| XYZ | 20.98 | 16.91 | 80 | - |
| YUV | 101.45 | 202.8 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 234 | 0.83 | 0.54 | 0 | 0.08 | 219.28 | 0.82 | 0.54 |
| Hex | 28 | 6B | EA | 53 | 36 | 0 | 8 | DB | 52 | 36 |
| Octal | 50 | 153 | 352 | 123 | 66 | 0 | 10 | 333 | 122 | 66 |
| Binary | 101000 | 1101011 | 11101010 | 1010011 | 110110 | 0 | 1000 | 11011011 | 1010010 | 110110 |
Color Harmonies of #286BEA
Complementary color
Monochromatic Colors of #286BEA
Black with #286BEA
Text Example
Text Example
White with #286BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BEA; }
p { color: rgb(40,107,234); }
H1.HeaderClassName
{
color: #286BEA;
}
.AnyTagClassName
{
color: #286BEA;
}
</style>
background-color css
<style>
a { background-color: #286BEA; }
a { background-color: rgb(40,107,234); }
div.DivClassName
{
background-color: #286BEA;
}
.BgClassName
{
background-color: #286BEA;
}
</style>
border-color css
<style>
span { border-color: #286BEA; }
span { border-color: rgb(40,107,234); }
td.TdClassName
{
border-color: #286BEA;
}
.TagClassName
{
border-color: #286BEA;
}
</style>