Shades of Royal Blue #2F70EB
Tints of Royal Blue #2F70EB
RGB
CMYK
RGB Variations
Color information
#2F70EB (or 0x2F70EB) is known color: Royal Blue. HEX triplet: 2F, 70 and EB. RGB value is (47,112,235). Sum of RGB (Red+Green+Blue) = 47+112+235=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F70EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F70EB is #D08F14. Grayscale: #6A6A6A. Windows color (decimal): -13668117 or 15429679. OLE color: 15429679.
HSL color Cylindrical-coordinate representation of color #2F70EB: hue angle of 219.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F70EB is Cyan = 0.8, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 112 | 235 | - |
| CMYK | 0.8 | 0.52 | 0 | 0.08 |
| HSL | 219.26º | 0.82% | 0.55% | - |
| HSV(B) | 219.26º | 0.8% | 0.92% | - |
| XYZ | 21.96 | 18.19 | 80.95 | - |
| YUV | 106.59 | 200.47 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 235 | 0.8 | 0.52 | 0 | 0.08 | 219.26 | 0.82 | 0.55 |
| Hex | 2F | 70 | EB | 50 | 34 | 0 | 8 | DB | 52 | 37 |
| Octal | 57 | 160 | 353 | 120 | 64 | 0 | 10 | 333 | 122 | 67 |
| Binary | 101111 | 1110000 | 11101011 | 1010000 | 110100 | 0 | 1000 | 11011011 | 1010010 | 110111 |
Color Harmonies of #2F70EB
Complementary color
Monochromatic Colors of #2F70EB
Black with #2F70EB
Text Example
Text Example
White with #2F70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F70EB; }
p { color: rgb(47,112,235); }
H1.HeaderClassName
{
color: #2F70EB;
}
.AnyTagClassName
{
color: #2F70EB;
}
</style>
background-color css
<style>
a { background-color: #2F70EB; }
a { background-color: rgb(47,112,235); }
div.DivClassName
{
background-color: #2F70EB;
}
.BgClassName
{
background-color: #2F70EB;
}
</style>
border-color css
<style>
span { border-color: #2F70EB; }
span { border-color: rgb(47,112,235); }
td.TdClassName
{
border-color: #2F70EB;
}
.TagClassName
{
border-color: #2F70EB;
}
</style>