Shades of Royal Blue #2A7BDA
Tints of Royal Blue #2A7BDA
RGB
CMYK
RGB Variations
Color information
#2A7BDA (or 0x2A7BDA) is known color: Royal Blue. HEX triplet: 2A, 7B and DA. RGB value is (42,123,218). Sum of RGB (Red+Green+Blue) = 42+123+218=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A7BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7BDA is #D58425. Grayscale: #6D6D6D. Windows color (decimal): -13992998 or 14318378. OLE color: 14318378.
HSL color Cylindrical-coordinate representation of color #2A7BDA: hue angle of 212.39º 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 #2A7BDA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 123 | 218 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.15 |
| HSL | 212.39º | 0.7% | 0.51% | - |
| HSV(B) | 212.39º | 0.81% | 0.85% | - |
| XYZ | 20.69 | 19.72 | 69.05 | - |
| YUV | 109.61 | 189.16 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 218 | 0.81 | 0.44 | 0 | 0.15 | 212.39 | 0.7 | 0.51 |
| Hex | 2A | 7B | DA | 51 | 2C | 0 | F | D4 | 46 | 33 |
| Octal | 52 | 173 | 332 | 121 | 54 | 0 | 17 | 324 | 106 | 63 |
| Binary | 101010 | 1111011 | 11011010 | 1010001 | 101100 | 0 | 1111 | 11010100 | 1000110 | 110011 |
Color Harmonies of #2A7BDA
Complementary color
Monochromatic Colors of #2A7BDA
Black with #2A7BDA
Text Example
Text Example
White with #2A7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7BDA; }
p { color: rgb(42,123,218); }
H1.HeaderClassName
{
color: #2A7BDA;
}
.AnyTagClassName
{
color: #2A7BDA;
}
</style>
background-color css
<style>
a { background-color: #2A7BDA; }
a { background-color: rgb(42,123,218); }
div.DivClassName
{
background-color: #2A7BDA;
}
.BgClassName
{
background-color: #2A7BDA;
}
</style>
border-color css
<style>
span { border-color: #2A7BDA; }
span { border-color: rgb(42,123,218); }
td.TdClassName
{
border-color: #2A7BDA;
}
.TagClassName
{
border-color: #2A7BDA;
}
</style>