Shades of Royal Blue #2671DC
Tints of Royal Blue #2671DC
RGB
CMYK
RGB Variations
Color information
#2671DC (or 0x2671DC) is known color: Royal Blue. HEX triplet: 26, 71 and DC. RGB value is (38,113,220). Sum of RGB (Red+Green+Blue) = 38+113+220=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2671DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2671DC is #D98E23. Grayscale: #666666. Windows color (decimal): -14257700 or 14446886. OLE color: 14446886.
HSL color Cylindrical-coordinate representation of color #2671DC: hue angle of 215.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2671DC is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 113 | 220 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.14 |
| HSL | 215.27º | 0.72% | 0.51% | - |
| HSV(B) | 215.27º | 0.83% | 0.86% | - |
| XYZ | 19.62 | 17.39 | 70.03 | - |
| YUV | 102.77 | 194.15 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 220 | 0.83 | 0.49 | 0 | 0.14 | 215.27 | 0.72 | 0.51 |
| Hex | 26 | 71 | DC | 53 | 31 | 0 | E | D7 | 48 | 33 |
| Octal | 46 | 161 | 334 | 123 | 61 | 0 | 16 | 327 | 110 | 63 |
| Binary | 100110 | 1110001 | 11011100 | 1010011 | 110001 | 0 | 1110 | 11010111 | 1001000 | 110011 |
Color Harmonies of #2671DC
Complementary color
Monochromatic Colors of #2671DC
Black with #2671DC
Text Example
Text Example
White with #2671DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2671DC; }
p { color: rgb(38,113,220); }
H1.HeaderClassName
{
color: #2671DC;
}
.AnyTagClassName
{
color: #2671DC;
}
</style>
background-color css
<style>
a { background-color: #2671DC; }
a { background-color: rgb(38,113,220); }
div.DivClassName
{
background-color: #2671DC;
}
.BgClassName
{
background-color: #2671DC;
}
</style>
border-color css
<style>
span { border-color: #2671DC; }
span { border-color: rgb(38,113,220); }
td.TdClassName
{
border-color: #2671DC;
}
.TagClassName
{
border-color: #2671DC;
}
</style>