Shades of Royal Blue #2E6CFC
Tints of Royal Blue #2E6CFC
RGB
CMYK
RGB Variations
Color information
#2E6CFC (or 0x2E6CFC) is known color: Royal Blue. HEX triplet: 2E, 6C and FC. RGB value is (46,108,252). Sum of RGB (Red+Green+Blue) = 46+108+252=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CFC is #D19303. Grayscale: #696969. Windows color (decimal): -13734660 or 16542766. OLE color: 16542766.
HSL color Cylindrical-coordinate representation of color #2E6CFC: hue angle of 221.94º 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 #2E6CFC is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 108 | 252 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.01 |
| HSL | 221.94º | 0.97% | 0.58% | - |
| HSV(B) | 221.94º | 0.82% | 0.99% | - |
| XYZ | 24.06 | 18.33 | 94.37 | - |
| YUV | 105.88 | 210.46 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 252 | 0.82 | 0.57 | 0 | 0.01 | 221.94 | 0.97 | 0.58 |
| Hex | 2E | 6C | FC | 52 | 39 | 0 | 1 | DE | 61 | 3A |
| Octal | 56 | 154 | 374 | 122 | 71 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101110 | 1101100 | 11111100 | 1010010 | 111001 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2E6CFC
Complementary color
Monochromatic Colors of #2E6CFC
Black with #2E6CFC
Text Example
Text Example
White with #2E6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CFC; }
p { color: rgb(46,108,252); }
H1.HeaderClassName
{
color: #2E6CFC;
}
.AnyTagClassName
{
color: #2E6CFC;
}
</style>
background-color css
<style>
a { background-color: #2E6CFC; }
a { background-color: rgb(46,108,252); }
div.DivClassName
{
background-color: #2E6CFC;
}
.BgClassName
{
background-color: #2E6CFC;
}
</style>
border-color css
<style>
span { border-color: #2E6CFC; }
span { border-color: rgb(46,108,252); }
td.TdClassName
{
border-color: #2E6CFC;
}
.TagClassName
{
border-color: #2E6CFC;
}
</style>