Shades of Royal Blue #2671EF
Tints of Royal Blue #2671EF
RGB
CMYK
RGB Variations
Color information
#2671EF (or 0x2671EF) is known color: Royal Blue. HEX triplet: 26, 71 and EF. RGB value is (38,113,239). Sum of RGB (Red+Green+Blue) = 38+113+239=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #2671EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2671EF is #D98E10. Grayscale: #686868. Windows color (decimal): -14257681 or 15692070. OLE color: 15692070.
HSL color Cylindrical-coordinate representation of color #2671EF: hue angle of 217.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2671EF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 113 | 239 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.06 |
| HSL | 217.61º | 0.86% | 0.54% | - |
| HSV(B) | 217.61º | 0.84% | 0.94% | - |
| XYZ | 22.28 | 18.45 | 84.05 | - |
| YUV | 104.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 239 | 0.84 | 0.53 | 0 | 0.06 | 217.61 | 0.86 | 0.54 |
| Hex | 26 | 71 | EF | 54 | 35 | 0 | 6 | DA | 56 | 36 |
| Octal | 46 | 161 | 357 | 124 | 65 | 0 | 6 | 332 | 126 | 66 |
| Binary | 100110 | 1110001 | 11101111 | 1010100 | 110101 | 0 | 110 | 11011010 | 1010110 | 110110 |
Color Harmonies of #2671EF
Complementary color
Monochromatic Colors of #2671EF
Black with #2671EF
Text Example
Text Example
White with #2671EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671EF; }
p { color: rgb(38,113,239); }
H1.HeaderClassName
{
color: #2671EF;
}
.AnyTagClassName
{
color: #2671EF;
}
</style>
background-color css
<style>
a { background-color: #2671EF; }
a { background-color: rgb(38,113,239); }
div.DivClassName
{
background-color: #2671EF;
}
.BgClassName
{
background-color: #2671EF;
}
</style>
border-color css
<style>
span { border-color: #2671EF; }
span { border-color: rgb(38,113,239); }
td.TdClassName
{
border-color: #2671EF;
}
.TagClassName
{
border-color: #2671EF;
}
</style>