Shades of Royal Blue #2A6BFA
Tints of Royal Blue #2A6BFA
RGB
CMYK
RGB Variations
Color information
#2A6BFA (or 0x2A6BFA) is known color: Royal Blue. HEX triplet: 2A, 6B and FA. RGB value is (42,107,250). Sum of RGB (Red+Green+Blue) = 42+107+250=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A6BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BFA is #D59405. Grayscale: #676767. Windows color (decimal): -13997062 or 16411434. OLE color: 16411434.
HSL color Cylindrical-coordinate representation of color #2A6BFA: hue angle of 221.25º degrees, saturation: 0.95, 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 #2A6BFA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 107 | 250 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.02 |
| HSL | 221.25º | 0.95% | 0.57% | - |
| HSV(B) | 221.25º | 0.83% | 0.98% | - |
| XYZ | 23.47 | 17.91 | 92.66 | - |
| YUV | 103.87 | 210.47 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 250 | 0.83 | 0.57 | 0 | 0.02 | 221.25 | 0.95 | 0.57 |
| Hex | 2A | 6B | FA | 53 | 39 | 0 | 2 | DD | 5F | 39 |
| Octal | 52 | 153 | 372 | 123 | 71 | 0 | 2 | 335 | 137 | 71 |
| Binary | 101010 | 1101011 | 11111010 | 1010011 | 111001 | 0 | 10 | 11011101 | 1011111 | 111001 |
Color Harmonies of #2A6BFA
Complementary color
Monochromatic Colors of #2A6BFA
Black with #2A6BFA
Text Example
Text Example
White with #2A6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BFA; }
p { color: rgb(42,107,250); }
H1.HeaderClassName
{
color: #2A6BFA;
}
.AnyTagClassName
{
color: #2A6BFA;
}
</style>
background-color css
<style>
a { background-color: #2A6BFA; }
a { background-color: rgb(42,107,250); }
div.DivClassName
{
background-color: #2A6BFA;
}
.BgClassName
{
background-color: #2A6BFA;
}
</style>
border-color css
<style>
span { border-color: #2A6BFA; }
span { border-color: rgb(42,107,250); }
td.TdClassName
{
border-color: #2A6BFA;
}
.TagClassName
{
border-color: #2A6BFA;
}
</style>