Shades of Royal Blue #286CDF
Tints of Royal Blue #286CDF
RGB
CMYK
RGB Variations
Color information
#286CDF (or 0x286CDF) is known color: Royal Blue. HEX triplet: 28, 6C and DF. RGB value is (40,108,223). Sum of RGB (Red+Green+Blue) = 40+108+223=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #286CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CDF is #D79320. Grayscale: #646464. Windows color (decimal): -14127905 or 14642216. OLE color: 14642216.
HSL color Cylindrical-coordinate representation of color #286CDF: hue angle of 217.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286CDF is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 108 | 223 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.13 |
| HSL | 217.7º | 0.74% | 0.52% | - |
| HSV(B) | 217.7º | 0.82% | 0.87% | - |
| XYZ | 19.56 | 16.5 | 71.97 | - |
| YUV | 100.78 | 196.97 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 223 | 0.82 | 0.52 | 0 | 0.13 | 217.7 | 0.74 | 0.52 |
| Hex | 28 | 6C | DF | 52 | 34 | 0 | D | DA | 4A | 34 |
| Octal | 50 | 154 | 337 | 122 | 64 | 0 | 15 | 332 | 112 | 64 |
| Binary | 101000 | 1101100 | 11011111 | 1010010 | 110100 | 0 | 1101 | 11011010 | 1001010 | 110100 |
Color Harmonies of #286CDF
Complementary color
Monochromatic Colors of #286CDF
Black with #286CDF
Text Example
Text Example
White with #286CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CDF; }
p { color: rgb(40,108,223); }
H1.HeaderClassName
{
color: #286CDF;
}
.AnyTagClassName
{
color: #286CDF;
}
</style>
background-color css
<style>
a { background-color: #286CDF; }
a { background-color: rgb(40,108,223); }
div.DivClassName
{
background-color: #286CDF;
}
.BgClassName
{
background-color: #286CDF;
}
</style>
border-color css
<style>
span { border-color: #286CDF; }
span { border-color: rgb(40,108,223); }
td.TdClassName
{
border-color: #286CDF;
}
.TagClassName
{
border-color: #286CDF;
}
</style>