Shades of Royal Blue #2874EA
Tints of Royal Blue #2874EA
RGB
CMYK
RGB Variations
Color information
#2874EA (or 0x2874EA) is known color: Royal Blue. HEX triplet: 28, 74 and EA. RGB value is (40,116,234). Sum of RGB (Red+Green+Blue) = 40+116+234=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #2874EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2874EA is #D78B15. Grayscale: #6A6A6A. Windows color (decimal): -14125846 or 15365160. OLE color: 15365160.
HSL color Cylindrical-coordinate representation of color #2874EA: hue angle of 216.49º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2874EA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 116 | 234 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.08 |
| HSL | 216.49º | 0.82% | 0.54% | - |
| HSV(B) | 216.49º | 0.83% | 0.92% | - |
| XYZ | 21.97 | 18.88 | 80.33 | - |
| YUV | 106.73 | 199.82 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 234 | 0.83 | 0.50 | 0 | 0.08 | 216.49 | 0.82 | 0.54 |
| Hex | 28 | 74 | EA | 53 | 32 | 0 | 8 | D8 | 52 | 36 |
| Octal | 50 | 164 | 352 | 123 | 62 | 0 | 10 | 330 | 122 | 66 |
| Binary | 101000 | 1110100 | 11101010 | 1010011 | 110010 | 0 | 1000 | 11011000 | 1010010 | 110110 |
Color Harmonies of #2874EA
Complementary color
Monochromatic Colors of #2874EA
Black with #2874EA
Text Example
Text Example
White with #2874EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2874EA; }
p { color: rgb(40,116,234); }
H1.HeaderClassName
{
color: #2874EA;
}
.AnyTagClassName
{
color: #2874EA;
}
</style>
background-color css
<style>
a { background-color: #2874EA; }
a { background-color: rgb(40,116,234); }
div.DivClassName
{
background-color: #2874EA;
}
.BgClassName
{
background-color: #2874EA;
}
</style>
border-color css
<style>
span { border-color: #2874EA; }
span { border-color: rgb(40,116,234); }
td.TdClassName
{
border-color: #2874EA;
}
.TagClassName
{
border-color: #2874EA;
}
</style>