Shades of Royal Blue #2A74D6
Tints of Royal Blue #2A74D6
RGB
CMYK
RGB Variations
Color information
#2A74D6 (or 0x2A74D6) is known color: Royal Blue. HEX triplet: 2A, 74 and D6. RGB value is (42,116,214). Sum of RGB (Red+Green+Blue) = 42+116+214=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A74D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A74D6 is #D58B29. Grayscale: #686868. Windows color (decimal): -13994794 or 14054442. OLE color: 14054442.
HSL color Cylindrical-coordinate representation of color #2A74D6: hue angle of 214.19º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A74D6 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 116 | 214 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.16 |
| HSL | 214.19º | 0.68% | 0.5% | - |
| HSV(B) | 214.19º | 0.8% | 0.84% | - |
| XYZ | 19.34 | 17.84 | 66.04 | - |
| YUV | 105.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 214 | 0.80 | 0.46 | 0 | 0.16 | 214.19 | 0.68 | 0.5 |
| Hex | 2A | 74 | D6 | 50 | 2E | 0 | 10 | D6 | 44 | 32 |
| Octal | 52 | 164 | 326 | 120 | 56 | 0 | 20 | 326 | 104 | 62 |
| Binary | 101010 | 1110100 | 11010110 | 1010000 | 101110 | 0 | 10000 | 11010110 | 1000100 | 110010 |
Color Harmonies of #2A74D6
Complementary color
Monochromatic Colors of #2A74D6
Black with #2A74D6
Text Example
Text Example
White with #2A74D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A74D6; }
p { color: rgb(42,116,214); }
H1.HeaderClassName
{
color: #2A74D6;
}
.AnyTagClassName
{
color: #2A74D6;
}
</style>
background-color css
<style>
a { background-color: #2A74D6; }
a { background-color: rgb(42,116,214); }
div.DivClassName
{
background-color: #2A74D6;
}
.BgClassName
{
background-color: #2A74D6;
}
</style>
border-color css
<style>
span { border-color: #2A74D6; }
span { border-color: rgb(42,116,214); }
td.TdClassName
{
border-color: #2A74D6;
}
.TagClassName
{
border-color: #2A74D6;
}
</style>