Shades of Royal Blue #2A6DF6
Tints of Royal Blue #2A6DF6
RGB
CMYK
RGB Variations
Color information
#2A6DF6 (or 0x2A6DF6) is known color: Royal Blue. HEX triplet: 2A, 6D and F6. RGB value is (42,109,246). Sum of RGB (Red+Green+Blue) = 42+109+246=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #2A6DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DF6 is #D59209. Grayscale: #676767. Windows color (decimal): -13996554 or 16149802. OLE color: 16149802.
HSL color Cylindrical-coordinate representation of color #2A6DF6: hue angle of 220.29º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6DF6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 109 | 246 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.04 |
| HSL | 220.29º | 0.92% | 0.56% | - |
| HSV(B) | 220.29º | 0.83% | 0.96% | - |
| XYZ | 23.06 | 18.08 | 89.46 | - |
| YUV | 104.59 | 207.8 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 246 | 0.83 | 0.56 | 0 | 0.04 | 220.29 | 0.92 | 0.56 |
| Hex | 2A | 6D | F6 | 53 | 38 | 0 | 4 | DC | 5C | 38 |
| Octal | 52 | 155 | 366 | 123 | 70 | 0 | 4 | 334 | 134 | 70 |
| Binary | 101010 | 1101101 | 11110110 | 1010011 | 111000 | 0 | 100 | 11011100 | 1011100 | 111000 |
Color Harmonies of #2A6DF6
Complementary color
Monochromatic Colors of #2A6DF6
Black with #2A6DF6
Text Example
Text Example
White with #2A6DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DF6; }
p { color: rgb(42,109,246); }
H1.HeaderClassName
{
color: #2A6DF6;
}
.AnyTagClassName
{
color: #2A6DF6;
}
</style>
background-color css
<style>
a { background-color: #2A6DF6; }
a { background-color: rgb(42,109,246); }
div.DivClassName
{
background-color: #2A6DF6;
}
.BgClassName
{
background-color: #2A6DF6;
}
</style>
border-color css
<style>
span { border-color: #2A6DF6; }
span { border-color: rgb(42,109,246); }
td.TdClassName
{
border-color: #2A6DF6;
}
.TagClassName
{
border-color: #2A6DF6;
}
</style>