Shades of Royal Blue #2F7BEE
Tints of Royal Blue #2F7BEE
RGB
CMYK
RGB Variations
Color information
#2F7BEE (or 0x2F7BEE) is known color: Royal Blue. HEX triplet: 2F, 7B and EE. RGB value is (47,123,238). Sum of RGB (Red+Green+Blue) = 47+123+238=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F7BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7BEE is #D08411. Grayscale: #707070. Windows color (decimal): -13665298 or 15629103. OLE color: 15629103.
HSL color Cylindrical-coordinate representation of color #2F7BEE: hue angle of 216.13º 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 #2F7BEE is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 123 | 238 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.07 |
| HSL | 216.13º | 0.85% | 0.56% | - |
| HSV(B) | 216.13º | 0.8% | 0.93% | - |
| XYZ | 23.69 | 20.94 | 83.68 | - |
| YUV | 113.39 | 198.32 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 123 | 238 | 0.80 | 0.48 | 0 | 0.07 | 216.13 | 0.85 | 0.56 |
| Hex | 2F | 7B | EE | 50 | 30 | 0 | 7 | D8 | 55 | 38 |
| Octal | 57 | 173 | 356 | 120 | 60 | 0 | 7 | 330 | 125 | 70 |
| Binary | 101111 | 1111011 | 11101110 | 1010000 | 110000 | 0 | 111 | 11011000 | 1010101 | 111000 |
Color Harmonies of #2F7BEE
Complementary color
Monochromatic Colors of #2F7BEE
Black with #2F7BEE
Text Example
Text Example
White with #2F7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7BEE; }
p { color: rgb(47,123,238); }
H1.HeaderClassName
{
color: #2F7BEE;
}
.AnyTagClassName
{
color: #2F7BEE;
}
</style>
background-color css
<style>
a { background-color: #2F7BEE; }
a { background-color: rgb(47,123,238); }
div.DivClassName
{
background-color: #2F7BEE;
}
.BgClassName
{
background-color: #2F7BEE;
}
</style>
border-color css
<style>
span { border-color: #2F7BEE; }
span { border-color: rgb(47,123,238); }
td.TdClassName
{
border-color: #2F7BEE;
}
.TagClassName
{
border-color: #2F7BEE;
}
</style>