Shades of Royal Blue #287EDF
Tints of Royal Blue #287EDF
RGB
CMYK
RGB Variations
Color information
#287EDF (or 0x287EDF) is known color: Royal Blue. HEX triplet: 28, 7E and DF. RGB value is (40,126,223). Sum of RGB (Red+Green+Blue) = 40+126+223=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #287EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287EDF is #D78120. Grayscale: #6E6E6E. Windows color (decimal): -14123297 or 14646824. OLE color: 14646824.
HSL color Cylindrical-coordinate representation of color #287EDF: hue angle of 211.8º 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 #287EDF is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 126 | 223 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 211.8º | 0.74% | 0.52% | - |
| HSV(B) | 211.8º | 0.82% | 0.87% | - |
| XYZ | 21.66 | 20.7 | 72.67 | - |
| YUV | 111.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 223 | 0.82 | 0.43 | 0 | 0.13 | 211.8 | 0.74 | 0.52 |
| Hex | 28 | 7E | DF | 52 | 2B | 0 | D | D4 | 4A | 34 |
| Octal | 50 | 176 | 337 | 122 | 53 | 0 | 15 | 324 | 112 | 64 |
| Binary | 101000 | 1111110 | 11011111 | 1010010 | 101011 | 0 | 1101 | 11010100 | 1001010 | 110100 |
Color Harmonies of #287EDF
Complementary color
Monochromatic Colors of #287EDF
Black with #287EDF
Text Example
Text Example
White with #287EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EDF; }
p { color: rgb(40,126,223); }
H1.HeaderClassName
{
color: #287EDF;
}
.AnyTagClassName
{
color: #287EDF;
}
</style>
background-color css
<style>
a { background-color: #287EDF; }
a { background-color: rgb(40,126,223); }
div.DivClassName
{
background-color: #287EDF;
}
.BgClassName
{
background-color: #287EDF;
}
</style>
border-color css
<style>
span { border-color: #287EDF; }
span { border-color: rgb(40,126,223); }
td.TdClassName
{
border-color: #287EDF;
}
.TagClassName
{
border-color: #287EDF;
}
</style>