Shades of Royal Blue #2F6EED
Tints of Royal Blue #2F6EED
RGB
CMYK
RGB Variations
Color information
#2F6EED (or 0x2F6EED) is known color: Royal Blue. HEX triplet: 2F, 6E and ED. RGB value is (47,110,237). Sum of RGB (Red+Green+Blue) = 47+110+237=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F6EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6EED is #D09112. Grayscale: #696969. Windows color (decimal): -13668627 or 15560239. OLE color: 15560239.
HSL color Cylindrical-coordinate representation of color #2F6EED: hue angle of 220.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F6EED is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 110 | 237 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.07 |
| HSL | 220.11º | 0.84% | 0.56% | - |
| HSV(B) | 220.11º | 0.8% | 0.93% | - |
| XYZ | 22.03 | 17.87 | 82.41 | - |
| YUV | 105.64 | 202.13 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 237 | 0.80 | 0.54 | 0 | 0.07 | 220.11 | 0.84 | 0.56 |
| Hex | 2F | 6E | ED | 50 | 36 | 0 | 7 | DC | 54 | 38 |
| Octal | 57 | 156 | 355 | 120 | 66 | 0 | 7 | 334 | 124 | 70 |
| Binary | 101111 | 1101110 | 11101101 | 1010000 | 110110 | 0 | 111 | 11011100 | 1010100 | 111000 |
Color Harmonies of #2F6EED
Complementary color
Monochromatic Colors of #2F6EED
Black with #2F6EED
Text Example
Text Example
White with #2F6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6EED; }
p { color: rgb(47,110,237); }
H1.HeaderClassName
{
color: #2F6EED;
}
.AnyTagClassName
{
color: #2F6EED;
}
</style>
background-color css
<style>
a { background-color: #2F6EED; }
a { background-color: rgb(47,110,237); }
div.DivClassName
{
background-color: #2F6EED;
}
.BgClassName
{
background-color: #2F6EED;
}
</style>
border-color css
<style>
span { border-color: #2F6EED; }
span { border-color: rgb(47,110,237); }
td.TdClassName
{
border-color: #2F6EED;
}
.TagClassName
{
border-color: #2F6EED;
}
</style>