Shades of Royal Blue #2A6EFF
Tints of Royal Blue #2A6EFF
RGB
CMYK
RGB Variations
Color information
#2A6EFF (or 0x2A6EFF) is known color: Royal Blue. HEX triplet: 2A, 6E and FF. RGB value is (42,110,255). Sum of RGB (Red+Green+Blue) = 42+110+255=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A6EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6EFF is #D59100. Grayscale: #696969. Windows color (decimal): -13996289 or 16739882. OLE color: 16739882.
HSL color Cylindrical-coordinate representation of color #2A6EFF: hue angle of 220.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A6EFF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 110 | 255 | - |
| CMYK | 0.84 | 0.57 | 0 | 0 |
| HSL | 220.85º | 1% | 0.58% | - |
| HSV(B) | 220.85º | 0.84% | 1% | - |
| XYZ | 24.58 | 18.86 | 96.95 | - |
| YUV | 106.2 | 211.97 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 255 | 0.84 | 0.57 | 0 | 0 | 220.85 | 1 | 0.58 |
| Hex | 2A | 6E | FF | 54 | 39 | 0 | 0 | DD | 64 | 3A |
| Octal | 52 | 156 | 377 | 124 | 71 | 0 | 0 | 335 | 144 | 72 |
| Binary | 101010 | 1101110 | 11111111 | 1010100 | 111001 | 0 | 0 | 11011101 | 1100100 | 111010 |
Color Harmonies of #2A6EFF
Complementary color
Monochromatic Colors of #2A6EFF
Black with #2A6EFF
Text Example
Text Example
White with #2A6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6EFF; }
p { color: rgb(42,110,255); }
H1.HeaderClassName
{
color: #2A6EFF;
}
.AnyTagClassName
{
color: #2A6EFF;
}
</style>
background-color css
<style>
a { background-color: #2A6EFF; }
a { background-color: rgb(42,110,255); }
div.DivClassName
{
background-color: #2A6EFF;
}
.BgClassName
{
background-color: #2A6EFF;
}
</style>
border-color css
<style>
span { border-color: #2A6EFF; }
span { border-color: rgb(42,110,255); }
td.TdClassName
{
border-color: #2A6EFF;
}
.TagClassName
{
border-color: #2A6EFF;
}
</style>