Shades of Royal Blue #287ADF
Tints of Royal Blue #287ADF
RGB
CMYK
RGB Variations
Color information
#287ADF (or 0x287ADF) is known color: Royal Blue. HEX triplet: 28, 7A and DF. RGB value is (40,122,223). Sum of RGB (Red+Green+Blue) = 40+122+223=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #287ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ADF is #D78520. Grayscale: #6C6C6C. Windows color (decimal): -14124321 or 14645800. OLE color: 14645800.
HSL color Cylindrical-coordinate representation of color #287ADF: hue angle of 213.11º 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 #287ADF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 122 | 223 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.13 |
| HSL | 213.11º | 0.74% | 0.52% | - |
| HSV(B) | 213.11º | 0.82% | 0.87% | - |
| XYZ | 21.15 | 19.7 | 72.5 | - |
| YUV | 109 | 192.33 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 223 | 0.82 | 0.45 | 0 | 0.13 | 213.11 | 0.74 | 0.52 |
| Hex | 28 | 7A | DF | 52 | 2D | 0 | D | D5 | 4A | 34 |
| Octal | 50 | 172 | 337 | 122 | 55 | 0 | 15 | 325 | 112 | 64 |
| Binary | 101000 | 1111010 | 11011111 | 1010010 | 101101 | 0 | 1101 | 11010101 | 1001010 | 110100 |
Color Harmonies of #287ADF
Complementary color
Monochromatic Colors of #287ADF
Black with #287ADF
Text Example
Text Example
White with #287ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ADF; }
p { color: rgb(40,122,223); }
H1.HeaderClassName
{
color: #287ADF;
}
.AnyTagClassName
{
color: #287ADF;
}
</style>
background-color css
<style>
a { background-color: #287ADF; }
a { background-color: rgb(40,122,223); }
div.DivClassName
{
background-color: #287ADF;
}
.BgClassName
{
background-color: #287ADF;
}
</style>
border-color css
<style>
span { border-color: #287ADF; }
span { border-color: rgb(40,122,223); }
td.TdClassName
{
border-color: #287ADF;
}
.TagClassName
{
border-color: #287ADF;
}
</style>