Shades of Royal Blue #286CDA
Tints of Royal Blue #286CDA
RGB
CMYK
RGB Variations
Color information
#286CDA (or 0x286CDA) is known color: Royal Blue. HEX triplet: 28, 6C and DA. RGB value is (40,108,218). Sum of RGB (Red+Green+Blue) = 40+108+218=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #286CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CDA is #D79325. Grayscale: #636363. Windows color (decimal): -14127910 or 14314536. OLE color: 14314536.
HSL color Cylindrical-coordinate representation of color #286CDA: hue angle of 217.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286CDA is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 108 | 218 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.15 |
| HSL | 217.08º | 0.71% | 0.51% | - |
| HSV(B) | 217.08º | 0.82% | 0.85% | - |
| XYZ | 18.89 | 16.24 | 68.47 | - |
| YUV | 100.21 | 194.47 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 218 | 0.82 | 0.50 | 0 | 0.15 | 217.08 | 0.71 | 0.51 |
| Hex | 28 | 6C | DA | 52 | 32 | 0 | F | D9 | 47 | 33 |
| Octal | 50 | 154 | 332 | 122 | 62 | 0 | 17 | 331 | 107 | 63 |
| Binary | 101000 | 1101100 | 11011010 | 1010010 | 110010 | 0 | 1111 | 11011001 | 1000111 | 110011 |
Color Harmonies of #286CDA
Complementary color
Monochromatic Colors of #286CDA
Black with #286CDA
Text Example
Text Example
White with #286CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CDA; }
p { color: rgb(40,108,218); }
H1.HeaderClassName
{
color: #286CDA;
}
.AnyTagClassName
{
color: #286CDA;
}
</style>
background-color css
<style>
a { background-color: #286CDA; }
a { background-color: rgb(40,108,218); }
div.DivClassName
{
background-color: #286CDA;
}
.BgClassName
{
background-color: #286CDA;
}
</style>
border-color css
<style>
span { border-color: #286CDA; }
span { border-color: rgb(40,108,218); }
td.TdClassName
{
border-color: #286CDA;
}
.TagClassName
{
border-color: #286CDA;
}
</style>