Shades of Royal Blue #2A6DEC
Tints of Royal Blue #2A6DEC
RGB
CMYK
RGB Variations
Color information
#2A6DEC (or 0x2A6DEC) is known color: Royal Blue. HEX triplet: 2A, 6D and EC. RGB value is (42,109,236). Sum of RGB (Red+Green+Blue) = 42+109+236=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A6DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DEC is #D59213. Grayscale: #666666. Windows color (decimal): -13996564 or 15494442. OLE color: 15494442.
HSL color Cylindrical-coordinate representation of color #2A6DEC: hue angle of 219.28º 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 #2A6DEC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 109 | 236 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.07 |
| HSL | 219.28º | 0.84% | 0.55% | - |
| HSV(B) | 219.28º | 0.82% | 0.93% | - |
| XYZ | 21.56 | 17.49 | 81.6 | - |
| YUV | 103.45 | 202.8 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 236 | 0.82 | 0.54 | 0 | 0.07 | 219.28 | 0.84 | 0.55 |
| Hex | 2A | 6D | EC | 52 | 36 | 0 | 7 | DB | 54 | 37 |
| Octal | 52 | 155 | 354 | 122 | 66 | 0 | 7 | 333 | 124 | 67 |
| Binary | 101010 | 1101101 | 11101100 | 1010010 | 110110 | 0 | 111 | 11011011 | 1010100 | 110111 |
Color Harmonies of #2A6DEC
Complementary color
Monochromatic Colors of #2A6DEC
Black with #2A6DEC
Text Example
Text Example
White with #2A6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DEC; }
p { color: rgb(42,109,236); }
H1.HeaderClassName
{
color: #2A6DEC;
}
.AnyTagClassName
{
color: #2A6DEC;
}
</style>
background-color css
<style>
a { background-color: #2A6DEC; }
a { background-color: rgb(42,109,236); }
div.DivClassName
{
background-color: #2A6DEC;
}
.BgClassName
{
background-color: #2A6DEC;
}
</style>
border-color css
<style>
span { border-color: #2A6DEC; }
span { border-color: rgb(42,109,236); }
td.TdClassName
{
border-color: #2A6DEC;
}
.TagClassName
{
border-color: #2A6DEC;
}
</style>