Shades of Royal Blue #2F76F1
Tints of Royal Blue #2F76F1
RGB
CMYK
RGB Variations
Color information
#2F76F1 (or 0x2F76F1) is known color: Royal Blue. HEX triplet: 2F, 76 and F1. RGB value is (47,118,241). Sum of RGB (Red+Green+Blue) = 47+118+241=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F76F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F76F1 is #D0890E. Grayscale: #6E6E6E. Windows color (decimal): -13666575 or 15824431. OLE color: 15824431.
HSL color Cylindrical-coordinate representation of color #2F76F1: hue angle of 218.04º 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 #2F76F1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 118 | 241 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.05 |
| HSL | 218.04º | 0.87% | 0.56% | - |
| HSV(B) | 218.04º | 0.8% | 0.95% | - |
| XYZ | 23.53 | 19.91 | 85.82 | - |
| YUV | 110.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 118 | 241 | 0.80 | 0.51 | 0 | 0.05 | 218.04 | 0.87 | 0.56 |
| Hex | 2F | 76 | F1 | 50 | 33 | 0 | 5 | DA | 57 | 38 |
| Octal | 57 | 166 | 361 | 120 | 63 | 0 | 5 | 332 | 127 | 70 |
| Binary | 101111 | 1110110 | 11110001 | 1010000 | 110011 | 0 | 101 | 11011010 | 1010111 | 111000 |
Color Harmonies of #2F76F1
Complementary color
Monochromatic Colors of #2F76F1
Black with #2F76F1
Text Example
Text Example
White with #2F76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F76F1; }
p { color: rgb(47,118,241); }
H1.HeaderClassName
{
color: #2F76F1;
}
.AnyTagClassName
{
color: #2F76F1;
}
</style>
background-color css
<style>
a { background-color: #2F76F1; }
a { background-color: rgb(47,118,241); }
div.DivClassName
{
background-color: #2F76F1;
}
.BgClassName
{
background-color: #2F76F1;
}
</style>
border-color css
<style>
span { border-color: #2F76F1; }
span { border-color: rgb(47,118,241); }
td.TdClassName
{
border-color: #2F76F1;
}
.TagClassName
{
border-color: #2F76F1;
}
</style>