Shades of Royal Blue #2A6BF7
Tints of Royal Blue #2A6BF7
RGB
CMYK
RGB Variations
Color information
#2A6BF7 (or 0x2A6BF7) is known color: Royal Blue. HEX triplet: 2A, 6B and F7. RGB value is (42,107,247). Sum of RGB (Red+Green+Blue) = 42+107+247=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 247 (96.88% from 255 or 62.37% from 396); Max value from RGB is 247 - color contains mainly: blue. Hex color #2A6BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BF7 is #D59408. Grayscale: #666666. Windows color (decimal): -13997065 or 16214826. OLE color: 16214826.
HSL color Cylindrical-coordinate representation of color #2A6BF7: hue angle of 220.98º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6BF7 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 107 | 247 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.03 |
| HSL | 220.98º | 0.93% | 0.57% | - |
| HSV(B) | 220.98º | 0.83% | 0.97% | - |
| XYZ | 23 | 17.72 | 90.2 | - |
| YUV | 103.53 | 208.97 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 247 | 0.83 | 0.57 | 0 | 0.03 | 220.98 | 0.93 | 0.57 |
| Hex | 2A | 6B | F7 | 53 | 39 | 0 | 3 | DD | 5D | 39 |
| Octal | 52 | 153 | 367 | 123 | 71 | 0 | 3 | 335 | 135 | 71 |
| Binary | 101010 | 1101011 | 11110111 | 1010011 | 111001 | 0 | 11 | 11011101 | 1011101 | 111001 |
Color Harmonies of #2A6BF7
Complementary color
Monochromatic Colors of #2A6BF7
Black with #2A6BF7
Text Example
Text Example
White with #2A6BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BF7; }
p { color: rgb(42,107,247); }
H1.HeaderClassName
{
color: #2A6BF7;
}
.AnyTagClassName
{
color: #2A6BF7;
}
</style>
background-color css
<style>
a { background-color: #2A6BF7; }
a { background-color: rgb(42,107,247); }
div.DivClassName
{
background-color: #2A6BF7;
}
.BgClassName
{
background-color: #2A6BF7;
}
</style>
border-color css
<style>
span { border-color: #2A6BF7; }
span { border-color: rgb(42,107,247); }
td.TdClassName
{
border-color: #2A6BF7;
}
.TagClassName
{
border-color: #2A6BF7;
}
</style>