Shades of Royal Blue #2A6DF0
Tints of Royal Blue #2A6DF0
RGB
CMYK
RGB Variations
Color information
#2A6DF0 (or 0x2A6DF0) is known color: Royal Blue. HEX triplet: 2A, 6D and F0. RGB value is (42,109,240). Sum of RGB (Red+Green+Blue) = 42+109+240=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #2A6DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DF0 is #D5920F. Grayscale: #676767. Windows color (decimal): -13996560 or 15756586. OLE color: 15756586.
HSL color Cylindrical-coordinate representation of color #2A6DF0: hue angle of 219.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6DF0 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 109 | 240 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.06 |
| HSL | 219.7º | 0.87% | 0.55% | - |
| HSV(B) | 219.7º | 0.83% | 0.94% | - |
| XYZ | 22.15 | 17.72 | 84.69 | - |
| YUV | 103.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 109 | 240 | 0.82 | 0.55 | 0 | 0.06 | 219.7 | 0.87 | 0.55 |
| Hex | 2A | 6D | F0 | 52 | 37 | 0 | 6 | DC | 57 | 37 |
| Octal | 52 | 155 | 360 | 122 | 67 | 0 | 6 | 334 | 127 | 67 |
| Binary | 101010 | 1101101 | 11110000 | 1010010 | 110111 | 0 | 110 | 11011100 | 1010111 | 110111 |
Color Harmonies of #2A6DF0
Complementary color
Monochromatic Colors of #2A6DF0
Black with #2A6DF0
Text Example
Text Example
White with #2A6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6DF0; }
p { color: rgb(42,109,240); }
H1.HeaderClassName
{
color: #2A6DF0;
}
.AnyTagClassName
{
color: #2A6DF0;
}
</style>
background-color css
<style>
a { background-color: #2A6DF0; }
a { background-color: rgb(42,109,240); }
div.DivClassName
{
background-color: #2A6DF0;
}
.BgClassName
{
background-color: #2A6DF0;
}
</style>
border-color css
<style>
span { border-color: #2A6DF0; }
span { border-color: rgb(42,109,240); }
td.TdClassName
{
border-color: #2A6DF0;
}
.TagClassName
{
border-color: #2A6DF0;
}
</style>