Shades of Royal Blue #2E5FFD
Tints of Royal Blue #2E5FFD
RGB
CMYK
RGB Variations
Color information
#2E5FFD (or 0x2E5FFD) is known color: Royal Blue. HEX triplet: 2E, 5F and FD. RGB value is (46,95,253). Sum of RGB (Red+Green+Blue) = 46+95+253=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5FFD is #D1A002. Grayscale: #616161. Windows color (decimal): -13737987 or 16604974. OLE color: 16604974.
HSL color Cylindrical-coordinate representation of color #2E5FFD: hue angle of 225.8º 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 #2E5FFD is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 95 | 253 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.01 |
| HSL | 225.8º | 0.98% | 0.59% | - |
| HSV(B) | 225.8º | 0.82% | 0.99% | - |
| XYZ | 22.95 | 15.86 | 94.78 | - |
| YUV | 98.36 | 215.27 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 253 | 0.82 | 0.62 | 0 | 0.01 | 225.8 | 0.98 | 0.59 |
| Hex | 2E | 5F | FD | 52 | 3E | 0 | 1 | E2 | 62 | 3B |
| Octal | 56 | 137 | 375 | 122 | 76 | 0 | 1 | 342 | 142 | 73 |
| Binary | 101110 | 1011111 | 11111101 | 1010010 | 111110 | 0 | 1 | 11100010 | 1100010 | 111011 |
Color Harmonies of #2E5FFD
Complementary color
Monochromatic Colors of #2E5FFD
Black with #2E5FFD
Text Example
Text Example
White with #2E5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FFD; }
p { color: rgb(46,95,253); }
H1.HeaderClassName
{
color: #2E5FFD;
}
.AnyTagClassName
{
color: #2E5FFD;
}
</style>
background-color css
<style>
a { background-color: #2E5FFD; }
a { background-color: rgb(46,95,253); }
div.DivClassName
{
background-color: #2E5FFD;
}
.BgClassName
{
background-color: #2E5FFD;
}
</style>
border-color css
<style>
span { border-color: #2E5FFD; }
span { border-color: rgb(46,95,253); }
td.TdClassName
{
border-color: #2E5FFD;
}
.TagClassName
{
border-color: #2E5FFD;
}
</style>