Shades of Royal Blue #2A74E5
Tints of Royal Blue #2A74E5
RGB
CMYK
RGB Variations
Color information
#2A74E5 (or 0x2A74E5) is known color: Royal Blue. HEX triplet: 2A, 74 and E5. RGB value is (42,116,229). Sum of RGB (Red+Green+Blue) = 42+116+229=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #2A74E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A74E5 is #D58B1A. Grayscale: #6A6A6A. Windows color (decimal): -13994779 or 15037482. OLE color: 15037482.
HSL color Cylindrical-coordinate representation of color #2A74E5: hue angle of 216.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A74E5 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 116 | 229 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.10 |
| HSL | 216.26º | 0.78% | 0.53% | - |
| HSV(B) | 216.26º | 0.82% | 0.9% | - |
| XYZ | 21.34 | 18.64 | 76.6 | - |
| YUV | 106.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 229 | 0.82 | 0.49 | 0 | 0.10 | 216.26 | 0.78 | 0.53 |
| Hex | 2A | 74 | E5 | 52 | 31 | 0 | A | D8 | 4E | 35 |
| Octal | 52 | 164 | 345 | 122 | 61 | 0 | 12 | 330 | 116 | 65 |
| Binary | 101010 | 1110100 | 11100101 | 1010010 | 110001 | 0 | 1010 | 11011000 | 1001110 | 110101 |
Color Harmonies of #2A74E5
Complementary color
Monochromatic Colors of #2A74E5
Black with #2A74E5
Text Example
Text Example
White with #2A74E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A74E5; }
p { color: rgb(42,116,229); }
H1.HeaderClassName
{
color: #2A74E5;
}
.AnyTagClassName
{
color: #2A74E5;
}
</style>
background-color css
<style>
a { background-color: #2A74E5; }
a { background-color: rgb(42,116,229); }
div.DivClassName
{
background-color: #2A74E5;
}
.BgClassName
{
background-color: #2A74E5;
}
</style>
border-color css
<style>
span { border-color: #2A74E5; }
span { border-color: rgb(42,116,229); }
td.TdClassName
{
border-color: #2A74E5;
}
.TagClassName
{
border-color: #2A74E5;
}
</style>