Shades of Royal Blue #2F70E5
Tints of Royal Blue #2F70E5
RGB
CMYK
RGB Variations
Color information
#2F70E5 (or 0x2F70E5) is known color: Royal Blue. HEX triplet: 2F, 70 and E5. RGB value is (47,112,229). Sum of RGB (Red+Green+Blue) = 47+112+229=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F70E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F70E5 is #D08F1A. Grayscale: #696969. Windows color (decimal): -13668123 or 15036463. OLE color: 15036463.
HSL color Cylindrical-coordinate representation of color #2F70E5: hue angle of 218.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F70E5 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 112 | 229 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.10 |
| HSL | 218.57º | 0.78% | 0.54% | - |
| HSV(B) | 218.57º | 0.79% | 0.9% | - |
| XYZ | 21.11 | 17.85 | 76.46 | - |
| YUV | 105.9 | 197.47 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 229 | 0.79 | 0.51 | 0 | 0.10 | 218.57 | 0.78 | 0.54 |
| Hex | 2F | 70 | E5 | 4F | 33 | 0 | A | DB | 4E | 36 |
| Octal | 57 | 160 | 345 | 117 | 63 | 0 | 12 | 333 | 116 | 66 |
| Binary | 101111 | 1110000 | 11100101 | 1001111 | 110011 | 0 | 1010 | 11011011 | 1001110 | 110110 |
Color Harmonies of #2F70E5
Complementary color
Monochromatic Colors of #2F70E5
Black with #2F70E5
Text Example
Text Example
White with #2F70E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F70E5; }
p { color: rgb(47,112,229); }
H1.HeaderClassName
{
color: #2F70E5;
}
.AnyTagClassName
{
color: #2F70E5;
}
</style>
background-color css
<style>
a { background-color: #2F70E5; }
a { background-color: rgb(47,112,229); }
div.DivClassName
{
background-color: #2F70E5;
}
.BgClassName
{
background-color: #2F70E5;
}
</style>
border-color css
<style>
span { border-color: #2F70E5; }
span { border-color: rgb(47,112,229); }
td.TdClassName
{
border-color: #2F70E5;
}
.TagClassName
{
border-color: #2F70E5;
}
</style>