Shades of Royal Blue #2A56DD
Tints of Royal Blue #2A56DD
RGB
CMYK
RGB Variations
Color information
#2A56DD (or 0x2A56DD) is known color: Royal Blue. HEX triplet: 2A, 56 and DD. RGB value is (42,86,221). Sum of RGB (Red+Green+Blue) = 42+86+221=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A56DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A56DD is #D5A922. Grayscale: #575757. Windows color (decimal): -14002467 or 14505514. OLE color: 14505514.
HSL color Cylindrical-coordinate representation of color #2A56DD: hue angle of 225.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A56DD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 86 | 221 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.13 |
| HSL | 225.25º | 0.72% | 0.52% | - |
| HSV(B) | 225.25º | 0.81% | 0.87% | - |
| XYZ | 17.33 | 12.37 | 69.88 | - |
| YUV | 88.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 221 | 0.81 | 0.61 | 0 | 0.13 | 225.25 | 0.72 | 0.52 |
| Hex | 2A | 56 | DD | 51 | 3D | 0 | D | E1 | 48 | 34 |
| Octal | 52 | 126 | 335 | 121 | 75 | 0 | 15 | 341 | 110 | 64 |
| Binary | 101010 | 1010110 | 11011101 | 1010001 | 111101 | 0 | 1101 | 11100001 | 1001000 | 110100 |
Color Harmonies of #2A56DD
Complementary color
Monochromatic Colors of #2A56DD
Black with #2A56DD
Text Example
Text Example
White with #2A56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A56DD; }
p { color: rgb(42,86,221); }
H1.HeaderClassName
{
color: #2A56DD;
}
.AnyTagClassName
{
color: #2A56DD;
}
</style>
background-color css
<style>
a { background-color: #2A56DD; }
a { background-color: rgb(42,86,221); }
div.DivClassName
{
background-color: #2A56DD;
}
.BgClassName
{
background-color: #2A56DD;
}
</style>
border-color css
<style>
span { border-color: #2A56DD; }
span { border-color: rgb(42,86,221); }
td.TdClassName
{
border-color: #2A56DD;
}
.TagClassName
{
border-color: #2A56DD;
}
</style>