Shades of Royal Blue #2874DB
Tints of Royal Blue #2874DB
RGB
CMYK
RGB Variations
Color information
#2874DB (or 0x2874DB) is known color: Royal Blue. HEX triplet: 28, 74 and DB. RGB value is (40,116,219). Sum of RGB (Red+Green+Blue) = 40+116+219=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #2874DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874DB is #D78B24. Grayscale: #686868. Windows color (decimal): -14125861 or 14382120. OLE color: 14382120.
HSL color Cylindrical-coordinate representation of color #2874DB: hue angle of 214.53º degrees, saturation: 0.71, 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 #2874DB is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 116 | 219 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.14 |
| HSL | 214.53º | 0.71% | 0.51% | - |
| HSV(B) | 214.53º | 0.82% | 0.86% | - |
| XYZ | 19.91 | 18.06 | 69.45 | - |
| YUV | 105.02 | 192.32 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 219 | 0.82 | 0.47 | 0 | 0.14 | 214.53 | 0.71 | 0.51 |
| Hex | 28 | 74 | DB | 52 | 2F | 0 | E | D7 | 47 | 33 |
| Octal | 50 | 164 | 333 | 122 | 57 | 0 | 16 | 327 | 107 | 63 |
| Binary | 101000 | 1110100 | 11011011 | 1010010 | 101111 | 0 | 1110 | 11010111 | 1000111 | 110011 |
Color Harmonies of #2874DB
Complementary color
Monochromatic Colors of #2874DB
Black with #2874DB
Text Example
Text Example
White with #2874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874DB; }
p { color: rgb(40,116,219); }
H1.HeaderClassName
{
color: #2874DB;
}
.AnyTagClassName
{
color: #2874DB;
}
</style>
background-color css
<style>
a { background-color: #2874DB; }
a { background-color: rgb(40,116,219); }
div.DivClassName
{
background-color: #2874DB;
}
.BgClassName
{
background-color: #2874DB;
}
</style>
border-color css
<style>
span { border-color: #2874DB; }
span { border-color: rgb(40,116,219); }
td.TdClassName
{
border-color: #2874DB;
}
.TagClassName
{
border-color: #2874DB;
}
</style>