Shades of Royal Blue #286BD5
Tints of Royal Blue #286BD5
RGB
CMYK
RGB Variations
Color information
#286BD5 (or 0x286BD5) is known color: Royal Blue. HEX triplet: 28, 6B and D5. RGB value is (40,107,213). Sum of RGB (Red+Green+Blue) = 40+107+213=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #286BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BD5 is #D7942A. Grayscale: #626262. Windows color (decimal): -14128171 or 13986600. OLE color: 13986600.
HSL color Cylindrical-coordinate representation of color #286BD5: hue angle of 216.76º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286BD5 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 107 | 213 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.16 |
| HSL | 216.76º | 0.68% | 0.5% | - |
| HSV(B) | 216.76º | 0.81% | 0.84% | - |
| XYZ | 18.14 | 15.77 | 65.04 | - |
| YUV | 99.05 | 192.3 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 213 | 0.81 | 0.50 | 0 | 0.16 | 216.76 | 0.68 | 0.5 |
| Hex | 28 | 6B | D5 | 51 | 32 | 0 | 10 | D9 | 44 | 32 |
| Octal | 50 | 153 | 325 | 121 | 62 | 0 | 20 | 331 | 104 | 62 |
| Binary | 101000 | 1101011 | 11010101 | 1010001 | 110010 | 0 | 10000 | 11011001 | 1000100 | 110010 |
Color Harmonies of #286BD5
Complementary color
Monochromatic Colors of #286BD5
Black with #286BD5
Text Example
Text Example
White with #286BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BD5; }
p { color: rgb(40,107,213); }
H1.HeaderClassName
{
color: #286BD5;
}
.AnyTagClassName
{
color: #286BD5;
}
</style>
background-color css
<style>
a { background-color: #286BD5; }
a { background-color: rgb(40,107,213); }
div.DivClassName
{
background-color: #286BD5;
}
.BgClassName
{
background-color: #286BD5;
}
</style>
border-color css
<style>
span { border-color: #286BD5; }
span { border-color: rgb(40,107,213); }
td.TdClassName
{
border-color: #286BD5;
}
.TagClassName
{
border-color: #286BD5;
}
</style>