Shades of Royal Blue #2671EC
Tints of Royal Blue #2671EC
RGB
CMYK
RGB Variations
Color information
#2671EC (or 0x2671EC) is known color: Royal Blue. HEX triplet: 26, 71 and EC. RGB value is (38,113,236). Sum of RGB (Red+Green+Blue) = 38+113+236=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2671EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671EC is #D98E13. Grayscale: #686868. Windows color (decimal): -14257684 or 15495462. OLE color: 15495462.
HSL color Cylindrical-coordinate representation of color #2671EC: hue angle of 217.27º 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 #2671EC is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 113 | 236 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.07 |
| HSL | 217.27º | 0.84% | 0.54% | - |
| HSV(B) | 217.27º | 0.84% | 0.93% | - |
| XYZ | 21.84 | 18.28 | 81.73 | - |
| YUV | 104.6 | 202.15 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 236 | 0.84 | 0.52 | 0 | 0.07 | 217.27 | 0.84 | 0.54 |
| Hex | 26 | 71 | EC | 54 | 34 | 0 | 7 | D9 | 54 | 36 |
| Octal | 46 | 161 | 354 | 124 | 64 | 0 | 7 | 331 | 124 | 66 |
| Binary | 100110 | 1110001 | 11101100 | 1010100 | 110100 | 0 | 111 | 11011001 | 1010100 | 110110 |
Color Harmonies of #2671EC
Complementary color
Monochromatic Colors of #2671EC
Black with #2671EC
Text Example
Text Example
White with #2671EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671EC; }
p { color: rgb(38,113,236); }
H1.HeaderClassName
{
color: #2671EC;
}
.AnyTagClassName
{
color: #2671EC;
}
</style>
background-color css
<style>
a { background-color: #2671EC; }
a { background-color: rgb(38,113,236); }
div.DivClassName
{
background-color: #2671EC;
}
.BgClassName
{
background-color: #2671EC;
}
</style>
border-color css
<style>
span { border-color: #2671EC; }
span { border-color: rgb(38,113,236); }
td.TdClassName
{
border-color: #2671EC;
}
.TagClassName
{
border-color: #2671EC;
}
</style>