Shades of Royal Blue #2F6EDF
Tints of Royal Blue #2F6EDF
RGB
CMYK
RGB Variations
Color information
#2F6EDF (or 0x2F6EDF) is known color: Royal Blue. HEX triplet: 2F, 6E and DF. RGB value is (47,110,223). Sum of RGB (Red+Green+Blue) = 47+110+223=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F6EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6EDF is #D09120. Grayscale: #676767. Windows color (decimal): -13668641 or 14642735. OLE color: 14642735.
HSL color Cylindrical-coordinate representation of color #2F6EDF: hue angle of 218.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F6EDF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 110 | 223 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.13 |
| HSL | 218.52º | 0.73% | 0.53% | - |
| HSV(B) | 218.52º | 0.79% | 0.87% | - |
| XYZ | 20.07 | 17.08 | 72.05 | - |
| YUV | 104.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 223 | 0.79 | 0.51 | 0 | 0.13 | 218.52 | 0.73 | 0.53 |
| Hex | 2F | 6E | DF | 4F | 33 | 0 | D | DB | 49 | 35 |
| Octal | 57 | 156 | 337 | 117 | 63 | 0 | 15 | 333 | 111 | 65 |
| Binary | 101111 | 1101110 | 11011111 | 1001111 | 110011 | 0 | 1101 | 11011011 | 1001001 | 110101 |
Color Harmonies of #2F6EDF
Complementary color
Monochromatic Colors of #2F6EDF
Black with #2F6EDF
Text Example
Text Example
White with #2F6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6EDF; }
p { color: rgb(47,110,223); }
H1.HeaderClassName
{
color: #2F6EDF;
}
.AnyTagClassName
{
color: #2F6EDF;
}
</style>
background-color css
<style>
a { background-color: #2F6EDF; }
a { background-color: rgb(47,110,223); }
div.DivClassName
{
background-color: #2F6EDF;
}
.BgClassName
{
background-color: #2F6EDF;
}
</style>
border-color css
<style>
span { border-color: #2F6EDF; }
span { border-color: rgb(47,110,223); }
td.TdClassName
{
border-color: #2F6EDF;
}
.TagClassName
{
border-color: #2F6EDF;
}
</style>