Shades of Royal Blue #2F6BEE
Tints of Royal Blue #2F6BEE
RGB
CMYK
RGB Variations
Color information
#2F6BEE (or 0x2F6BEE) is known color: Royal Blue. HEX triplet: 2F, 6B and EE. RGB value is (47,107,238). Sum of RGB (Red+Green+Blue) = 47+107+238=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F6BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F6BEE is #D09411. Grayscale: #676767. Windows color (decimal): -13669394 or 15625007. OLE color: 15625007.
HSL color Cylindrical-coordinate representation of color #2F6BEE: hue angle of 221.15º degrees, saturation: 0.85, 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 #2F6BEE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 107 | 238 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.07 |
| HSL | 221.15º | 0.85% | 0.56% | - |
| HSV(B) | 221.15º | 0.8% | 0.93% | - |
| XYZ | 21.86 | 17.29 | 83.07 | - |
| YUV | 103.99 | 203.62 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 238 | 0.80 | 0.55 | 0 | 0.07 | 221.15 | 0.85 | 0.56 |
| Hex | 2F | 6B | EE | 50 | 37 | 0 | 7 | DD | 55 | 38 |
| Octal | 57 | 153 | 356 | 120 | 67 | 0 | 7 | 335 | 125 | 70 |
| Binary | 101111 | 1101011 | 11101110 | 1010000 | 110111 | 0 | 111 | 11011101 | 1010101 | 111000 |
Color Harmonies of #2F6BEE
Complementary color
Monochromatic Colors of #2F6BEE
Black with #2F6BEE
Text Example
Text Example
White with #2F6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6BEE; }
p { color: rgb(47,107,238); }
H1.HeaderClassName
{
color: #2F6BEE;
}
.AnyTagClassName
{
color: #2F6BEE;
}
</style>
background-color css
<style>
a { background-color: #2F6BEE; }
a { background-color: rgb(47,107,238); }
div.DivClassName
{
background-color: #2F6BEE;
}
.BgClassName
{
background-color: #2F6BEE;
}
</style>
border-color css
<style>
span { border-color: #2F6BEE; }
span { border-color: rgb(47,107,238); }
td.TdClassName
{
border-color: #2F6BEE;
}
.TagClassName
{
border-color: #2F6BEE;
}
</style>