Shades of Royal Blue #2E5AFD
Tints of Royal Blue #2E5AFD
RGB
CMYK
RGB Variations
Color information
#2E5AFD (or 0x2E5AFD) is known color: Royal Blue. HEX triplet: 2E, 5A and FD. RGB value is (46,90,253). Sum of RGB (Red+Green+Blue) = 46+90+253=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E5AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5AFD is #D1A502. Grayscale: #5E5E5E. Windows color (decimal): -13739267 or 16603694. OLE color: 16603694.
HSL color Cylindrical-coordinate representation of color #2E5AFD: hue angle of 227.25º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E5AFD is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 90 | 253 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.01 |
| HSL | 227.25º | 0.98% | 0.59% | - |
| HSV(B) | 227.25º | 0.82% | 0.99% | - |
| XYZ | 22.51 | 14.99 | 94.63 | - |
| YUV | 95.43 | 216.92 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 253 | 0.82 | 0.64 | 0 | 0.01 | 227.25 | 0.98 | 0.59 |
| Hex | 2E | 5A | FD | 52 | 40 | 0 | 1 | E3 | 62 | 3B |
| Octal | 56 | 132 | 375 | 122 | 100 | 0 | 1 | 343 | 142 | 73 |
| Binary | 101110 | 1011010 | 11111101 | 1010010 | 1000000 | 0 | 1 | 11100011 | 1100010 | 111011 |
Color Harmonies of #2E5AFD
Complementary color
Monochromatic Colors of #2E5AFD
Black with #2E5AFD
Text Example
Text Example
White with #2E5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5AFD; }
p { color: rgb(46,90,253); }
H1.HeaderClassName
{
color: #2E5AFD;
}
.AnyTagClassName
{
color: #2E5AFD;
}
</style>
background-color css
<style>
a { background-color: #2E5AFD; }
a { background-color: rgb(46,90,253); }
div.DivClassName
{
background-color: #2E5AFD;
}
.BgClassName
{
background-color: #2E5AFD;
}
</style>
border-color css
<style>
span { border-color: #2E5AFD; }
span { border-color: rgb(46,90,253); }
td.TdClassName
{
border-color: #2E5AFD;
}
.TagClassName
{
border-color: #2E5AFD;
}
</style>