Shades of Royal Blue #2F6FFB
Tints of Royal Blue #2F6FFB
RGB
CMYK
RGB Variations
Color information
#2F6FFB (or 0x2F6FFB) is known color: Royal Blue. HEX triplet: 2F, 6F and FB. RGB value is (47,111,251). Sum of RGB (Red+Green+Blue) = 47+111+251=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6FFB is #D09004. Grayscale: #6B6B6B. Windows color (decimal): -13668357 or 16477999. OLE color: 16477999.
HSL color Cylindrical-coordinate representation of color #2F6FFB: hue angle of 221.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F6FFB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 111 | 251 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.02 |
| HSL | 221.18º | 0.96% | 0.58% | - |
| HSV(B) | 221.18º | 0.81% | 0.98% | - |
| XYZ | 24.27 | 18.94 | 93.64 | - |
| YUV | 107.82 | 208.8 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 251 | 0.81 | 0.56 | 0 | 0.02 | 221.18 | 0.96 | 0.58 |
| Hex | 2F | 6F | FB | 51 | 38 | 0 | 2 | DD | 60 | 3A |
| Octal | 57 | 157 | 373 | 121 | 70 | 0 | 2 | 335 | 140 | 72 |
| Binary | 101111 | 1101111 | 11111011 | 1010001 | 111000 | 0 | 10 | 11011101 | 1100000 | 111010 |
Color Harmonies of #2F6FFB
Complementary color
Monochromatic Colors of #2F6FFB
Black with #2F6FFB
Text Example
Text Example
White with #2F6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6FFB; }
p { color: rgb(47,111,251); }
H1.HeaderClassName
{
color: #2F6FFB;
}
.AnyTagClassName
{
color: #2F6FFB;
}
</style>
background-color css
<style>
a { background-color: #2F6FFB; }
a { background-color: rgb(47,111,251); }
div.DivClassName
{
background-color: #2F6FFB;
}
.BgClassName
{
background-color: #2F6FFB;
}
</style>
border-color css
<style>
span { border-color: #2F6FFB; }
span { border-color: rgb(47,111,251); }
td.TdClassName
{
border-color: #2F6FFB;
}
.TagClassName
{
border-color: #2F6FFB;
}
</style>