Shades of Royal Blue #2E55DF
Tints of Royal Blue #2E55DF
RGB
CMYK
RGB Variations
Color information
#2E55DF (or 0x2E55DF) is known color: Royal Blue. HEX triplet: 2E, 55 and DF. RGB value is (46,85,223). Sum of RGB (Red+Green+Blue) = 46+85+223=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E55DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55DF is #D1AA20. Grayscale: #585858. Windows color (decimal): -13740577 or 14636334. OLE color: 14636334.
HSL color Cylindrical-coordinate representation of color #2E55DF: hue angle of 226.78º 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 #2E55DF is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 85 | 223 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.13 |
| HSL | 226.78º | 0.73% | 0.53% | - |
| HSV(B) | 226.78º | 0.79% | 0.87% | - |
| XYZ | 17.69 | 12.41 | 71.27 | - |
| YUV | 89.07 | 203.58 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 223 | 0.79 | 0.62 | 0 | 0.13 | 226.78 | 0.73 | 0.53 |
| Hex | 2E | 55 | DF | 4F | 3E | 0 | D | E3 | 49 | 35 |
| Octal | 56 | 125 | 337 | 117 | 76 | 0 | 15 | 343 | 111 | 65 |
| Binary | 101110 | 1010101 | 11011111 | 1001111 | 111110 | 0 | 1101 | 11100011 | 1001001 | 110101 |
Color Harmonies of #2E55DF
Complementary color
Monochromatic Colors of #2E55DF
Black with #2E55DF
Text Example
Text Example
White with #2E55DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E55DF; }
p { color: rgb(46,85,223); }
H1.HeaderClassName
{
color: #2E55DF;
}
.AnyTagClassName
{
color: #2E55DF;
}
</style>
background-color css
<style>
a { background-color: #2E55DF; }
a { background-color: rgb(46,85,223); }
div.DivClassName
{
background-color: #2E55DF;
}
.BgClassName
{
background-color: #2E55DF;
}
</style>
border-color css
<style>
span { border-color: #2E55DF; }
span { border-color: rgb(46,85,223); }
td.TdClassName
{
border-color: #2E55DF;
}
.TagClassName
{
border-color: #2E55DF;
}
</style>