Shades of Royal Blue #286BDA
Tints of Royal Blue #286BDA
RGB
CMYK
RGB Variations
Color information
#286BDA (or 0x286BDA) is known color: Royal Blue. HEX triplet: 28, 6B and DA. RGB value is (40,107,218). Sum of RGB (Red+Green+Blue) = 40+107+218=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #286BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286BDA is #D79425. Grayscale: #636363. Windows color (decimal): -14128166 or 14314280. OLE color: 14314280.
HSL color Cylindrical-coordinate representation of color #286BDA: hue angle of 217.42º 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 #286BDA is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 107 | 218 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.15 |
| HSL | 217.42º | 0.71% | 0.51% | - |
| HSV(B) | 217.42º | 0.82% | 0.85% | - |
| XYZ | 18.79 | 16.03 | 68.43 | - |
| YUV | 99.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 218 | 0.82 | 0.51 | 0 | 0.15 | 217.42 | 0.71 | 0.51 |
| Hex | 28 | 6B | DA | 52 | 33 | 0 | F | D9 | 47 | 33 |
| Octal | 50 | 153 | 332 | 122 | 63 | 0 | 17 | 331 | 107 | 63 |
| Binary | 101000 | 1101011 | 11011010 | 1010010 | 110011 | 0 | 1111 | 11011001 | 1000111 | 110011 |
Color Harmonies of #286BDA
Complementary color
Monochromatic Colors of #286BDA
Black with #286BDA
Text Example
Text Example
White with #286BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286BDA; }
p { color: rgb(40,107,218); }
H1.HeaderClassName
{
color: #286BDA;
}
.AnyTagClassName
{
color: #286BDA;
}
</style>
background-color css
<style>
a { background-color: #286BDA; }
a { background-color: rgb(40,107,218); }
div.DivClassName
{
background-color: #286BDA;
}
.BgClassName
{
background-color: #286BDA;
}
</style>
border-color css
<style>
span { border-color: #286BDA; }
span { border-color: rgb(40,107,218); }
td.TdClassName
{
border-color: #286BDA;
}
.TagClassName
{
border-color: #286BDA;
}
</style>