Shades of Royal Blue #2E80DF
Tints of Royal Blue #2E80DF
RGB
CMYK
RGB Variations
Color information
#2E80DF (or 0x2E80DF) is known color: Royal Blue. HEX triplet: 2E, 80 and DF. RGB value is (46,128,223). Sum of RGB (Red+Green+Blue) = 46+128+223=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E80DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E80DF is #D17F20. Grayscale: #717171. Windows color (decimal): -13729569 or 14647342. OLE color: 14647342.
HSL color Cylindrical-coordinate representation of color #2E80DF: hue angle of 212.2º 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 #2E80DF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 128 | 223 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.13 |
| HSL | 212.2º | 0.73% | 0.53% | - |
| HSV(B) | 212.2º | 0.79% | 0.87% | - |
| XYZ | 22.17 | 21.35 | 72.76 | - |
| YUV | 114.31 | 189.33 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 223 | 0.79 | 0.43 | 0 | 0.13 | 212.2 | 0.73 | 0.53 |
| Hex | 2E | 80 | DF | 4F | 2B | 0 | D | D4 | 49 | 35 |
| Octal | 56 | 200 | 337 | 117 | 53 | 0 | 15 | 324 | 111 | 65 |
| Binary | 101110 | 10000000 | 11011111 | 1001111 | 101011 | 0 | 1101 | 11010100 | 1001001 | 110101 |
Color Harmonies of #2E80DF
Complementary color
Monochromatic Colors of #2E80DF
Black with #2E80DF
Text Example
Text Example
White with #2E80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E80DF; }
p { color: rgb(46,128,223); }
H1.HeaderClassName
{
color: #2E80DF;
}
.AnyTagClassName
{
color: #2E80DF;
}
</style>
background-color css
<style>
a { background-color: #2E80DF; }
a { background-color: rgb(46,128,223); }
div.DivClassName
{
background-color: #2E80DF;
}
.BgClassName
{
background-color: #2E80DF;
}
</style>
border-color css
<style>
span { border-color: #2E80DF; }
span { border-color: rgb(46,128,223); }
td.TdClassName
{
border-color: #2E80DF;
}
.TagClassName
{
border-color: #2E80DF;
}
</style>