Shades of Royal Blue #2A6CFE
Tints of Royal Blue #2A6CFE
RGB
CMYK
RGB Variations
Color information
#2A6CFE (or 0x2A6CFE) is known color: Royal Blue. HEX triplet: 2A, 6C and FE. RGB value is (42,108,254). Sum of RGB (Red+Green+Blue) = 42+108+254=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #2A6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6CFE is #D59301. Grayscale: #686868. Windows color (decimal): -13996802 or 16673834. OLE color: 16673834.
HSL color Cylindrical-coordinate representation of color #2A6CFE: hue angle of 221.32º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6CFE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 108 | 254 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.00 |
| HSL | 221.32º | 0.99% | 0.58% | - |
| HSV(B) | 221.32º | 0.83% | 1% | - |
| XYZ | 24.21 | 18.37 | 96.04 | - |
| YUV | 104.91 | 212.13 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 254 | 0.83 | 0.57 | 0 | 0.00 | 221.32 | 0.99 | 0.58 |
| Hex | 2A | 6C | FE | 53 | 39 | 0 | 0 | DD | 63 | 3A |
| Octal | 52 | 154 | 376 | 123 | 71 | 0 | 0 | 335 | 143 | 72 |
| Binary | 101010 | 1101100 | 11111110 | 1010011 | 111001 | 0 | 0 | 11011101 | 1100011 | 111010 |
Color Harmonies of #2A6CFE
Complementary color
Monochromatic Colors of #2A6CFE
Black with #2A6CFE
Text Example
Text Example
White with #2A6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6CFE; }
p { color: rgb(42,108,254); }
H1.HeaderClassName
{
color: #2A6CFE;
}
.AnyTagClassName
{
color: #2A6CFE;
}
</style>
background-color css
<style>
a { background-color: #2A6CFE; }
a { background-color: rgb(42,108,254); }
div.DivClassName
{
background-color: #2A6CFE;
}
.BgClassName
{
background-color: #2A6CFE;
}
</style>
border-color css
<style>
span { border-color: #2A6CFE; }
span { border-color: rgb(42,108,254); }
td.TdClassName
{
border-color: #2A6CFE;
}
.TagClassName
{
border-color: #2A6CFE;
}
</style>