Shades of Royal Blue #286BDC
Tints of Royal Blue #286BDC
RGB
CMYK
RGB Variations
Color information
#286BDC (or 0x286BDC) is known color: Royal Blue. HEX triplet: 28, 6B and DC. RGB value is (40,107,220). Sum of RGB (Red+Green+Blue) = 40+107+220=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #286BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BDC is #D79423. Grayscale: #636363. Windows color (decimal): -14128164 or 14445352. OLE color: 14445352.
HSL color Cylindrical-coordinate representation of color #286BDC: hue angle of 217.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286BDC is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 107 | 220 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.14 |
| HSL | 217.67º | 0.72% | 0.51% | - |
| HSV(B) | 217.67º | 0.82% | 0.86% | - |
| XYZ | 19.05 | 16.13 | 69.82 | - |
| YUV | 99.85 | 195.8 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 220 | 0.82 | 0.51 | 0 | 0.14 | 217.67 | 0.72 | 0.51 |
| Hex | 28 | 6B | DC | 52 | 33 | 0 | E | DA | 48 | 33 |
| Octal | 50 | 153 | 334 | 122 | 63 | 0 | 16 | 332 | 110 | 63 |
| Binary | 101000 | 1101011 | 11011100 | 1010010 | 110011 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #286BDC
Complementary color
Monochromatic Colors of #286BDC
Black with #286BDC
Text Example
Text Example
White with #286BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BDC; }
p { color: rgb(40,107,220); }
H1.HeaderClassName
{
color: #286BDC;
}
.AnyTagClassName
{
color: #286BDC;
}
</style>
background-color css
<style>
a { background-color: #286BDC; }
a { background-color: rgb(40,107,220); }
div.DivClassName
{
background-color: #286BDC;
}
.BgClassName
{
background-color: #286BDC;
}
</style>
border-color css
<style>
span { border-color: #286BDC; }
span { border-color: rgb(40,107,220); }
td.TdClassName
{
border-color: #286BDC;
}
.TagClassName
{
border-color: #286BDC;
}
</style>