Shades of Royal Blue #286FDC
Tints of Royal Blue #286FDC
RGB
CMYK
RGB Variations
Color information
#286FDC (or 0x286FDC) is known color: Royal Blue. HEX triplet: 28, 6F and DC. RGB value is (40,111,220). Sum of RGB (Red+Green+Blue) = 40+111+220=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #286FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FDC is #D79023. Grayscale: #656565. Windows color (decimal): -14127140 or 14446376. OLE color: 14446376.
HSL color Cylindrical-coordinate representation of color #286FDC: hue angle of 216.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286FDC is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 111 | 220 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.14 |
| HSL | 216.33º | 0.72% | 0.51% | - |
| HSV(B) | 216.33º | 0.82% | 0.86% | - |
| XYZ | 19.48 | 16.99 | 69.96 | - |
| YUV | 102.2 | 194.48 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 220 | 0.82 | 0.50 | 0 | 0.14 | 216.33 | 0.72 | 0.51 |
| Hex | 28 | 6F | DC | 52 | 32 | 0 | E | D8 | 48 | 33 |
| Octal | 50 | 157 | 334 | 122 | 62 | 0 | 16 | 330 | 110 | 63 |
| Binary | 101000 | 1101111 | 11011100 | 1010010 | 110010 | 0 | 1110 | 11011000 | 1001000 | 110011 |
Color Harmonies of #286FDC
Complementary color
Monochromatic Colors of #286FDC
Black with #286FDC
Text Example
Text Example
White with #286FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FDC; }
p { color: rgb(40,111,220); }
H1.HeaderClassName
{
color: #286FDC;
}
.AnyTagClassName
{
color: #286FDC;
}
</style>
background-color css
<style>
a { background-color: #286FDC; }
a { background-color: rgb(40,111,220); }
div.DivClassName
{
background-color: #286FDC;
}
.BgClassName
{
background-color: #286FDC;
}
</style>
border-color css
<style>
span { border-color: #286FDC; }
span { border-color: rgb(40,111,220); }
td.TdClassName
{
border-color: #286FDC;
}
.TagClassName
{
border-color: #286FDC;
}
</style>