Shades of Royal Blue #2874DA
Tints of Royal Blue #2874DA
RGB
CMYK
RGB Variations
Color information
#2874DA (or 0x2874DA) is known color: Royal Blue. HEX triplet: 28, 74 and DA. RGB value is (40,116,218). Sum of RGB (Red+Green+Blue) = 40+116+218=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #2874DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874DA is #D78B25. Grayscale: #686868. Windows color (decimal): -14125862 or 14316584. OLE color: 14316584.
HSL color Cylindrical-coordinate representation of color #2874DA: hue angle of 214.38º 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 #2874DA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 116 | 218 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.15 |
| HSL | 214.38º | 0.71% | 0.51% | - |
| HSV(B) | 214.38º | 0.82% | 0.85% | - |
| XYZ | 19.78 | 18 | 68.76 | - |
| YUV | 104.9 | 191.82 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 218 | 0.82 | 0.47 | 0 | 0.15 | 214.38 | 0.71 | 0.51 |
| Hex | 28 | 74 | DA | 52 | 2F | 0 | F | D6 | 47 | 33 |
| Octal | 50 | 164 | 332 | 122 | 57 | 0 | 17 | 326 | 107 | 63 |
| Binary | 101000 | 1110100 | 11011010 | 1010010 | 101111 | 0 | 1111 | 11010110 | 1000111 | 110011 |
Color Harmonies of #2874DA
Complementary color
Monochromatic Colors of #2874DA
Black with #2874DA
Text Example
Text Example
White with #2874DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874DA; }
p { color: rgb(40,116,218); }
H1.HeaderClassName
{
color: #2874DA;
}
.AnyTagClassName
{
color: #2874DA;
}
</style>
background-color css
<style>
a { background-color: #2874DA; }
a { background-color: rgb(40,116,218); }
div.DivClassName
{
background-color: #2874DA;
}
.BgClassName
{
background-color: #2874DA;
}
</style>
border-color css
<style>
span { border-color: #2874DA; }
span { border-color: rgb(40,116,218); }
td.TdClassName
{
border-color: #2874DA;
}
.TagClassName
{
border-color: #2874DA;
}
</style>