Shades of Royal Blue #2F7EDA
Tints of Royal Blue #2F7EDA
RGB
CMYK
RGB Variations
Color information
#2F7EDA (or 0x2F7EDA) is known color: Royal Blue. HEX triplet: 2F, 7E and DA. RGB value is (47,126,218). Sum of RGB (Red+Green+Blue) = 47+126+218=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F7EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7EDA is #D08125. Grayscale: #707070. Windows color (decimal): -13664550 or 14319151. OLE color: 14319151.
HSL color Cylindrical-coordinate representation of color #2F7EDA: hue angle of 212.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F7EDA is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 126 | 218 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.15 |
| HSL | 212.28º | 0.7% | 0.52% | - |
| HSV(B) | 212.28º | 0.78% | 0.85% | - |
| XYZ | 21.29 | 20.59 | 69.18 | - |
| YUV | 112.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 126 | 218 | 0.78 | 0.42 | 0 | 0.15 | 212.28 | 0.7 | 0.52 |
| Hex | 2F | 7E | DA | 4E | 2A | 0 | F | D4 | 46 | 34 |
| Octal | 57 | 176 | 332 | 116 | 52 | 0 | 17 | 324 | 106 | 64 |
| Binary | 101111 | 1111110 | 11011010 | 1001110 | 101010 | 0 | 1111 | 11010100 | 1000110 | 110100 |
Color Harmonies of #2F7EDA
Complementary color
Monochromatic Colors of #2F7EDA
Black with #2F7EDA
Text Example
Text Example
White with #2F7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7EDA; }
p { color: rgb(47,126,218); }
H1.HeaderClassName
{
color: #2F7EDA;
}
.AnyTagClassName
{
color: #2F7EDA;
}
</style>
background-color css
<style>
a { background-color: #2F7EDA; }
a { background-color: rgb(47,126,218); }
div.DivClassName
{
background-color: #2F7EDA;
}
.BgClassName
{
background-color: #2F7EDA;
}
</style>
border-color css
<style>
span { border-color: #2F7EDA; }
span { border-color: rgb(47,126,218); }
td.TdClassName
{
border-color: #2F7EDA;
}
.TagClassName
{
border-color: #2F7EDA;
}
</style>