Shades of Royal Blue #2A6BFB
Tints of Royal Blue #2A6BFB
RGB
CMYK
RGB Variations
Color information
#2A6BFB (or 0x2A6BFB) is known color: Royal Blue. HEX triplet: 2A, 6B and FB. RGB value is (42,107,251). Sum of RGB (Red+Green+Blue) = 42+107+251=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A6BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BFB is #D59404. Grayscale: #676767. Windows color (decimal): -13997061 or 16476970. OLE color: 16476970.
HSL color Cylindrical-coordinate representation of color #2A6BFB: hue angle of 221.34º 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 #2A6BFB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 107 | 251 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.02 |
| HSL | 221.34º | 0.96% | 0.57% | - |
| HSV(B) | 221.34º | 0.83% | 0.98% | - |
| XYZ | 23.63 | 17.97 | 93.49 | - |
| YUV | 103.98 | 210.97 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 251 | 0.83 | 0.57 | 0 | 0.02 | 221.34 | 0.96 | 0.57 |
| Hex | 2A | 6B | FB | 53 | 39 | 0 | 2 | DD | 60 | 39 |
| Octal | 52 | 153 | 373 | 123 | 71 | 0 | 2 | 335 | 140 | 71 |
| Binary | 101010 | 1101011 | 11111011 | 1010011 | 111001 | 0 | 10 | 11011101 | 1100000 | 111001 |
Color Harmonies of #2A6BFB
Complementary color
Monochromatic Colors of #2A6BFB
Black with #2A6BFB
Text Example
Text Example
White with #2A6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BFB; }
p { color: rgb(42,107,251); }
H1.HeaderClassName
{
color: #2A6BFB;
}
.AnyTagClassName
{
color: #2A6BFB;
}
</style>
background-color css
<style>
a { background-color: #2A6BFB; }
a { background-color: rgb(42,107,251); }
div.DivClassName
{
background-color: #2A6BFB;
}
.BgClassName
{
background-color: #2A6BFB;
}
</style>
border-color css
<style>
span { border-color: #2A6BFB; }
span { border-color: rgb(42,107,251); }
td.TdClassName
{
border-color: #2A6BFB;
}
.TagClassName
{
border-color: #2A6BFB;
}
</style>