Shades of Royal Blue #2A75DD
Tints of Royal Blue #2A75DD
RGB
CMYK
RGB Variations
Color information
#2A75DD (or 0x2A75DD) is known color: Royal Blue. HEX triplet: 2A, 75 and DD. RGB value is (42,117,221). Sum of RGB (Red+Green+Blue) = 42+117+221=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A75DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A75DD is #D58A22. Grayscale: #696969. Windows color (decimal): -13994531 or 14513450. OLE color: 14513450.
HSL color Cylindrical-coordinate representation of color #2A75DD: hue angle of 214.86º degrees, saturation: 0.72, 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 #2A75DD is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 117 | 221 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.13 |
| HSL | 214.86º | 0.72% | 0.52% | - |
| HSV(B) | 214.86º | 0.81% | 0.87% | - |
| XYZ | 20.37 | 18.44 | 70.89 | - |
| YUV | 106.43 | 192.65 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 221 | 0.81 | 0.47 | 0 | 0.13 | 214.86 | 0.72 | 0.52 |
| Hex | 2A | 75 | DD | 51 | 2F | 0 | D | D7 | 48 | 34 |
| Octal | 52 | 165 | 335 | 121 | 57 | 0 | 15 | 327 | 110 | 64 |
| Binary | 101010 | 1110101 | 11011101 | 1010001 | 101111 | 0 | 1101 | 11010111 | 1001000 | 110100 |
Color Harmonies of #2A75DD
Complementary color
Monochromatic Colors of #2A75DD
Black with #2A75DD
Text Example
Text Example
White with #2A75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A75DD; }
p { color: rgb(42,117,221); }
H1.HeaderClassName
{
color: #2A75DD;
}
.AnyTagClassName
{
color: #2A75DD;
}
</style>
background-color css
<style>
a { background-color: #2A75DD; }
a { background-color: rgb(42,117,221); }
div.DivClassName
{
background-color: #2A75DD;
}
.BgClassName
{
background-color: #2A75DD;
}
</style>
border-color css
<style>
span { border-color: #2A75DD; }
span { border-color: rgb(42,117,221); }
td.TdClassName
{
border-color: #2A75DD;
}
.TagClassName
{
border-color: #2A75DD;
}
</style>