Shades of Royal Blue #2F54F1
Tints of Royal Blue #2F54F1
RGB
CMYK
RGB Variations
Color information
#2F54F1 (or 0x2F54F1) is known color: Royal Blue. HEX triplet: 2F, 54 and F1. RGB value is (47,84,241). Sum of RGB (Red+Green+Blue) = 47+84+241=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F54F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F54F1 is #D0AB0E. Grayscale: #5A5A5A. Windows color (decimal): -13675279 or 15815727. OLE color: 15815727.
HSL color Cylindrical-coordinate representation of color #2F54F1: hue angle of 228.56º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F54F1 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 84 | 241 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.05 |
| HSL | 228.56º | 0.87% | 0.56% | - |
| HSV(B) | 228.56º | 0.8% | 0.95% | - |
| XYZ | 20.22 | 13.3 | 84.72 | - |
| YUV | 90.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 241 | 0.80 | 0.65 | 0 | 0.05 | 228.56 | 0.87 | 0.56 |
| Hex | 2F | 54 | F1 | 50 | 41 | 0 | 5 | E5 | 57 | 38 |
| Octal | 57 | 124 | 361 | 120 | 101 | 0 | 5 | 345 | 127 | 70 |
| Binary | 101111 | 1010100 | 11110001 | 1010000 | 1000001 | 0 | 101 | 11100101 | 1010111 | 111000 |
Color Harmonies of #2F54F1
Complementary color
Monochromatic Colors of #2F54F1
Black with #2F54F1
Text Example
Text Example
White with #2F54F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F54F1; }
p { color: rgb(47,84,241); }
H1.HeaderClassName
{
color: #2F54F1;
}
.AnyTagClassName
{
color: #2F54F1;
}
</style>
background-color css
<style>
a { background-color: #2F54F1; }
a { background-color: rgb(47,84,241); }
div.DivClassName
{
background-color: #2F54F1;
}
.BgClassName
{
background-color: #2F54F1;
}
</style>
border-color css
<style>
span { border-color: #2F54F1; }
span { border-color: rgb(47,84,241); }
td.TdClassName
{
border-color: #2F54F1;
}
.TagClassName
{
border-color: #2F54F1;
}
</style>