Shades of Royal Blue #287ADC
Tints of Royal Blue #287ADC
RGB
CMYK
RGB Variations
Color information
#287ADC (or 0x287ADC) is known color: Royal Blue. HEX triplet: 28, 7A and DC. RGB value is (40,122,220). Sum of RGB (Red+Green+Blue) = 40+122+220=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #287ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287ADC is #D78523. Grayscale: #6C6C6C. Windows color (decimal): -14124324 or 14449192. OLE color: 14449192.
HSL color Cylindrical-coordinate representation of color #287ADC: hue angle of 212.67º 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 #287ADC is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 122 | 220 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.14 |
| HSL | 212.67º | 0.72% | 0.51% | - |
| HSV(B) | 212.67º | 0.82% | 0.86% | - |
| XYZ | 20.75 | 19.54 | 70.39 | - |
| YUV | 108.65 | 190.83 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 220 | 0.82 | 0.45 | 0 | 0.14 | 212.67 | 0.72 | 0.51 |
| Hex | 28 | 7A | DC | 52 | 2D | 0 | E | D5 | 48 | 33 |
| Octal | 50 | 172 | 334 | 122 | 55 | 0 | 16 | 325 | 110 | 63 |
| Binary | 101000 | 1111010 | 11011100 | 1010010 | 101101 | 0 | 1110 | 11010101 | 1001000 | 110011 |
Color Harmonies of #287ADC
Complementary color
Monochromatic Colors of #287ADC
Black with #287ADC
Text Example
Text Example
White with #287ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287ADC; }
p { color: rgb(40,122,220); }
H1.HeaderClassName
{
color: #287ADC;
}
.AnyTagClassName
{
color: #287ADC;
}
</style>
background-color css
<style>
a { background-color: #287ADC; }
a { background-color: rgb(40,122,220); }
div.DivClassName
{
background-color: #287ADC;
}
.BgClassName
{
background-color: #287ADC;
}
</style>
border-color css
<style>
span { border-color: #287ADC; }
span { border-color: rgb(40,122,220); }
td.TdClassName
{
border-color: #287ADC;
}
.TagClassName
{
border-color: #287ADC;
}
</style>