Shades of Royal Blue #2E81DF
Tints of Royal Blue #2E81DF
RGB
CMYK
RGB Variations
Color information
#2E81DF (or 0x2E81DF) is known color: Royal Blue. HEX triplet: 2E, 81 and DF. RGB value is (46,129,223). Sum of RGB (Red+Green+Blue) = 46+129+223=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E81DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E81DF is #D17E20. Grayscale: #727272. Windows color (decimal): -13729313 or 14647598. OLE color: 14647598.
HSL color Cylindrical-coordinate representation of color #2E81DF: hue angle of 211.86º 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 #2E81DF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 129 | 223 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.13 |
| HSL | 211.86º | 0.73% | 0.53% | - |
| HSV(B) | 211.86º | 0.79% | 0.87% | - |
| XYZ | 22.3 | 21.61 | 72.81 | - |
| YUV | 114.9 | 189 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 223 | 0.79 | 0.42 | 0 | 0.13 | 211.86 | 0.73 | 0.53 |
| Hex | 2E | 81 | DF | 4F | 2A | 0 | D | D4 | 49 | 35 |
| Octal | 56 | 201 | 337 | 117 | 52 | 0 | 15 | 324 | 111 | 65 |
| Binary | 101110 | 10000001 | 11011111 | 1001111 | 101010 | 0 | 1101 | 11010100 | 1001001 | 110101 |
Color Harmonies of #2E81DF
Complementary color
Monochromatic Colors of #2E81DF
Black with #2E81DF
Text Example
Text Example
White with #2E81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E81DF; }
p { color: rgb(46,129,223); }
H1.HeaderClassName
{
color: #2E81DF;
}
.AnyTagClassName
{
color: #2E81DF;
}
</style>
background-color css
<style>
a { background-color: #2E81DF; }
a { background-color: rgb(46,129,223); }
div.DivClassName
{
background-color: #2E81DF;
}
.BgClassName
{
background-color: #2E81DF;
}
</style>
border-color css
<style>
span { border-color: #2E81DF; }
span { border-color: rgb(46,129,223); }
td.TdClassName
{
border-color: #2E81DF;
}
.TagClassName
{
border-color: #2E81DF;
}
</style>