Shades of Royal Blue #287EDC
Tints of Royal Blue #287EDC
RGB
CMYK
RGB Variations
Color information
#287EDC (or 0x287EDC) is known color: Royal Blue. HEX triplet: 28, 7E and DC. RGB value is (40,126,220). Sum of RGB (Red+Green+Blue) = 40+126+220=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #287EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EDC is #D78123. Grayscale: #6E6E6E. Windows color (decimal): -14123300 or 14450216. OLE color: 14450216.
HSL color Cylindrical-coordinate representation of color #287EDC: hue angle of 211.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 #287EDC is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 126 | 220 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.14 |
| HSL | 211.33º | 0.72% | 0.51% | - |
| HSV(B) | 211.33º | 0.82% | 0.86% | - |
| XYZ | 21.25 | 20.54 | 70.55 | - |
| YUV | 111 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 220 | 0.82 | 0.43 | 0 | 0.14 | 211.33 | 0.72 | 0.51 |
| Hex | 28 | 7E | DC | 52 | 2B | 0 | E | D3 | 48 | 33 |
| Octal | 50 | 176 | 334 | 122 | 53 | 0 | 16 | 323 | 110 | 63 |
| Binary | 101000 | 1111110 | 11011100 | 1010010 | 101011 | 0 | 1110 | 11010011 | 1001000 | 110011 |
Color Harmonies of #287EDC
Complementary color
Monochromatic Colors of #287EDC
Black with #287EDC
Text Example
Text Example
White with #287EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EDC; }
p { color: rgb(40,126,220); }
H1.HeaderClassName
{
color: #287EDC;
}
.AnyTagClassName
{
color: #287EDC;
}
</style>
background-color css
<style>
a { background-color: #287EDC; }
a { background-color: rgb(40,126,220); }
div.DivClassName
{
background-color: #287EDC;
}
.BgClassName
{
background-color: #287EDC;
}
</style>
border-color css
<style>
span { border-color: #287EDC; }
span { border-color: rgb(40,126,220); }
td.TdClassName
{
border-color: #287EDC;
}
.TagClassName
{
border-color: #287EDC;
}
</style>