Shades of Royal Blue #2A74EB
Tints of Royal Blue #2A74EB
RGB
CMYK
RGB Variations
Color information
#2A74EB (or 0x2A74EB) is known color: Royal Blue. HEX triplet: 2A, 74 and EB. RGB value is (42,116,235). Sum of RGB (Red+Green+Blue) = 42+116+235=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A74EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A74EB is #D58B14. Grayscale: #6A6A6A. Windows color (decimal): -13994773 or 15430698. OLE color: 15430698.
HSL color Cylindrical-coordinate representation of color #2A74EB: hue angle of 216.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A74EB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 116 | 235 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.08 |
| HSL | 216.99º | 0.83% | 0.54% | - |
| HSV(B) | 216.99º | 0.82% | 0.92% | - |
| XYZ | 22.2 | 18.98 | 81.09 | - |
| YUV | 107.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 235 | 0.82 | 0.51 | 0 | 0.08 | 216.99 | 0.83 | 0.54 |
| Hex | 2A | 74 | EB | 52 | 33 | 0 | 8 | D9 | 53 | 36 |
| Octal | 52 | 164 | 353 | 122 | 63 | 0 | 10 | 331 | 123 | 66 |
| Binary | 101010 | 1110100 | 11101011 | 1010010 | 110011 | 0 | 1000 | 11011001 | 1010011 | 110110 |
Color Harmonies of #2A74EB
Complementary color
Monochromatic Colors of #2A74EB
Black with #2A74EB
Text Example
Text Example
White with #2A74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A74EB; }
p { color: rgb(42,116,235); }
H1.HeaderClassName
{
color: #2A74EB;
}
.AnyTagClassName
{
color: #2A74EB;
}
</style>
background-color css
<style>
a { background-color: #2A74EB; }
a { background-color: rgb(42,116,235); }
div.DivClassName
{
background-color: #2A74EB;
}
.BgClassName
{
background-color: #2A74EB;
}
</style>
border-color css
<style>
span { border-color: #2A74EB; }
span { border-color: rgb(42,116,235); }
td.TdClassName
{
border-color: #2A74EB;
}
.TagClassName
{
border-color: #2A74EB;
}
</style>