Shades of Royal Blue #2874D7
Tints of Royal Blue #2874D7
RGB
CMYK
RGB Variations
Color information
#2874D7 (or 0x2874D7) is known color: Royal Blue. HEX triplet: 28, 74 and D7. RGB value is (40,116,215). Sum of RGB (Red+Green+Blue) = 40+116+215=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #2874D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874D7 is #D78B28. Grayscale: #686868. Windows color (decimal): -14125865 or 14119976. OLE color: 14119976.
HSL color Cylindrical-coordinate representation of color #2874D7: hue angle of 213.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2874D7 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 116 | 215 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.16 |
| HSL | 213.94º | 0.69% | 0.5% | - |
| HSV(B) | 213.94º | 0.81% | 0.84% | - |
| XYZ | 19.39 | 17.85 | 66.71 | - |
| YUV | 104.56 | 190.32 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 215 | 0.81 | 0.46 | 0 | 0.16 | 213.94 | 0.69 | 0.5 |
| Hex | 28 | 74 | D7 | 51 | 2E | 0 | 10 | D6 | 45 | 32 |
| Octal | 50 | 164 | 327 | 121 | 56 | 0 | 20 | 326 | 105 | 62 |
| Binary | 101000 | 1110100 | 11010111 | 1010001 | 101110 | 0 | 10000 | 11010110 | 1000101 | 110010 |
Color Harmonies of #2874D7
Complementary color
Monochromatic Colors of #2874D7
Black with #2874D7
Text Example
Text Example
White with #2874D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874D7; }
p { color: rgb(40,116,215); }
H1.HeaderClassName
{
color: #2874D7;
}
.AnyTagClassName
{
color: #2874D7;
}
</style>
background-color css
<style>
a { background-color: #2874D7; }
a { background-color: rgb(40,116,215); }
div.DivClassName
{
background-color: #2874D7;
}
.BgClassName
{
background-color: #2874D7;
}
</style>
border-color css
<style>
span { border-color: #2874D7; }
span { border-color: rgb(40,116,215); }
td.TdClassName
{
border-color: #2874D7;
}
.TagClassName
{
border-color: #2874D7;
}
</style>