Shades of Royal Blue #2E53DF
Tints of Royal Blue #2E53DF
RGB
CMYK
RGB Variations
Color information
#2E53DF (or 0x2E53DF) is known color: Royal Blue. HEX triplet: 2E, 53 and DF. RGB value is (46,83,223). Sum of RGB (Red+Green+Blue) = 46+83+223=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E53DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E53DF is #D1AC20. Grayscale: #575757. Windows color (decimal): -13741089 or 14635822. OLE color: 14635822.
HSL color Cylindrical-coordinate representation of color #2E53DF: hue angle of 227.46º 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 #2E53DF is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 83 | 223 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.13 |
| HSL | 227.46º | 0.73% | 0.53% | - |
| HSV(B) | 227.46º | 0.79% | 0.87% | - |
| XYZ | 17.54 | 12.1 | 71.22 | - |
| YUV | 87.9 | 204.24 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 223 | 0.79 | 0.63 | 0 | 0.13 | 227.46 | 0.73 | 0.53 |
| Hex | 2E | 53 | DF | 4F | 3F | 0 | D | E3 | 49 | 35 |
| Octal | 56 | 123 | 337 | 117 | 77 | 0 | 15 | 343 | 111 | 65 |
| Binary | 101110 | 1010011 | 11011111 | 1001111 | 111111 | 0 | 1101 | 11100011 | 1001001 | 110101 |
Color Harmonies of #2E53DF
Complementary color
Monochromatic Colors of #2E53DF
Black with #2E53DF
Text Example
Text Example
White with #2E53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E53DF; }
p { color: rgb(46,83,223); }
H1.HeaderClassName
{
color: #2E53DF;
}
.AnyTagClassName
{
color: #2E53DF;
}
</style>
background-color css
<style>
a { background-color: #2E53DF; }
a { background-color: rgb(46,83,223); }
div.DivClassName
{
background-color: #2E53DF;
}
.BgClassName
{
background-color: #2E53DF;
}
</style>
border-color css
<style>
span { border-color: #2E53DF; }
span { border-color: rgb(46,83,223); }
td.TdClassName
{
border-color: #2E53DF;
}
.TagClassName
{
border-color: #2E53DF;
}
</style>