Shades of Royal Blue #2E6BFC
Tints of Royal Blue #2E6BFC
RGB
CMYK
RGB Variations
Color information
#2E6BFC (or 0x2E6BFC) is known color: Royal Blue. HEX triplet: 2E, 6B and FC. RGB value is (46,107,252). Sum of RGB (Red+Green+Blue) = 46+107+252=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BFC is #D19403. Grayscale: #686868. Windows color (decimal): -13734916 or 16542510. OLE color: 16542510.
HSL color Cylindrical-coordinate representation of color #2E6BFC: hue angle of 222.23º 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 #2E6BFC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 107 | 252 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.01 |
| HSL | 222.23º | 0.97% | 0.58% | - |
| HSV(B) | 222.23º | 0.82% | 0.99% | - |
| XYZ | 23.96 | 18.12 | 94.33 | - |
| YUV | 105.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 252 | 0.82 | 0.58 | 0 | 0.01 | 222.23 | 0.97 | 0.58 |
| Hex | 2E | 6B | FC | 52 | 3A | 0 | 1 | DE | 61 | 3A |
| Octal | 56 | 153 | 374 | 122 | 72 | 0 | 1 | 336 | 141 | 72 |
| Binary | 101110 | 1101011 | 11111100 | 1010010 | 111010 | 0 | 1 | 11011110 | 1100001 | 111010 |
Color Harmonies of #2E6BFC
Complementary color
Monochromatic Colors of #2E6BFC
Black with #2E6BFC
Text Example
Text Example
White with #2E6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6BFC; }
p { color: rgb(46,107,252); }
H1.HeaderClassName
{
color: #2E6BFC;
}
.AnyTagClassName
{
color: #2E6BFC;
}
</style>
background-color css
<style>
a { background-color: #2E6BFC; }
a { background-color: rgb(46,107,252); }
div.DivClassName
{
background-color: #2E6BFC;
}
.BgClassName
{
background-color: #2E6BFC;
}
</style>
border-color css
<style>
span { border-color: #2E6BFC; }
span { border-color: rgb(46,107,252); }
td.TdClassName
{
border-color: #2E6BFC;
}
.TagClassName
{
border-color: #2E6BFC;
}
</style>