Shades of Royal Blue #286FDA
Tints of Royal Blue #286FDA
RGB
CMYK
RGB Variations
Color information
#286FDA (or 0x286FDA) is known color: Royal Blue. HEX triplet: 28, 6F and DA. RGB value is (40,111,218). Sum of RGB (Red+Green+Blue) = 40+111+218=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #286FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FDA is #D79025. Grayscale: #656565. Windows color (decimal): -14127142 or 14315304. OLE color: 14315304.
HSL color Cylindrical-coordinate representation of color #286FDA: hue angle of 216.07º 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 #286FDA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 111 | 218 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.15 |
| HSL | 216.07º | 0.71% | 0.51% | - |
| HSV(B) | 216.07º | 0.82% | 0.85% | - |
| XYZ | 19.21 | 16.88 | 68.58 | - |
| YUV | 101.97 | 193.48 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 218 | 0.82 | 0.49 | 0 | 0.15 | 216.07 | 0.71 | 0.51 |
| Hex | 28 | 6F | DA | 52 | 31 | 0 | F | D8 | 47 | 33 |
| Octal | 50 | 157 | 332 | 122 | 61 | 0 | 17 | 330 | 107 | 63 |
| Binary | 101000 | 1101111 | 11011010 | 1010010 | 110001 | 0 | 1111 | 11011000 | 1000111 | 110011 |
Color Harmonies of #286FDA
Complementary color
Monochromatic Colors of #286FDA
Black with #286FDA
Text Example
Text Example
White with #286FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FDA; }
p { color: rgb(40,111,218); }
H1.HeaderClassName
{
color: #286FDA;
}
.AnyTagClassName
{
color: #286FDA;
}
</style>
background-color css
<style>
a { background-color: #286FDA; }
a { background-color: rgb(40,111,218); }
div.DivClassName
{
background-color: #286FDA;
}
.BgClassName
{
background-color: #286FDA;
}
</style>
border-color css
<style>
span { border-color: #286FDA; }
span { border-color: rgb(40,111,218); }
td.TdClassName
{
border-color: #286FDA;
}
.TagClassName
{
border-color: #286FDA;
}
</style>