Shades of Royal Blue #2F71EA
Tints of Royal Blue #2F71EA
RGB
CMYK
RGB Variations
Color information
#2F71EA (or 0x2F71EA) is known color: Royal Blue. HEX triplet: 2F, 71 and EA. RGB value is (47,113,234). Sum of RGB (Red+Green+Blue) = 47+113+234=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F71EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F71EA is #D08E15. Grayscale: #6A6A6A. Windows color (decimal): -13667862 or 15364399. OLE color: 15364399.
HSL color Cylindrical-coordinate representation of color #2F71EA: hue angle of 218.82º 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 #2F71EA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 113 | 234 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.08 |
| HSL | 218.82º | 0.82% | 0.55% | - |
| HSV(B) | 218.82º | 0.8% | 0.92% | - |
| XYZ | 21.93 | 18.36 | 80.23 | - |
| YUV | 107.06 | 199.63 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 234 | 0.80 | 0.52 | 0 | 0.08 | 218.82 | 0.82 | 0.55 |
| Hex | 2F | 71 | EA | 50 | 34 | 0 | 8 | DB | 52 | 37 |
| Octal | 57 | 161 | 352 | 120 | 64 | 0 | 10 | 333 | 122 | 67 |
| Binary | 101111 | 1110001 | 11101010 | 1010000 | 110100 | 0 | 1000 | 11011011 | 1010010 | 110111 |
Color Harmonies of #2F71EA
Complementary color
Monochromatic Colors of #2F71EA
Black with #2F71EA
Text Example
Text Example
White with #2F71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F71EA; }
p { color: rgb(47,113,234); }
H1.HeaderClassName
{
color: #2F71EA;
}
.AnyTagClassName
{
color: #2F71EA;
}
</style>
background-color css
<style>
a { background-color: #2F71EA; }
a { background-color: rgb(47,113,234); }
div.DivClassName
{
background-color: #2F71EA;
}
.BgClassName
{
background-color: #2F71EA;
}
</style>
border-color css
<style>
span { border-color: #2F71EA; }
span { border-color: rgb(47,113,234); }
td.TdClassName
{
border-color: #2F71EA;
}
.TagClassName
{
border-color: #2F71EA;
}
</style>