Shades of Royal Blue #286CDD
Tints of Royal Blue #286CDD
RGB
CMYK
RGB Variations
Color information
#286CDD (or 0x286CDD) is known color: Royal Blue. HEX triplet: 28, 6C and DD. RGB value is (40,108,221). Sum of RGB (Red+Green+Blue) = 40+108+221=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #286CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CDD is #D79322. Grayscale: #646464. Windows color (decimal): -14127907 or 14511144. OLE color: 14511144.
HSL color Cylindrical-coordinate representation of color #286CDD: hue angle of 217.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286CDD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 108 | 221 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.13 |
| HSL | 217.46º | 0.73% | 0.51% | - |
| HSV(B) | 217.46º | 0.82% | 0.87% | - |
| XYZ | 19.29 | 16.4 | 70.55 | - |
| YUV | 100.55 | 195.97 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 221 | 0.82 | 0.51 | 0 | 0.13 | 217.46 | 0.73 | 0.51 |
| Hex | 28 | 6C | DD | 52 | 33 | 0 | D | D9 | 49 | 33 |
| Octal | 50 | 154 | 335 | 122 | 63 | 0 | 15 | 331 | 111 | 63 |
| Binary | 101000 | 1101100 | 11011101 | 1010010 | 110011 | 0 | 1101 | 11011001 | 1001001 | 110011 |
Color Harmonies of #286CDD
Complementary color
Monochromatic Colors of #286CDD
Black with #286CDD
Text Example
Text Example
White with #286CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286CDD; }
p { color: rgb(40,108,221); }
H1.HeaderClassName
{
color: #286CDD;
}
.AnyTagClassName
{
color: #286CDD;
}
</style>
background-color css
<style>
a { background-color: #286CDD; }
a { background-color: rgb(40,108,221); }
div.DivClassName
{
background-color: #286CDD;
}
.BgClassName
{
background-color: #286CDD;
}
</style>
border-color css
<style>
span { border-color: #286CDD; }
span { border-color: rgb(40,108,221); }
td.TdClassName
{
border-color: #286CDD;
}
.TagClassName
{
border-color: #286CDD;
}
</style>