Shades of Royal Blue #2A57DD
Tints of Royal Blue #2A57DD
RGB
CMYK
RGB Variations
Color information
#2A57DD (or 0x2A57DD) is known color: Royal Blue. HEX triplet: 2A, 57 and DD. RGB value is (42,87,221). Sum of RGB (Red+Green+Blue) = 42+87+221=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A57DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A57DD is #D5A822. Grayscale: #585858. Windows color (decimal): -14002211 or 14505770. OLE color: 14505770.
HSL color Cylindrical-coordinate representation of color #2A57DD: hue angle of 224.92º 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 #2A57DD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 87 | 221 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.13 |
| HSL | 224.92º | 0.72% | 0.52% | - |
| HSV(B) | 224.92º | 0.81% | 0.87% | - |
| XYZ | 17.41 | 12.53 | 69.91 | - |
| YUV | 88.82 | 202.59 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 221 | 0.81 | 0.61 | 0 | 0.13 | 224.92 | 0.72 | 0.52 |
| Hex | 2A | 57 | DD | 51 | 3D | 0 | D | E1 | 48 | 34 |
| Octal | 52 | 127 | 335 | 121 | 75 | 0 | 15 | 341 | 110 | 64 |
| Binary | 101010 | 1010111 | 11011101 | 1010001 | 111101 | 0 | 1101 | 11100001 | 1001000 | 110100 |
Color Harmonies of #2A57DD
Complementary color
Monochromatic Colors of #2A57DD
Black with #2A57DD
Text Example
Text Example
White with #2A57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A57DD; }
p { color: rgb(42,87,221); }
H1.HeaderClassName
{
color: #2A57DD;
}
.AnyTagClassName
{
color: #2A57DD;
}
</style>
background-color css
<style>
a { background-color: #2A57DD; }
a { background-color: rgb(42,87,221); }
div.DivClassName
{
background-color: #2A57DD;
}
.BgClassName
{
background-color: #2A57DD;
}
</style>
border-color css
<style>
span { border-color: #2A57DD; }
span { border-color: rgb(42,87,221); }
td.TdClassName
{
border-color: #2A57DD;
}
.TagClassName
{
border-color: #2A57DD;
}
</style>