Shades of Royal Blue #2A6CFB
Tints of Royal Blue #2A6CFB
RGB
CMYK
RGB Variations
Color information
#2A6CFB (or 0x2A6CFB) is known color: Royal Blue. HEX triplet: 2A, 6C and FB. RGB value is (42,108,251). Sum of RGB (Red+Green+Blue) = 42+108+251=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A6CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6CFB is #D59304. Grayscale: #676767. Windows color (decimal): -13996805 or 16477226. OLE color: 16477226.
HSL color Cylindrical-coordinate representation of color #2A6CFB: hue angle of 221.05º 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 #2A6CFB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 108 | 251 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.02 |
| HSL | 221.05º | 0.96% | 0.57% | - |
| HSV(B) | 221.05º | 0.83% | 0.98% | - |
| XYZ | 23.73 | 18.18 | 93.53 | - |
| YUV | 104.57 | 210.63 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 251 | 0.83 | 0.57 | 0 | 0.02 | 221.05 | 0.96 | 0.57 |
| Hex | 2A | 6C | FB | 53 | 39 | 0 | 2 | DD | 60 | 39 |
| Octal | 52 | 154 | 373 | 123 | 71 | 0 | 2 | 335 | 140 | 71 |
| Binary | 101010 | 1101100 | 11111011 | 1010011 | 111001 | 0 | 10 | 11011101 | 1100000 | 111001 |
Color Harmonies of #2A6CFB
Complementary color
Monochromatic Colors of #2A6CFB
Black with #2A6CFB
Text Example
Text Example
White with #2A6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6CFB; }
p { color: rgb(42,108,251); }
H1.HeaderClassName
{
color: #2A6CFB;
}
.AnyTagClassName
{
color: #2A6CFB;
}
</style>
background-color css
<style>
a { background-color: #2A6CFB; }
a { background-color: rgb(42,108,251); }
div.DivClassName
{
background-color: #2A6CFB;
}
.BgClassName
{
background-color: #2A6CFB;
}
</style>
border-color css
<style>
span { border-color: #2A6CFB; }
span { border-color: rgb(42,108,251); }
td.TdClassName
{
border-color: #2A6CFB;
}
.TagClassName
{
border-color: #2A6CFB;
}
</style>