Shades of Royal Blue #2E5FFF
Tints of Royal Blue #2E5FFF
RGB
CMYK
RGB Variations
Color information
#2E5FFF (or 0x2E5FFF) is known color: Royal Blue. HEX triplet: 2E, 5F and FF. RGB value is (46,95,255). Sum of RGB (Red+Green+Blue) = 46+95+255=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E5FFF is #D1A000. Grayscale: #616161. Windows color (decimal): -13737985 or 16736046. OLE color: 16736046.
HSL color Cylindrical-coordinate representation of color #2E5FFF: hue angle of 225.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E5FFF is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 95 | 255 | - |
| CMYK | 0.82 | 0.63 | 0 | 0 |
| HSL | 225.93º | 1% | 0.59% | - |
| HSV(B) | 225.93º | 0.82% | 1% | - |
| XYZ | 23.27 | 15.99 | 96.47 | - |
| YUV | 98.59 | 216.27 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 255 | 0.82 | 0.63 | 0 | 0 | 225.93 | 1 | 0.59 |
| Hex | 2E | 5F | FF | 52 | 3F | 0 | 0 | E2 | 64 | 3B |
| Octal | 56 | 137 | 377 | 122 | 77 | 0 | 0 | 342 | 144 | 73 |
| Binary | 101110 | 1011111 | 11111111 | 1010010 | 111111 | 0 | 0 | 11100010 | 1100100 | 111011 |
Color Harmonies of #2E5FFF
Complementary color
Monochromatic Colors of #2E5FFF
Black with #2E5FFF
Text Example
Text Example
White with #2E5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FFF; }
p { color: rgb(46,95,255); }
H1.HeaderClassName
{
color: #2E5FFF;
}
.AnyTagClassName
{
color: #2E5FFF;
}
</style>
background-color css
<style>
a { background-color: #2E5FFF; }
a { background-color: rgb(46,95,255); }
div.DivClassName
{
background-color: #2E5FFF;
}
.BgClassName
{
background-color: #2E5FFF;
}
</style>
border-color css
<style>
span { border-color: #2E5FFF; }
span { border-color: rgb(46,95,255); }
td.TdClassName
{
border-color: #2E5FFF;
}
.TagClassName
{
border-color: #2E5FFF;
}
</style>