Shades of Royal Blue #2A6ADF
Tints of Royal Blue #2A6ADF
RGB
CMYK
RGB Variations
Color information
#2A6ADF (or 0x2A6ADF) is known color: Royal Blue. HEX triplet: 2A, 6A and DF. RGB value is (42,106,223). Sum of RGB (Red+Green+Blue) = 42+106+223=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A6ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ADF is #D59520. Grayscale: #636363. Windows color (decimal): -13997345 or 14641706. OLE color: 14641706.
HSL color Cylindrical-coordinate representation of color #2A6ADF: hue angle of 218.78º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6ADF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 106 | 223 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.13 |
| HSL | 218.78º | 0.74% | 0.52% | - |
| HSV(B) | 218.78º | 0.81% | 0.87% | - |
| XYZ | 19.43 | 16.13 | 71.9 | - |
| YUV | 100.2 | 197.3 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 223 | 0.81 | 0.52 | 0 | 0.13 | 218.78 | 0.74 | 0.52 |
| Hex | 2A | 6A | DF | 51 | 34 | 0 | D | DB | 4A | 34 |
| Octal | 52 | 152 | 337 | 121 | 64 | 0 | 15 | 333 | 112 | 64 |
| Binary | 101010 | 1101010 | 11011111 | 1010001 | 110100 | 0 | 1101 | 11011011 | 1001010 | 110100 |
Color Harmonies of #2A6ADF
Complementary color
Monochromatic Colors of #2A6ADF
Black with #2A6ADF
Text Example
Text Example
White with #2A6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6ADF; }
p { color: rgb(42,106,223); }
H1.HeaderClassName
{
color: #2A6ADF;
}
.AnyTagClassName
{
color: #2A6ADF;
}
</style>
background-color css
<style>
a { background-color: #2A6ADF; }
a { background-color: rgb(42,106,223); }
div.DivClassName
{
background-color: #2A6ADF;
}
.BgClassName
{
background-color: #2A6ADF;
}
</style>
border-color css
<style>
span { border-color: #2A6ADF; }
span { border-color: rgb(42,106,223); }
td.TdClassName
{
border-color: #2A6ADF;
}
.TagClassName
{
border-color: #2A6ADF;
}
</style>