Shades of Royal Blue #2A56EE
Tints of Royal Blue #2A56EE
RGB
CMYK
RGB Variations
Color information
#2A56EE (or 0x2A56EE) is known color: Royal Blue. HEX triplet: 2A, 56 and EE. RGB value is (42,86,238). Sum of RGB (Red+Green+Blue) = 42+86+238=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A56EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A56EE is #D5A911. Grayscale: #595959. Windows color (decimal): -14002450 or 15619626. OLE color: 15619626.
HSL color Cylindrical-coordinate representation of color #2A56EE: hue angle of 226.53º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A56EE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 86 | 238 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.07 |
| HSL | 226.53º | 0.85% | 0.55% | - |
| HSV(B) | 226.53º | 0.82% | 0.93% | - |
| XYZ | 19.72 | 13.32 | 82.42 | - |
| YUV | 90.17 | 211.42 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 238 | 0.82 | 0.64 | 0 | 0.07 | 226.53 | 0.85 | 0.55 |
| Hex | 2A | 56 | EE | 52 | 40 | 0 | 7 | E3 | 55 | 37 |
| Octal | 52 | 126 | 356 | 122 | 100 | 0 | 7 | 343 | 125 | 67 |
| Binary | 101010 | 1010110 | 11101110 | 1010010 | 1000000 | 0 | 111 | 11100011 | 1010101 | 110111 |
Color Harmonies of #2A56EE
Complementary color
Monochromatic Colors of #2A56EE
Black with #2A56EE
Text Example
Text Example
White with #2A56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A56EE; }
p { color: rgb(42,86,238); }
H1.HeaderClassName
{
color: #2A56EE;
}
.AnyTagClassName
{
color: #2A56EE;
}
</style>
background-color css
<style>
a { background-color: #2A56EE; }
a { background-color: rgb(42,86,238); }
div.DivClassName
{
background-color: #2A56EE;
}
.BgClassName
{
background-color: #2A56EE;
}
</style>
border-color css
<style>
span { border-color: #2A56EE; }
span { border-color: rgb(42,86,238); }
td.TdClassName
{
border-color: #2A56EE;
}
.TagClassName
{
border-color: #2A56EE;
}
</style>