Shades of Royal Blue #2A5DDA
Tints of Royal Blue #2A5DDA
RGB
CMYK
RGB Variations
Color information
#2A5DDA (or 0x2A5DDA) is known color: Royal Blue. HEX triplet: 2A, 5D and DA. RGB value is (42,93,218). Sum of RGB (Red+Green+Blue) = 42+93+218=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A5DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DDA is #D5A225. Grayscale: #5B5B5B. Windows color (decimal): -14000678 or 14310698. OLE color: 14310698.
HSL color Cylindrical-coordinate representation of color #2A5DDA: hue angle of 222.61º 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 #2A5DDA is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 93 | 218 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.15 |
| HSL | 222.61º | 0.7% | 0.51% | - |
| HSV(B) | 222.61º | 0.81% | 0.85% | - |
| XYZ | 17.52 | 13.38 | 67.99 | - |
| YUV | 92 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 218 | 0.81 | 0.57 | 0 | 0.15 | 222.61 | 0.7 | 0.51 |
| Hex | 2A | 5D | DA | 51 | 39 | 0 | F | DF | 46 | 33 |
| Octal | 52 | 135 | 332 | 121 | 71 | 0 | 17 | 337 | 106 | 63 |
| Binary | 101010 | 1011101 | 11011010 | 1010001 | 111001 | 0 | 1111 | 11011111 | 1000110 | 110011 |
Color Harmonies of #2A5DDA
Complementary color
Monochromatic Colors of #2A5DDA
Black with #2A5DDA
Text Example
Text Example
White with #2A5DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5DDA; }
p { color: rgb(42,93,218); }
H1.HeaderClassName
{
color: #2A5DDA;
}
.AnyTagClassName
{
color: #2A5DDA;
}
</style>
background-color css
<style>
a { background-color: #2A5DDA; }
a { background-color: rgb(42,93,218); }
div.DivClassName
{
background-color: #2A5DDA;
}
.BgClassName
{
background-color: #2A5DDA;
}
</style>
border-color css
<style>
span { border-color: #2A5DDA; }
span { border-color: rgb(42,93,218); }
td.TdClassName
{
border-color: #2A5DDA;
}
.TagClassName
{
border-color: #2A5DDA;
}
</style>