Shades of Royal Blue #2F7EDB
Tints of Royal Blue #2F7EDB
RGB
CMYK
RGB Variations
Color information
#2F7EDB (or 0x2F7EDB) is known color: Royal Blue. HEX triplet: 2F, 7E and DB. RGB value is (47,126,219). Sum of RGB (Red+Green+Blue) = 47+126+219=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7EDB is #D08124. Grayscale: #707070. Windows color (decimal): -13664549 or 14384687. OLE color: 14384687.
HSL color Cylindrical-coordinate representation of color #2F7EDB: hue angle of 212.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F7EDB is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 126 | 219 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.14 |
| HSL | 212.44º | 0.7% | 0.52% | - |
| HSV(B) | 212.44º | 0.79% | 0.86% | - |
| XYZ | 21.42 | 20.64 | 69.87 | - |
| YUV | 112.98 | 187.83 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 126 | 219 | 0.79 | 0.42 | 0 | 0.14 | 212.44 | 0.7 | 0.52 |
| Hex | 2F | 7E | DB | 4F | 2A | 0 | E | D4 | 46 | 34 |
| Octal | 57 | 176 | 333 | 117 | 52 | 0 | 16 | 324 | 106 | 64 |
| Binary | 101111 | 1111110 | 11011011 | 1001111 | 101010 | 0 | 1110 | 11010100 | 1000110 | 110100 |
Color Harmonies of #2F7EDB
Complementary color
Monochromatic Colors of #2F7EDB
Black with #2F7EDB
Text Example
Text Example
White with #2F7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7EDB; }
p { color: rgb(47,126,219); }
H1.HeaderClassName
{
color: #2F7EDB;
}
.AnyTagClassName
{
color: #2F7EDB;
}
</style>
background-color css
<style>
a { background-color: #2F7EDB; }
a { background-color: rgb(47,126,219); }
div.DivClassName
{
background-color: #2F7EDB;
}
.BgClassName
{
background-color: #2F7EDB;
}
</style>
border-color css
<style>
span { border-color: #2F7EDB; }
span { border-color: rgb(47,126,219); }
td.TdClassName
{
border-color: #2F7EDB;
}
.TagClassName
{
border-color: #2F7EDB;
}
</style>