Shades of Royal Blue #2875EA
Tints of Royal Blue #2875EA
RGB
CMYK
RGB Variations
Color information
#2875EA (or 0x2875EA) is known color: Royal Blue. HEX triplet: 28, 75 and EA. RGB value is (40,117,234). Sum of RGB (Red+Green+Blue) = 40+117+234=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #2875EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875EA is #D78A15. Grayscale: #6A6A6A. Windows color (decimal): -14125590 or 15365416. OLE color: 15365416.
HSL color Cylindrical-coordinate representation of color #2875EA: hue angle of 216.19º 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 #2875EA is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 117 | 234 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.08 |
| HSL | 216.19º | 0.82% | 0.54% | - |
| HSV(B) | 216.19º | 0.83% | 0.92% | - |
| XYZ | 22.09 | 19.11 | 80.37 | - |
| YUV | 107.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 234 | 0.83 | 0.5 | 0 | 0.08 | 216.19 | 0.82 | 0.54 |
| Hex | 28 | 75 | EA | 53 | 32 | 0 | 8 | D8 | 52 | 36 |
| Octal | 50 | 165 | 352 | 123 | 62 | 0 | 10 | 330 | 122 | 66 |
| Binary | 101000 | 1110101 | 11101010 | 1010011 | 110010 | 0 | 1000 | 11011000 | 1010010 | 110110 |
Color Harmonies of #2875EA
Complementary color
Monochromatic Colors of #2875EA
Black with #2875EA
Text Example
Text Example
White with #2875EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875EA; }
p { color: rgb(40,117,234); }
H1.HeaderClassName
{
color: #2875EA;
}
.AnyTagClassName
{
color: #2875EA;
}
</style>
background-color css
<style>
a { background-color: #2875EA; }
a { background-color: rgb(40,117,234); }
div.DivClassName
{
background-color: #2875EA;
}
.BgClassName
{
background-color: #2875EA;
}
</style>
border-color css
<style>
span { border-color: #2875EA; }
span { border-color: rgb(40,117,234); }
td.TdClassName
{
border-color: #2875EA;
}
.TagClassName
{
border-color: #2875EA;
}
</style>