Shades of Royal Blue #2A6EFB
Tints of Royal Blue #2A6EFB
RGB
CMYK
RGB Variations
Color information
#2A6EFB (or 0x2A6EFB) is known color: Royal Blue. HEX triplet: 2A, 6E and FB. RGB value is (42,110,251). Sum of RGB (Red+Green+Blue) = 42+110+251=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A6EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6EFB is #D59104. Grayscale: #696969. Windows color (decimal): -13996293 or 16477738. OLE color: 16477738.
HSL color Cylindrical-coordinate representation of color #2A6EFB: hue angle of 220.48º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6EFB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 110 | 251 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.02 |
| HSL | 220.48º | 0.96% | 0.57% | - |
| HSV(B) | 220.48º | 0.83% | 0.98% | - |
| XYZ | 23.94 | 18.61 | 93.6 | - |
| YUV | 105.74 | 209.97 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 251 | 0.83 | 0.56 | 0 | 0.02 | 220.48 | 0.96 | 0.57 |
| Hex | 2A | 6E | FB | 53 | 38 | 0 | 2 | DC | 60 | 39 |
| Octal | 52 | 156 | 373 | 123 | 70 | 0 | 2 | 334 | 140 | 71 |
| Binary | 101010 | 1101110 | 11111011 | 1010011 | 111000 | 0 | 10 | 11011100 | 1100000 | 111001 |
Color Harmonies of #2A6EFB
Complementary color
Monochromatic Colors of #2A6EFB
Black with #2A6EFB
Text Example
Text Example
White with #2A6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6EFB; }
p { color: rgb(42,110,251); }
H1.HeaderClassName
{
color: #2A6EFB;
}
.AnyTagClassName
{
color: #2A6EFB;
}
</style>
background-color css
<style>
a { background-color: #2A6EFB; }
a { background-color: rgb(42,110,251); }
div.DivClassName
{
background-color: #2A6EFB;
}
.BgClassName
{
background-color: #2A6EFB;
}
</style>
border-color css
<style>
span { border-color: #2A6EFB; }
span { border-color: rgb(42,110,251); }
td.TdClassName
{
border-color: #2A6EFB;
}
.TagClassName
{
border-color: #2A6EFB;
}
</style>