Shades of Royal Blue #2A75ED
Tints of Royal Blue #2A75ED
RGB
CMYK
RGB Variations
Color information
#2A75ED (or 0x2A75ED) is known color: Royal Blue. HEX triplet: 2A, 75 and ED. RGB value is (42,117,237). Sum of RGB (Red+Green+Blue) = 42+117+237=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A75ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A75ED is #D58A12. Grayscale: #6B6B6B. Windows color (decimal): -13994515 or 15562026. OLE color: 15562026.
HSL color Cylindrical-coordinate representation of color #2A75ED: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A75ED is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 117 | 237 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.07 |
| HSL | 216.92º | 0.84% | 0.55% | - |
| HSV(B) | 216.92º | 0.82% | 0.93% | - |
| XYZ | 22.6 | 19.33 | 82.66 | - |
| YUV | 108.26 | 200.65 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 237 | 0.82 | 0.51 | 0 | 0.07 | 216.92 | 0.84 | 0.55 |
| Hex | 2A | 75 | ED | 52 | 33 | 0 | 7 | D9 | 54 | 37 |
| Octal | 52 | 165 | 355 | 122 | 63 | 0 | 7 | 331 | 124 | 67 |
| Binary | 101010 | 1110101 | 11101101 | 1010010 | 110011 | 0 | 111 | 11011001 | 1010100 | 110111 |
Color Harmonies of #2A75ED
Complementary color
Monochromatic Colors of #2A75ED
Black with #2A75ED
Text Example
Text Example
White with #2A75ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A75ED; }
p { color: rgb(42,117,237); }
H1.HeaderClassName
{
color: #2A75ED;
}
.AnyTagClassName
{
color: #2A75ED;
}
</style>
background-color css
<style>
a { background-color: #2A75ED; }
a { background-color: rgb(42,117,237); }
div.DivClassName
{
background-color: #2A75ED;
}
.BgClassName
{
background-color: #2A75ED;
}
</style>
border-color css
<style>
span { border-color: #2A75ED; }
span { border-color: rgb(42,117,237); }
td.TdClassName
{
border-color: #2A75ED;
}
.TagClassName
{
border-color: #2A75ED;
}
</style>