Shades of Royal Blue #2870EF
Tints of Royal Blue #2870EF
RGB
CMYK
RGB Variations
Color information
#2870EF (or 0x2870EF) is known color: Royal Blue. HEX triplet: 28, 70 and EF. RGB value is (40,112,239). Sum of RGB (Red+Green+Blue) = 40+112+239=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #2870EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2870EF is #D78F10. Grayscale: #686868. Windows color (decimal): -14126865 or 15691816. OLE color: 15691816.
HSL color Cylindrical-coordinate representation of color #2870EF: hue angle of 218.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2870EF is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 112 | 239 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.06 |
| HSL | 218.29º | 0.86% | 0.55% | - |
| HSV(B) | 218.29º | 0.83% | 0.94% | - |
| XYZ | 22.25 | 18.27 | 84.02 | - |
| YUV | 104.95 | 203.65 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 239 | 0.83 | 0.53 | 0 | 0.06 | 218.29 | 0.86 | 0.55 |
| Hex | 28 | 70 | EF | 53 | 35 | 0 | 6 | DA | 56 | 37 |
| Octal | 50 | 160 | 357 | 123 | 65 | 0 | 6 | 332 | 126 | 67 |
| Binary | 101000 | 1110000 | 11101111 | 1010011 | 110101 | 0 | 110 | 11011010 | 1010110 | 110111 |
Color Harmonies of #2870EF
Complementary color
Monochromatic Colors of #2870EF
Black with #2870EF
Text Example
Text Example
White with #2870EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870EF; }
p { color: rgb(40,112,239); }
H1.HeaderClassName
{
color: #2870EF;
}
.AnyTagClassName
{
color: #2870EF;
}
</style>
background-color css
<style>
a { background-color: #2870EF; }
a { background-color: rgb(40,112,239); }
div.DivClassName
{
background-color: #2870EF;
}
.BgClassName
{
background-color: #2870EF;
}
</style>
border-color css
<style>
span { border-color: #2870EF; }
span { border-color: rgb(40,112,239); }
td.TdClassName
{
border-color: #2870EF;
}
.TagClassName
{
border-color: #2870EF;
}
</style>