Shades of Royal Blue #2A74EC
Tints of Royal Blue #2A74EC
RGB
CMYK
RGB Variations
Color information
#2A74EC (or 0x2A74EC) is known color: Royal Blue. HEX triplet: 2A, 74 and EC. RGB value is (42,116,236). Sum of RGB (Red+Green+Blue) = 42+116+236=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A74EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A74EC is #D58B13. Grayscale: #6B6B6B. Windows color (decimal): -13994772 or 15496234. OLE color: 15496234.
HSL color Cylindrical-coordinate representation of color #2A74EC: hue angle of 217.11º degrees, saturation: 0.84, 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 #2A74EC is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 116 | 236 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.07 |
| HSL | 217.11º | 0.84% | 0.55% | - |
| HSV(B) | 217.11º | 0.82% | 0.93% | - |
| XYZ | 22.34 | 19.04 | 81.85 | - |
| YUV | 107.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 236 | 0.82 | 0.51 | 0 | 0.07 | 217.11 | 0.84 | 0.55 |
| Hex | 2A | 74 | EC | 52 | 33 | 0 | 7 | D9 | 54 | 37 |
| Octal | 52 | 164 | 354 | 122 | 63 | 0 | 7 | 331 | 124 | 67 |
| Binary | 101010 | 1110100 | 11101100 | 1010010 | 110011 | 0 | 111 | 11011001 | 1010100 | 110111 |
Color Harmonies of #2A74EC
Complementary color
Monochromatic Colors of #2A74EC
Black with #2A74EC
Text Example
Text Example
White with #2A74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A74EC; }
p { color: rgb(42,116,236); }
H1.HeaderClassName
{
color: #2A74EC;
}
.AnyTagClassName
{
color: #2A74EC;
}
</style>
background-color css
<style>
a { background-color: #2A74EC; }
a { background-color: rgb(42,116,236); }
div.DivClassName
{
background-color: #2A74EC;
}
.BgClassName
{
background-color: #2A74EC;
}
</style>
border-color css
<style>
span { border-color: #2A74EC; }
span { border-color: rgb(42,116,236); }
td.TdClassName
{
border-color: #2A74EC;
}
.TagClassName
{
border-color: #2A74EC;
}
</style>