Shades of Royal Blue #2E5BDF
Tints of Royal Blue #2E5BDF
RGB
CMYK
RGB Variations
Color information
#2E5BDF (or 0x2E5BDF) is known color: Royal Blue. HEX triplet: 2E, 5B and DF. RGB value is (46,91,223). Sum of RGB (Red+Green+Blue) = 46+91+223=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E5BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5BDF is #D1A420. Grayscale: #5C5C5C. Windows color (decimal): -13739041 or 14637870. OLE color: 14637870.
HSL color Cylindrical-coordinate representation of color #2E5BDF: hue angle of 224.75º 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 #2E5BDF is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 91 | 223 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.13 |
| HSL | 224.75º | 0.73% | 0.53% | - |
| HSV(B) | 224.75º | 0.79% | 0.87% | - |
| XYZ | 18.19 | 13.39 | 71.44 | - |
| YUV | 92.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 223 | 0.79 | 0.59 | 0 | 0.13 | 224.75 | 0.73 | 0.53 |
| Hex | 2E | 5B | DF | 4F | 3B | 0 | D | E1 | 49 | 35 |
| Octal | 56 | 133 | 337 | 117 | 73 | 0 | 15 | 341 | 111 | 65 |
| Binary | 101110 | 1011011 | 11011111 | 1001111 | 111011 | 0 | 1101 | 11100001 | 1001001 | 110101 |
Color Harmonies of #2E5BDF
Complementary color
Monochromatic Colors of #2E5BDF
Black with #2E5BDF
Text Example
Text Example
White with #2E5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BDF; }
p { color: rgb(46,91,223); }
H1.HeaderClassName
{
color: #2E5BDF;
}
.AnyTagClassName
{
color: #2E5BDF;
}
</style>
background-color css
<style>
a { background-color: #2E5BDF; }
a { background-color: rgb(46,91,223); }
div.DivClassName
{
background-color: #2E5BDF;
}
.BgClassName
{
background-color: #2E5BDF;
}
</style>
border-color css
<style>
span { border-color: #2E5BDF; }
span { border-color: rgb(46,91,223); }
td.TdClassName
{
border-color: #2E5BDF;
}
.TagClassName
{
border-color: #2E5BDF;
}
</style>