Shades of Royal Blue #2A6BFF
Tints of Royal Blue #2A6BFF
RGB
CMYK
RGB Variations
Color information
#2A6BFF (or 0x2A6BFF) is known color: Royal Blue. HEX triplet: 2A, 6B and FF. RGB value is (42,107,255). Sum of RGB (Red+Green+Blue) = 42+107+255=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A6BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BFF is #D59400. Grayscale: #676767. Windows color (decimal): -13997057 or 16739114. OLE color: 16739114.
HSL color Cylindrical-coordinate representation of color #2A6BFF: hue angle of 221.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A6BFF is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 107 | 255 | - |
| CMYK | 0.84 | 0.58 | 0 | 0 |
| HSL | 221.69º | 1% | 0.58% | - |
| HSV(B) | 221.69º | 0.84% | 1% | - |
| XYZ | 24.26 | 18.23 | 96.85 | - |
| YUV | 104.44 | 212.97 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 255 | 0.84 | 0.58 | 0 | 0 | 221.69 | 1 | 0.58 |
| Hex | 2A | 6B | FF | 54 | 3A | 0 | 0 | DE | 64 | 3A |
| Octal | 52 | 153 | 377 | 124 | 72 | 0 | 0 | 336 | 144 | 72 |
| Binary | 101010 | 1101011 | 11111111 | 1010100 | 111010 | 0 | 0 | 11011110 | 1100100 | 111010 |
Color Harmonies of #2A6BFF
Complementary color
Monochromatic Colors of #2A6BFF
Black with #2A6BFF
Text Example
Text Example
White with #2A6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BFF; }
p { color: rgb(42,107,255); }
H1.HeaderClassName
{
color: #2A6BFF;
}
.AnyTagClassName
{
color: #2A6BFF;
}
</style>
background-color css
<style>
a { background-color: #2A6BFF; }
a { background-color: rgb(42,107,255); }
div.DivClassName
{
background-color: #2A6BFF;
}
.BgClassName
{
background-color: #2A6BFF;
}
</style>
border-color css
<style>
span { border-color: #2A6BFF; }
span { border-color: rgb(42,107,255); }
td.TdClassName
{
border-color: #2A6BFF;
}
.TagClassName
{
border-color: #2A6BFF;
}
</style>