Shades of Royal Blue #2E6FFD
Tints of Royal Blue #2E6FFD
RGB
CMYK
RGB Variations
Color information
#2E6FFD (or 0x2E6FFD) is known color: Royal Blue. HEX triplet: 2E, 6F and FD. RGB value is (46,111,253). Sum of RGB (Red+Green+Blue) = 46+111+253=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E6FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6FFD is #D19002. Grayscale: #6B6B6B. Windows color (decimal): -13733891 or 16609070. OLE color: 16609070.
HSL color Cylindrical-coordinate representation of color #2E6FFD: hue angle of 221.16º 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 #2E6FFD is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 111 | 253 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.01 |
| HSL | 221.16º | 0.98% | 0.59% | - |
| HSV(B) | 221.16º | 0.82% | 0.99% | - |
| XYZ | 24.54 | 19.04 | 95.31 | - |
| YUV | 107.75 | 209.97 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 253 | 0.82 | 0.56 | 0 | 0.01 | 221.16 | 0.98 | 0.59 |
| Hex | 2E | 6F | FD | 52 | 38 | 0 | 1 | DD | 62 | 3B |
| Octal | 56 | 157 | 375 | 122 | 70 | 0 | 1 | 335 | 142 | 73 |
| Binary | 101110 | 1101111 | 11111101 | 1010010 | 111000 | 0 | 1 | 11011101 | 1100010 | 111011 |
Color Harmonies of #2E6FFD
Complementary color
Monochromatic Colors of #2E6FFD
Black with #2E6FFD
Text Example
Text Example
White with #2E6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6FFD; }
p { color: rgb(46,111,253); }
H1.HeaderClassName
{
color: #2E6FFD;
}
.AnyTagClassName
{
color: #2E6FFD;
}
</style>
background-color css
<style>
a { background-color: #2E6FFD; }
a { background-color: rgb(46,111,253); }
div.DivClassName
{
background-color: #2E6FFD;
}
.BgClassName
{
background-color: #2E6FFD;
}
</style>
border-color css
<style>
span { border-color: #2E6FFD; }
span { border-color: rgb(46,111,253); }
td.TdClassName
{
border-color: #2E6FFD;
}
.TagClassName
{
border-color: #2E6FFD;
}
</style>