Shades of Royal Blue #2A6CEB
Tints of Royal Blue #2A6CEB
RGB
CMYK
RGB Variations
Color information
#2A6CEB (or 0x2A6CEB) is known color: Royal Blue. HEX triplet: 2A, 6C and EB. RGB value is (42,108,235). Sum of RGB (Red+Green+Blue) = 42+108+235=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A6CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6CEB is #D59314. Grayscale: #666666. Windows color (decimal): -13996821 or 15428650. OLE color: 15428650.
HSL color Cylindrical-coordinate representation of color #2A6CEB: hue angle of 219.48º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6CEB is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 108 | 235 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.08 |
| HSL | 219.48º | 0.83% | 0.54% | - |
| HSV(B) | 219.48º | 0.82% | 0.92% | - |
| XYZ | 21.31 | 17.22 | 80.8 | - |
| YUV | 102.74 | 202.63 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 108 | 235 | 0.82 | 0.54 | 0 | 0.08 | 219.48 | 0.83 | 0.54 |
| Hex | 2A | 6C | EB | 52 | 36 | 0 | 8 | DB | 53 | 36 |
| Octal | 52 | 154 | 353 | 122 | 66 | 0 | 10 | 333 | 123 | 66 |
| Binary | 101010 | 1101100 | 11101011 | 1010010 | 110110 | 0 | 1000 | 11011011 | 1010011 | 110110 |
Color Harmonies of #2A6CEB
Complementary color
Monochromatic Colors of #2A6CEB
Black with #2A6CEB
Text Example
Text Example
White with #2A6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6CEB; }
p { color: rgb(42,108,235); }
H1.HeaderClassName
{
color: #2A6CEB;
}
.AnyTagClassName
{
color: #2A6CEB;
}
</style>
background-color css
<style>
a { background-color: #2A6CEB; }
a { background-color: rgb(42,108,235); }
div.DivClassName
{
background-color: #2A6CEB;
}
.BgClassName
{
background-color: #2A6CEB;
}
</style>
border-color css
<style>
span { border-color: #2A6CEB; }
span { border-color: rgb(42,108,235); }
td.TdClassName
{
border-color: #2A6CEB;
}
.TagClassName
{
border-color: #2A6CEB;
}
</style>