Shades of Royal Blue #2F5EF6
Tints of Royal Blue #2F5EF6
RGB
CMYK
RGB Variations
Color information
#2F5EF6 (or 0x2F5EF6) is known color: Royal Blue. HEX triplet: 2F, 5E and F6. RGB value is (47,94,246). Sum of RGB (Red+Green+Blue) = 47+94+246=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #2F5EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5EF6 is #D0A109. Grayscale: #606060. Windows color (decimal): -13672714 or 16145967. OLE color: 16145967.
HSL color Cylindrical-coordinate representation of color #2F5EF6: hue angle of 225.83º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5EF6 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 94 | 246 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.04 |
| HSL | 225.83º | 0.92% | 0.57% | - |
| HSV(B) | 225.83º | 0.81% | 0.96% | - |
| XYZ | 21.81 | 15.26 | 88.99 | - |
| YUV | 97.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 246 | 0.81 | 0.62 | 0 | 0.04 | 225.83 | 0.92 | 0.57 |
| Hex | 2F | 5E | F6 | 51 | 3E | 0 | 4 | E2 | 5C | 39 |
| Octal | 57 | 136 | 366 | 121 | 76 | 0 | 4 | 342 | 134 | 71 |
| Binary | 101111 | 1011110 | 11110110 | 1010001 | 111110 | 0 | 100 | 11100010 | 1011100 | 111001 |
Color Harmonies of #2F5EF6
Complementary color
Monochromatic Colors of #2F5EF6
Black with #2F5EF6
Text Example
Text Example
White with #2F5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5EF6; }
p { color: rgb(47,94,246); }
H1.HeaderClassName
{
color: #2F5EF6;
}
.AnyTagClassName
{
color: #2F5EF6;
}
</style>
background-color css
<style>
a { background-color: #2F5EF6; }
a { background-color: rgb(47,94,246); }
div.DivClassName
{
background-color: #2F5EF6;
}
.BgClassName
{
background-color: #2F5EF6;
}
</style>
border-color css
<style>
span { border-color: #2F5EF6; }
span { border-color: rgb(47,94,246); }
td.TdClassName
{
border-color: #2F5EF6;
}
.TagClassName
{
border-color: #2F5EF6;
}
</style>