Shades of Royal Blue #2A6EEF
Tints of Royal Blue #2A6EEF
RGB
CMYK
RGB Variations
Color information
#2A6EEF (or 0x2A6EEF) is known color: Royal Blue. HEX triplet: 2A, 6E and EF. RGB value is (42,110,239). Sum of RGB (Red+Green+Blue) = 42+110+239=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A6EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6EEF is #D59110. Grayscale: #676767. Windows color (decimal): -13996305 or 15691306. OLE color: 15691306.
HSL color Cylindrical-coordinate representation of color #2A6EEF: hue angle of 219.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6EEF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 110 | 239 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.06 |
| HSL | 219.29º | 0.86% | 0.55% | - |
| HSV(B) | 219.29º | 0.82% | 0.94% | - |
| XYZ | 22.11 | 17.88 | 83.95 | - |
| YUV | 104.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 239 | 0.82 | 0.54 | 0 | 0.06 | 219.29 | 0.86 | 0.55 |
| Hex | 2A | 6E | EF | 52 | 36 | 0 | 6 | DB | 56 | 37 |
| Octal | 52 | 156 | 357 | 122 | 66 | 0 | 6 | 333 | 126 | 67 |
| Binary | 101010 | 1101110 | 11101111 | 1010010 | 110110 | 0 | 110 | 11011011 | 1010110 | 110111 |
Color Harmonies of #2A6EEF
Complementary color
Monochromatic Colors of #2A6EEF
Black with #2A6EEF
Text Example
Text Example
White with #2A6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6EEF; }
p { color: rgb(42,110,239); }
H1.HeaderClassName
{
color: #2A6EEF;
}
.AnyTagClassName
{
color: #2A6EEF;
}
</style>
background-color css
<style>
a { background-color: #2A6EEF; }
a { background-color: rgb(42,110,239); }
div.DivClassName
{
background-color: #2A6EEF;
}
.BgClassName
{
background-color: #2A6EEF;
}
</style>
border-color css
<style>
span { border-color: #2A6EEF; }
span { border-color: rgb(42,110,239); }
td.TdClassName
{
border-color: #2A6EEF;
}
.TagClassName
{
border-color: #2A6EEF;
}
</style>