Shades of Royal Blue #2656EC
Tints of Royal Blue #2656EC
RGB
CMYK
RGB Variations
Color information
#2656EC (or 0x2656EC) is known color: Royal Blue. HEX triplet: 26, 56 and EC. RGB value is (38,86,236). Sum of RGB (Red+Green+Blue) = 38+86+236=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #2656EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2656EC is #D9A913. Grayscale: #585858. Windows color (decimal): -14264596 or 15488550. OLE color: 15488550.
HSL color Cylindrical-coordinate representation of color #2656EC: hue angle of 225.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2656EC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 86 | 236 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.07 |
| HSL | 225.45º | 0.84% | 0.54% | - |
| HSV(B) | 225.45º | 0.84% | 0.93% | - |
| XYZ | 19.27 | 13.12 | 80.87 | - |
| YUV | 88.75 | 211.1 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 236 | 0.84 | 0.64 | 0 | 0.07 | 225.45 | 0.84 | 0.54 |
| Hex | 26 | 56 | EC | 54 | 40 | 0 | 7 | E1 | 54 | 36 |
| Octal | 46 | 126 | 354 | 124 | 100 | 0 | 7 | 341 | 124 | 66 |
| Binary | 100110 | 1010110 | 11101100 | 1010100 | 1000000 | 0 | 111 | 11100001 | 1010100 | 110110 |
Color Harmonies of #2656EC
Complementary color
Monochromatic Colors of #2656EC
Black with #2656EC
Text Example
Text Example
White with #2656EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2656EC; }
p { color: rgb(38,86,236); }
H1.HeaderClassName
{
color: #2656EC;
}
.AnyTagClassName
{
color: #2656EC;
}
</style>
background-color css
<style>
a { background-color: #2656EC; }
a { background-color: rgb(38,86,236); }
div.DivClassName
{
background-color: #2656EC;
}
.BgClassName
{
background-color: #2656EC;
}
</style>
border-color css
<style>
span { border-color: #2656EC; }
span { border-color: rgb(38,86,236); }
td.TdClassName
{
border-color: #2656EC;
}
.TagClassName
{
border-color: #2656EC;
}
</style>