Shades of Royal Blue #2271E6
Tints of Royal Blue #2271E6
RGB
CMYK
RGB Variations
Color information
#2271E6 (or 0x2271E6) is known color: Royal Blue. HEX triplet: 22, 71 and E6. RGB value is (34,113,230). Sum of RGB (Red+Green+Blue) = 34+113+230=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #2271E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2271E6 is #DD8E19. Grayscale: #666666. Windows color (decimal): -14519834 or 15102242. OLE color: 15102242.
HSL color Cylindrical-coordinate representation of color #2271E6: hue angle of 215.82º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2271E6 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 113 | 230 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.10 |
| HSL | 215.82º | 0.8% | 0.52% | - |
| HSV(B) | 215.82º | 0.85% | 0.9% | - |
| XYZ | 20.85 | 17.86 | 77.21 | - |
| YUV | 102.72 | 199.83 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 230 | 0.85 | 0.51 | 0 | 0.10 | 215.82 | 0.8 | 0.52 |
| Hex | 22 | 71 | E6 | 55 | 33 | 0 | A | D8 | 50 | 34 |
| Octal | 42 | 161 | 346 | 125 | 63 | 0 | 12 | 330 | 120 | 64 |
| Binary | 100010 | 1110001 | 11100110 | 1010101 | 110011 | 0 | 1010 | 11011000 | 1010000 | 110100 |
Color Harmonies of #2271E6
Complementary color
Monochromatic Colors of #2271E6
Black with #2271E6
Text Example
Text Example
White with #2271E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2271E6; }
p { color: rgb(34,113,230); }
H1.HeaderClassName
{
color: #2271E6;
}
.AnyTagClassName
{
color: #2271E6;
}
</style>
background-color css
<style>
a { background-color: #2271E6; }
a { background-color: rgb(34,113,230); }
div.DivClassName
{
background-color: #2271E6;
}
.BgClassName
{
background-color: #2271E6;
}
</style>
border-color css
<style>
span { border-color: #2271E6; }
span { border-color: rgb(34,113,230); }
td.TdClassName
{
border-color: #2271E6;
}
.TagClassName
{
border-color: #2271E6;
}
</style>