Shades of Royal Blue #2F77F1
Tints of Royal Blue #2F77F1
RGB
CMYK
RGB Variations
Color information
#2F77F1 (or 0x2F77F1) is known color: Royal Blue. HEX triplet: 2F, 77 and F1. RGB value is (47,119,241). Sum of RGB (Red+Green+Blue) = 47+119+241=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #2F77F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F77F1 is #D0880E. Grayscale: #6E6E6E. Windows color (decimal): -13666319 or 15824687. OLE color: 15824687.
HSL color Cylindrical-coordinate representation of color #2F77F1: hue angle of 217.73º 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 #2F77F1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 119 | 241 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.05 |
| HSL | 217.73º | 0.87% | 0.56% | - |
| HSV(B) | 217.73º | 0.8% | 0.95% | - |
| XYZ | 23.65 | 20.15 | 85.86 | - |
| YUV | 111.38 | 201.15 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 241 | 0.80 | 0.51 | 0 | 0.05 | 217.73 | 0.87 | 0.56 |
| Hex | 2F | 77 | F1 | 50 | 33 | 0 | 5 | DA | 57 | 38 |
| Octal | 57 | 167 | 361 | 120 | 63 | 0 | 5 | 332 | 127 | 70 |
| Binary | 101111 | 1110111 | 11110001 | 1010000 | 110011 | 0 | 101 | 11011010 | 1010111 | 111000 |
Color Harmonies of #2F77F1
Complementary color
Monochromatic Colors of #2F77F1
Black with #2F77F1
Text Example
Text Example
White with #2F77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F77F1; }
p { color: rgb(47,119,241); }
H1.HeaderClassName
{
color: #2F77F1;
}
.AnyTagClassName
{
color: #2F77F1;
}
</style>
background-color css
<style>
a { background-color: #2F77F1; }
a { background-color: rgb(47,119,241); }
div.DivClassName
{
background-color: #2F77F1;
}
.BgClassName
{
background-color: #2F77F1;
}
</style>
border-color css
<style>
span { border-color: #2F77F1; }
span { border-color: rgb(47,119,241); }
td.TdClassName
{
border-color: #2F77F1;
}
.TagClassName
{
border-color: #2F77F1;
}
</style>