Shades of Royal Blue #2F61FE
Tints of Royal Blue #2F61FE
RGB
CMYK
RGB Variations
Color information
#2F61FE (or 0x2F61FE) is known color: Royal Blue. HEX triplet: 2F, 61 and FE. RGB value is (47,97,254). Sum of RGB (Red+Green+Blue) = 47+97+254=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F61FE is #D09E01. Grayscale: #636363. Windows color (decimal): -13671938 or 16671023. OLE color: 16671023.
HSL color Cylindrical-coordinate representation of color #2F61FE: hue angle of 225.51º 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 #2F61FE is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 97 | 254 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.00 |
| HSL | 225.51º | 0.99% | 0.59% | - |
| HSV(B) | 225.51º | 0.81% | 1% | - |
| XYZ | 23.34 | 16.31 | 95.68 | - |
| YUV | 99.95 | 214.94 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 97 | 254 | 0.81 | 0.62 | 0 | 0.00 | 225.51 | 0.99 | 0.59 |
| Hex | 2F | 61 | FE | 51 | 3E | 0 | 0 | E2 | 63 | 3B |
| Octal | 57 | 141 | 376 | 121 | 76 | 0 | 0 | 342 | 143 | 73 |
| Binary | 101111 | 1100001 | 11111110 | 1010001 | 111110 | 0 | 0 | 11100010 | 1100011 | 111011 |
Color Harmonies of #2F61FE
Complementary color
Monochromatic Colors of #2F61FE
Black with #2F61FE
Text Example
Text Example
White with #2F61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F61FE; }
p { color: rgb(47,97,254); }
H1.HeaderClassName
{
color: #2F61FE;
}
.AnyTagClassName
{
color: #2F61FE;
}
</style>
background-color css
<style>
a { background-color: #2F61FE; }
a { background-color: rgb(47,97,254); }
div.DivClassName
{
background-color: #2F61FE;
}
.BgClassName
{
background-color: #2F61FE;
}
</style>
border-color css
<style>
span { border-color: #2F61FE; }
span { border-color: rgb(47,97,254); }
td.TdClassName
{
border-color: #2F61FE;
}
.TagClassName
{
border-color: #2F61FE;
}
</style>