Shades of Royal Blue #2A5BDE
Tints of Royal Blue #2A5BDE
RGB
CMYK
RGB Variations
Color information
#2A5BDE (or 0x2A5BDE) is known color: Royal Blue. HEX triplet: 2A, 5B and DE. RGB value is (42,91,222). Sum of RGB (Red+Green+Blue) = 42+91+222=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A5BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BDE is #D5A421. Grayscale: #5A5A5A. Windows color (decimal): -14001186 or 14572330. OLE color: 14572330.
HSL color Cylindrical-coordinate representation of color #2A5BDE: hue angle of 223.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A5BDE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 91 | 222 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.13 |
| HSL | 223.67º | 0.73% | 0.52% | - |
| HSV(B) | 223.67º | 0.81% | 0.87% | - |
| XYZ | 17.88 | 13.25 | 70.72 | - |
| YUV | 91.28 | 201.77 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 91 | 222 | 0.81 | 0.59 | 0 | 0.13 | 223.67 | 0.73 | 0.52 |
| Hex | 2A | 5B | DE | 51 | 3B | 0 | D | E0 | 49 | 34 |
| Octal | 52 | 133 | 336 | 121 | 73 | 0 | 15 | 340 | 111 | 64 |
| Binary | 101010 | 1011011 | 11011110 | 1010001 | 111011 | 0 | 1101 | 11100000 | 1001001 | 110100 |
Color Harmonies of #2A5BDE
Complementary color
Monochromatic Colors of #2A5BDE
Black with #2A5BDE
Text Example
Text Example
White with #2A5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5BDE; }
p { color: rgb(42,91,222); }
H1.HeaderClassName
{
color: #2A5BDE;
}
.AnyTagClassName
{
color: #2A5BDE;
}
</style>
background-color css
<style>
a { background-color: #2A5BDE; }
a { background-color: rgb(42,91,222); }
div.DivClassName
{
background-color: #2A5BDE;
}
.BgClassName
{
background-color: #2A5BDE;
}
</style>
border-color css
<style>
span { border-color: #2A5BDE; }
span { border-color: rgb(42,91,222); }
td.TdClassName
{
border-color: #2A5BDE;
}
.TagClassName
{
border-color: #2A5BDE;
}
</style>