Shades of Royal Blue #2F71FE
Tints of Royal Blue #2F71FE
RGB
CMYK
RGB Variations
Color information
#2F71FE (or 0x2F71FE) is known color: Royal Blue. HEX triplet: 2F, 71 and FE. RGB value is (47,113,254). Sum of RGB (Red+Green+Blue) = 47+113+254=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F71FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F71FE is #D08E01. Grayscale: #6C6C6C. Windows color (decimal): -13667842 or 16675119. OLE color: 16675119.
HSL color Cylindrical-coordinate representation of color #2F71FE: hue angle of 220.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F71FE is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 113 | 254 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.00 |
| HSL | 220.87º | 0.99% | 0.59% | - |
| HSV(B) | 220.87º | 0.81% | 1% | - |
| XYZ | 24.97 | 19.57 | 96.23 | - |
| YUV | 109.34 | 209.63 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 254 | 0.81 | 0.56 | 0 | 0.00 | 220.87 | 0.99 | 0.59 |
| Hex | 2F | 71 | FE | 51 | 38 | 0 | 0 | DD | 63 | 3B |
| Octal | 57 | 161 | 376 | 121 | 70 | 0 | 0 | 335 | 143 | 73 |
| Binary | 101111 | 1110001 | 11111110 | 1010001 | 111000 | 0 | 0 | 11011101 | 1100011 | 111011 |
Color Harmonies of #2F71FE
Complementary color
Monochromatic Colors of #2F71FE
Black with #2F71FE
Text Example
Text Example
White with #2F71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F71FE; }
p { color: rgb(47,113,254); }
H1.HeaderClassName
{
color: #2F71FE;
}
.AnyTagClassName
{
color: #2F71FE;
}
</style>
background-color css
<style>
a { background-color: #2F71FE; }
a { background-color: rgb(47,113,254); }
div.DivClassName
{
background-color: #2F71FE;
}
.BgClassName
{
background-color: #2F71FE;
}
</style>
border-color css
<style>
span { border-color: #2F71FE; }
span { border-color: rgb(47,113,254); }
td.TdClassName
{
border-color: #2F71FE;
}
.TagClassName
{
border-color: #2F71FE;
}
</style>