Shades of Royal Blue #2E64FD
Tints of Royal Blue #2E64FD
RGB
CMYK
RGB Variations
Color information
#2E64FD (or 0x2E64FD) is known color: Royal Blue. HEX triplet: 2E, 64 and FD. RGB value is (46,100,253). Sum of RGB (Red+Green+Blue) = 46+100+253=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E64FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E64FD is #D19B02. Grayscale: #646464. Windows color (decimal): -13736707 or 16606254. OLE color: 16606254.
HSL color Cylindrical-coordinate representation of color #2E64FD: hue angle of 224.35º 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 #2E64FD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 100 | 253 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.01 |
| HSL | 224.35º | 0.98% | 0.59% | - |
| HSV(B) | 224.35º | 0.82% | 0.99% | - |
| XYZ | 23.41 | 16.79 | 94.93 | - |
| YUV | 101.3 | 213.61 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 253 | 0.82 | 0.60 | 0 | 0.01 | 224.35 | 0.98 | 0.59 |
| Hex | 2E | 64 | FD | 52 | 3C | 0 | 1 | E0 | 62 | 3B |
| Octal | 56 | 144 | 375 | 122 | 74 | 0 | 1 | 340 | 142 | 73 |
| Binary | 101110 | 1100100 | 11111101 | 1010010 | 111100 | 0 | 1 | 11100000 | 1100010 | 111011 |
Color Harmonies of #2E64FD
Complementary color
Monochromatic Colors of #2E64FD
Black with #2E64FD
Text Example
Text Example
White with #2E64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E64FD; }
p { color: rgb(46,100,253); }
H1.HeaderClassName
{
color: #2E64FD;
}
.AnyTagClassName
{
color: #2E64FD;
}
</style>
background-color css
<style>
a { background-color: #2E64FD; }
a { background-color: rgb(46,100,253); }
div.DivClassName
{
background-color: #2E64FD;
}
.BgClassName
{
background-color: #2E64FD;
}
</style>
border-color css
<style>
span { border-color: #2E64FD; }
span { border-color: rgb(46,100,253); }
td.TdClassName
{
border-color: #2E64FD;
}
.TagClassName
{
border-color: #2E64FD;
}
</style>