Shades of Royal Blue #2A6FDA
Tints of Royal Blue #2A6FDA
RGB
CMYK
RGB Variations
Color information
#2A6FDA (or 0x2A6FDA) is known color: Royal Blue. HEX triplet: 2A, 6F and DA. RGB value is (42,111,218). Sum of RGB (Red+Green+Blue) = 42+111+218=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A6FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6FDA is #D59025. Grayscale: #666666. Windows color (decimal): -13996070 or 14315306. OLE color: 14315306.
HSL color Cylindrical-coordinate representation of color #2A6FDA: hue angle of 216.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6FDA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 111 | 218 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.15 |
| HSL | 216.48º | 0.7% | 0.51% | - |
| HSV(B) | 216.48º | 0.81% | 0.85% | - |
| XYZ | 19.29 | 16.92 | 68.58 | - |
| YUV | 102.57 | 193.14 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 218 | 0.81 | 0.49 | 0 | 0.15 | 216.48 | 0.7 | 0.51 |
| Hex | 2A | 6F | DA | 51 | 31 | 0 | F | D8 | 46 | 33 |
| Octal | 52 | 157 | 332 | 121 | 61 | 0 | 17 | 330 | 106 | 63 |
| Binary | 101010 | 1101111 | 11011010 | 1010001 | 110001 | 0 | 1111 | 11011000 | 1000110 | 110011 |
Color Harmonies of #2A6FDA
Complementary color
Monochromatic Colors of #2A6FDA
Black with #2A6FDA
Text Example
Text Example
White with #2A6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6FDA; }
p { color: rgb(42,111,218); }
H1.HeaderClassName
{
color: #2A6FDA;
}
.AnyTagClassName
{
color: #2A6FDA;
}
</style>
background-color css
<style>
a { background-color: #2A6FDA; }
a { background-color: rgb(42,111,218); }
div.DivClassName
{
background-color: #2A6FDA;
}
.BgClassName
{
background-color: #2A6FDA;
}
</style>
border-color css
<style>
span { border-color: #2A6FDA; }
span { border-color: rgb(42,111,218); }
td.TdClassName
{
border-color: #2A6FDA;
}
.TagClassName
{
border-color: #2A6FDA;
}
</style>