Shades of Royal Blue #2A6FFB
Tints of Royal Blue #2A6FFB
RGB
CMYK
RGB Variations
Color information
#2A6FFB (or 0x2A6FFB) is known color: Royal Blue. HEX triplet: 2A, 6F and FB. RGB value is (42,111,251). Sum of RGB (Red+Green+Blue) = 42+111+251=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6FFB is #D59004. Grayscale: #696969. Windows color (decimal): -13996037 or 16477994. OLE color: 16477994.
HSL color Cylindrical-coordinate representation of color #2A6FFB: hue angle of 220.19º 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 #2A6FFB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 111 | 251 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.02 |
| HSL | 220.19º | 0.96% | 0.57% | - |
| HSV(B) | 220.19º | 0.83% | 0.98% | - |
| XYZ | 24.05 | 18.83 | 93.63 | - |
| YUV | 106.33 | 209.64 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 251 | 0.83 | 0.56 | 0 | 0.02 | 220.19 | 0.96 | 0.57 |
| Hex | 2A | 6F | FB | 53 | 38 | 0 | 2 | DC | 60 | 39 |
| Octal | 52 | 157 | 373 | 123 | 70 | 0 | 2 | 334 | 140 | 71 |
| Binary | 101010 | 1101111 | 11111011 | 1010011 | 111000 | 0 | 10 | 11011100 | 1100000 | 111001 |
Color Harmonies of #2A6FFB
Complementary color
Monochromatic Colors of #2A6FFB
Black with #2A6FFB
Text Example
Text Example
White with #2A6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6FFB; }
p { color: rgb(42,111,251); }
H1.HeaderClassName
{
color: #2A6FFB;
}
.AnyTagClassName
{
color: #2A6FFB;
}
</style>
background-color css
<style>
a { background-color: #2A6FFB; }
a { background-color: rgb(42,111,251); }
div.DivClassName
{
background-color: #2A6FFB;
}
.BgClassName
{
background-color: #2A6FFB;
}
</style>
border-color css
<style>
span { border-color: #2A6FFB; }
span { border-color: rgb(42,111,251); }
td.TdClassName
{
border-color: #2A6FFB;
}
.TagClassName
{
border-color: #2A6FFB;
}
</style>