Shades of Royal Blue #2E6CFD
Tints of Royal Blue #2E6CFD
RGB
CMYK
RGB Variations
Color information
#2E6CFD (or 0x2E6CFD) is known color: Royal Blue. HEX triplet: 2E, 6C and FD. RGB value is (46,108,253). Sum of RGB (Red+Green+Blue) = 46+108+253=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E6CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CFD is #D19302. Grayscale: #696969. Windows color (decimal): -13734659 or 16608302. OLE color: 16608302.
HSL color Cylindrical-coordinate representation of color #2E6CFD: hue angle of 222.03º 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 #2E6CFD is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 108 | 253 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.01 |
| HSL | 222.03º | 0.98% | 0.59% | - |
| HSV(B) | 222.03º | 0.82% | 0.99% | - |
| XYZ | 24.22 | 18.4 | 95.2 | - |
| YUV | 105.99 | 210.96 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 253 | 0.82 | 0.57 | 0 | 0.01 | 222.03 | 0.98 | 0.59 |
| Hex | 2E | 6C | FD | 52 | 39 | 0 | 1 | DE | 62 | 3B |
| Octal | 56 | 154 | 375 | 122 | 71 | 0 | 1 | 336 | 142 | 73 |
| Binary | 101110 | 1101100 | 11111101 | 1010010 | 111001 | 0 | 1 | 11011110 | 1100010 | 111011 |
Color Harmonies of #2E6CFD
Complementary color
Monochromatic Colors of #2E6CFD
Black with #2E6CFD
Text Example
Text Example
White with #2E6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CFD; }
p { color: rgb(46,108,253); }
H1.HeaderClassName
{
color: #2E6CFD;
}
.AnyTagClassName
{
color: #2E6CFD;
}
</style>
background-color css
<style>
a { background-color: #2E6CFD; }
a { background-color: rgb(46,108,253); }
div.DivClassName
{
background-color: #2E6CFD;
}
.BgClassName
{
background-color: #2E6CFD;
}
</style>
border-color css
<style>
span { border-color: #2E6CFD; }
span { border-color: rgb(46,108,253); }
td.TdClassName
{
border-color: #2E6CFD;
}
.TagClassName
{
border-color: #2E6CFD;
}
</style>