Shades of Royal Blue #2875ED
Tints of Royal Blue #2875ED
RGB
CMYK
RGB Variations
Color information
#2875ED (or 0x2875ED) is known color: Royal Blue. HEX triplet: 28, 75 and ED. RGB value is (40,117,237). Sum of RGB (Red+Green+Blue) = 40+117+237=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #2875ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875ED is #D78A12. Grayscale: #6B6B6B. Windows color (decimal): -14125587 or 15562024. OLE color: 15562024.
HSL color Cylindrical-coordinate representation of color #2875ED: hue angle of 216.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2875ED is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 117 | 237 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.07 |
| HSL | 216.55º | 0.85% | 0.54% | - |
| HSV(B) | 216.55º | 0.83% | 0.93% | - |
| XYZ | 22.52 | 19.29 | 82.66 | - |
| YUV | 107.66 | 200.99 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 237 | 0.83 | 0.51 | 0 | 0.07 | 216.55 | 0.85 | 0.54 |
| Hex | 28 | 75 | ED | 53 | 33 | 0 | 7 | D9 | 55 | 36 |
| Octal | 50 | 165 | 355 | 123 | 63 | 0 | 7 | 331 | 125 | 66 |
| Binary | 101000 | 1110101 | 11101101 | 1010011 | 110011 | 0 | 111 | 11011001 | 1010101 | 110110 |
Color Harmonies of #2875ED
Complementary color
Monochromatic Colors of #2875ED
Black with #2875ED
Text Example
Text Example
White with #2875ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875ED; }
p { color: rgb(40,117,237); }
H1.HeaderClassName
{
color: #2875ED;
}
.AnyTagClassName
{
color: #2875ED;
}
</style>
background-color css
<style>
a { background-color: #2875ED; }
a { background-color: rgb(40,117,237); }
div.DivClassName
{
background-color: #2875ED;
}
.BgClassName
{
background-color: #2875ED;
}
</style>
border-color css
<style>
span { border-color: #2875ED; }
span { border-color: rgb(40,117,237); }
td.TdClassName
{
border-color: #2875ED;
}
.TagClassName
{
border-color: #2875ED;
}
</style>