Shades of Royal Blue #2A72DA
Tints of Royal Blue #2A72DA
RGB
CMYK
RGB Variations
Color information
#2A72DA (or 0x2A72DA) is known color: Royal Blue. HEX triplet: 2A, 72 and DA. RGB value is (42,114,218). Sum of RGB (Red+Green+Blue) = 42+114+218=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A72DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A72DA is #D58D25. Grayscale: #676767. Windows color (decimal): -13995302 or 14316074. OLE color: 14316074.
HSL color Cylindrical-coordinate representation of color #2A72DA: hue angle of 215.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A72DA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 114 | 218 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.15 |
| HSL | 215.45º | 0.7% | 0.51% | - |
| HSV(B) | 215.45º | 0.81% | 0.85% | - |
| XYZ | 19.63 | 17.59 | 68.69 | - |
| YUV | 104.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 218 | 0.81 | 0.48 | 0 | 0.15 | 215.45 | 0.7 | 0.51 |
| Hex | 2A | 72 | DA | 51 | 30 | 0 | F | D7 | 46 | 33 |
| Octal | 52 | 162 | 332 | 121 | 60 | 0 | 17 | 327 | 106 | 63 |
| Binary | 101010 | 1110010 | 11011010 | 1010001 | 110000 | 0 | 1111 | 11010111 | 1000110 | 110011 |
Color Harmonies of #2A72DA
Complementary color
Monochromatic Colors of #2A72DA
Black with #2A72DA
Text Example
Text Example
White with #2A72DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A72DA; }
p { color: rgb(42,114,218); }
H1.HeaderClassName
{
color: #2A72DA;
}
.AnyTagClassName
{
color: #2A72DA;
}
</style>
background-color css
<style>
a { background-color: #2A72DA; }
a { background-color: rgb(42,114,218); }
div.DivClassName
{
background-color: #2A72DA;
}
.BgClassName
{
background-color: #2A72DA;
}
</style>
border-color css
<style>
span { border-color: #2A72DA; }
span { border-color: rgb(42,114,218); }
td.TdClassName
{
border-color: #2A72DA;
}
.TagClassName
{
border-color: #2A72DA;
}
</style>