Shades of Royal Blue #2A6BE8
Tints of Royal Blue #2A6BE8
RGB
CMYK
RGB Variations
Color information
#2A6BE8 (or 0x2A6BE8) is known color: Royal Blue. HEX triplet: 2A, 6B and E8. RGB value is (42,107,232). Sum of RGB (Red+Green+Blue) = 42+107+232=381 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.02% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 232 (91.02% from 255 or 60.89% from 381); Max value from RGB is 232 - color contains mainly: blue. Hex color #2A6BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BE8 is #D59417. Grayscale: #656565. Windows color (decimal): -13997080 or 15231786. OLE color: 15231786.
HSL color Cylindrical-coordinate representation of color #2A6BE8: hue angle of 219.47º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6BE8 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 107 | 232 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.09 |
| HSL | 219.47º | 0.81% | 0.54% | - |
| HSV(B) | 219.47º | 0.82% | 0.91% | - |
| XYZ | 20.78 | 16.83 | 78.5 | - |
| YUV | 101.82 | 201.47 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 232 | 0.82 | 0.54 | 0 | 0.09 | 219.47 | 0.81 | 0.54 |
| Hex | 2A | 6B | E8 | 52 | 36 | 0 | 9 | DB | 51 | 36 |
| Octal | 52 | 153 | 350 | 122 | 66 | 0 | 11 | 333 | 121 | 66 |
| Binary | 101010 | 1101011 | 11101000 | 1010010 | 110110 | 0 | 1001 | 11011011 | 1010001 | 110110 |
Color Harmonies of #2A6BE8
Complementary color
Monochromatic Colors of #2A6BE8
Black with #2A6BE8
Text Example
Text Example
White with #2A6BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6BE8; }
p { color: rgb(42,107,232); }
H1.HeaderClassName
{
color: #2A6BE8;
}
.AnyTagClassName
{
color: #2A6BE8;
}
</style>
background-color css
<style>
a { background-color: #2A6BE8; }
a { background-color: rgb(42,107,232); }
div.DivClassName
{
background-color: #2A6BE8;
}
.BgClassName
{
background-color: #2A6BE8;
}
</style>
border-color css
<style>
span { border-color: #2A6BE8; }
span { border-color: rgb(42,107,232); }
td.TdClassName
{
border-color: #2A6BE8;
}
.TagClassName
{
border-color: #2A6BE8;
}
</style>