Shades of Royal Blue #2E6AFC
Tints of Royal Blue #2E6AFC
RGB
CMYK
RGB Variations
Color information
#2E6AFC (or 0x2E6AFC) is known color: Royal Blue. HEX triplet: 2E, 6A and FC. RGB value is (46,106,252). Sum of RGB (Red+Green+Blue) = 46+106+252=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E6AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6AFC is #D19503. Grayscale: #686868. Windows color (decimal): -13735172 or 16542254. OLE color: 16542254.
HSL color Cylindrical-coordinate representation of color #2E6AFC: hue angle of 222.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E6AFC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 106 | 252 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.01 |
| HSL | 222.52º | 0.97% | 0.58% | - |
| HSV(B) | 222.52º | 0.82% | 0.99% | - |
| XYZ | 23.85 | 17.92 | 94.3 | - |
| YUV | 104.7 | 211.12 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 252 | 0.82 | 0.58 | 0 | 0.01 | 222.52 | 0.97 | 0.58 |
| Hex | 2E | 6A | FC | 52 | 3A | 0 | 1 | DF | 61 | 3A |
| Octal | 56 | 152 | 374 | 122 | 72 | 0 | 1 | 337 | 141 | 72 |
| Binary | 101110 | 1101010 | 11111100 | 1010010 | 111010 | 0 | 1 | 11011111 | 1100001 | 111010 |
Color Harmonies of #2E6AFC
Complementary color
Monochromatic Colors of #2E6AFC
Black with #2E6AFC
Text Example
Text Example
White with #2E6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6AFC; }
p { color: rgb(46,106,252); }
H1.HeaderClassName
{
color: #2E6AFC;
}
.AnyTagClassName
{
color: #2E6AFC;
}
</style>
background-color css
<style>
a { background-color: #2E6AFC; }
a { background-color: rgb(46,106,252); }
div.DivClassName
{
background-color: #2E6AFC;
}
.BgClassName
{
background-color: #2E6AFC;
}
</style>
border-color css
<style>
span { border-color: #2E6AFC; }
span { border-color: rgb(46,106,252); }
td.TdClassName
{
border-color: #2E6AFC;
}
.TagClassName
{
border-color: #2E6AFC;
}
</style>