Shades of Royal Blue #2870EA
Tints of Royal Blue #2870EA
RGB
CMYK
RGB Variations
Color information
#2870EA (or 0x2870EA) is known color: Royal Blue. HEX triplet: 28, 70 and EA. RGB value is (40,112,234). Sum of RGB (Red+Green+Blue) = 40+112+234=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2870EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2870EA is #D78F15. Grayscale: #676767. Windows color (decimal): -14126870 or 15364136. OLE color: 15364136.
HSL color Cylindrical-coordinate representation of color #2870EA: hue angle of 217.73º 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 #2870EA is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 112 | 234 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.08 |
| HSL | 217.73º | 0.82% | 0.54% | - |
| HSV(B) | 217.73º | 0.83% | 0.92% | - |
| XYZ | 21.52 | 17.98 | 80.18 | - |
| YUV | 104.38 | 201.15 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 234 | 0.83 | 0.52 | 0 | 0.08 | 217.73 | 0.82 | 0.54 |
| Hex | 28 | 70 | EA | 53 | 34 | 0 | 8 | DA | 52 | 36 |
| Octal | 50 | 160 | 352 | 123 | 64 | 0 | 10 | 332 | 122 | 66 |
| Binary | 101000 | 1110000 | 11101010 | 1010011 | 110100 | 0 | 1000 | 11011010 | 1010010 | 110110 |
Color Harmonies of #2870EA
Complementary color
Monochromatic Colors of #2870EA
Black with #2870EA
Text Example
Text Example
White with #2870EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870EA; }
p { color: rgb(40,112,234); }
H1.HeaderClassName
{
color: #2870EA;
}
.AnyTagClassName
{
color: #2870EA;
}
</style>
background-color css
<style>
a { background-color: #2870EA; }
a { background-color: rgb(40,112,234); }
div.DivClassName
{
background-color: #2870EA;
}
.BgClassName
{
background-color: #2870EA;
}
</style>
border-color css
<style>
span { border-color: #2870EA; }
span { border-color: rgb(40,112,234); }
td.TdClassName
{
border-color: #2870EA;
}
.TagClassName
{
border-color: #2870EA;
}
</style>