Shades of Royal Blue #287FDC
Tints of Royal Blue #287FDC
RGB
CMYK
RGB Variations
Color information
#287FDC (or 0x287FDC) is known color: Royal Blue. HEX triplet: 28, 7F and DC. RGB value is (40,127,220). Sum of RGB (Red+Green+Blue) = 40+127+220=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #287FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FDC is #D78023. Grayscale: #6F6F6F. Windows color (decimal): -14123044 or 14450472. OLE color: 14450472.
HSL color Cylindrical-coordinate representation of color #287FDC: hue angle of 211º 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 #287FDC is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 127 | 220 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.14 |
| HSL | 211º | 0.72% | 0.51% | - |
| HSV(B) | 211º | 0.82% | 0.86% | - |
| XYZ | 21.38 | 20.8 | 70.6 | - |
| YUV | 111.59 | 189.18 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 220 | 0.82 | 0.42 | 0 | 0.14 | 211 | 0.72 | 0.51 |
| Hex | 28 | 7F | DC | 52 | 2A | 0 | E | D3 | 48 | 33 |
| Octal | 50 | 177 | 334 | 122 | 52 | 0 | 16 | 323 | 110 | 63 |
| Binary | 101000 | 1111111 | 11011100 | 1010010 | 101010 | 0 | 1110 | 11010011 | 1001000 | 110011 |
Color Harmonies of #287FDC
Complementary color
Monochromatic Colors of #287FDC
Black with #287FDC
Text Example
Text Example
White with #287FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FDC; }
p { color: rgb(40,127,220); }
H1.HeaderClassName
{
color: #287FDC;
}
.AnyTagClassName
{
color: #287FDC;
}
</style>
background-color css
<style>
a { background-color: #287FDC; }
a { background-color: rgb(40,127,220); }
div.DivClassName
{
background-color: #287FDC;
}
.BgClassName
{
background-color: #287FDC;
}
</style>
border-color css
<style>
span { border-color: #287FDC; }
span { border-color: rgb(40,127,220); }
td.TdClassName
{
border-color: #287FDC;
}
.TagClassName
{
border-color: #287FDC;
}
</style>