Shades of Royal Blue #2A62DA
Tints of Royal Blue #2A62DA
RGB
CMYK
RGB Variations
Color information
#2A62DA (or 0x2A62DA) is known color: Royal Blue. HEX triplet: 2A, 62 and DA. RGB value is (42,98,218). Sum of RGB (Red+Green+Blue) = 42+98+218=358 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.73% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A62DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A62DA is #D59D25. Grayscale: #5E5E5E. Windows color (decimal): -13999398 or 14311978. OLE color: 14311978.
HSL color Cylindrical-coordinate representation of color #2A62DA: hue angle of 220.91º 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 #2A62DA is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 98 | 218 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.15 |
| HSL | 220.91º | 0.7% | 0.51% | - |
| HSV(B) | 220.91º | 0.81% | 0.85% | - |
| XYZ | 17.98 | 14.29 | 68.14 | - |
| YUV | 94.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 218 | 0.81 | 0.55 | 0 | 0.15 | 220.91 | 0.7 | 0.51 |
| Hex | 2A | 62 | DA | 51 | 37 | 0 | F | DD | 46 | 33 |
| Octal | 52 | 142 | 332 | 121 | 67 | 0 | 17 | 335 | 106 | 63 |
| Binary | 101010 | 1100010 | 11011010 | 1010001 | 110111 | 0 | 1111 | 11011101 | 1000110 | 110011 |
Color Harmonies of #2A62DA
Complementary color
Monochromatic Colors of #2A62DA
Black with #2A62DA
Text Example
Text Example
White with #2A62DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A62DA; }
p { color: rgb(42,98,218); }
H1.HeaderClassName
{
color: #2A62DA;
}
.AnyTagClassName
{
color: #2A62DA;
}
</style>
background-color css
<style>
a { background-color: #2A62DA; }
a { background-color: rgb(42,98,218); }
div.DivClassName
{
background-color: #2A62DA;
}
.BgClassName
{
background-color: #2A62DA;
}
</style>
border-color css
<style>
span { border-color: #2A62DA; }
span { border-color: rgb(42,98,218); }
td.TdClassName
{
border-color: #2A62DA;
}
.TagClassName
{
border-color: #2A62DA;
}
</style>