Shades of Royal Blue #287FDA
Tints of Royal Blue #287FDA
RGB
CMYK
RGB Variations
Color information
#287FDA (or 0x287FDA) is known color: Royal Blue. HEX triplet: 28, 7F and DA. RGB value is (40,127,218). Sum of RGB (Red+Green+Blue) = 40+127+218=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #287FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FDA is #D78025. Grayscale: #6E6E6E. Windows color (decimal): -14123046 or 14319400. OLE color: 14319400.
HSL color Cylindrical-coordinate representation of color #287FDA: hue angle of 210.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #287FDA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 127 | 218 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.15 |
| HSL | 210.67º | 0.71% | 0.51% | - |
| HSV(B) | 210.67º | 0.82% | 0.85% | - |
| XYZ | 21.12 | 20.69 | 69.21 | - |
| YUV | 111.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 218 | 0.82 | 0.42 | 0 | 0.15 | 210.67 | 0.71 | 0.51 |
| Hex | 28 | 7F | DA | 52 | 2A | 0 | F | D3 | 47 | 33 |
| Octal | 50 | 177 | 332 | 122 | 52 | 0 | 17 | 323 | 107 | 63 |
| Binary | 101000 | 1111111 | 11011010 | 1010010 | 101010 | 0 | 1111 | 11010011 | 1000111 | 110011 |
Color Harmonies of #287FDA
Complementary color
Monochromatic Colors of #287FDA
Black with #287FDA
Text Example
Text Example
White with #287FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FDA; }
p { color: rgb(40,127,218); }
H1.HeaderClassName
{
color: #287FDA;
}
.AnyTagClassName
{
color: #287FDA;
}
</style>
background-color css
<style>
a { background-color: #287FDA; }
a { background-color: rgb(40,127,218); }
div.DivClassName
{
background-color: #287FDA;
}
.BgClassName
{
background-color: #287FDA;
}
</style>
border-color css
<style>
span { border-color: #287FDA; }
span { border-color: rgb(40,127,218); }
td.TdClassName
{
border-color: #287FDA;
}
.TagClassName
{
border-color: #287FDA;
}
</style>