Shades of Royal Blue #2247ED
Tints of Royal Blue #2247ED
RGB
CMYK
RGB Variations
Color information
#2247ED (or 0x2247ED) is known color: Royal Blue. HEX triplet: 22, 47 and ED. RGB value is (34,71,237). Sum of RGB (Red+Green+Blue) = 34+71+237=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #2247ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2247ED is #DDB812. Grayscale: #4E4E4E. Windows color (decimal): -14530579 or 15550242. OLE color: 15550242.
HSL color Cylindrical-coordinate representation of color #2247ED: hue angle of 229.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2247ED is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 71 | 237 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.07 |
| HSL | 229.06º | 0.85% | 0.53% | - |
| HSV(B) | 229.06º | 0.86% | 0.93% | - |
| XYZ | 18.2 | 10.96 | 81.28 | - |
| YUV | 78.86 | 217.24 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 237 | 0.86 | 0.70 | 0 | 0.07 | 229.06 | 0.85 | 0.53 |
| Hex | 22 | 47 | ED | 56 | 46 | 0 | 7 | E5 | 55 | 35 |
| Octal | 42 | 107 | 355 | 126 | 106 | 0 | 7 | 345 | 125 | 65 |
| Binary | 100010 | 1000111 | 11101101 | 1010110 | 1000110 | 0 | 111 | 11100101 | 1010101 | 110101 |
Color Harmonies of #2247ED
Complementary color
Monochromatic Colors of #2247ED
Black with #2247ED
Text Example
Text Example
White with #2247ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247ED; }
p { color: rgb(34,71,237); }
H1.HeaderClassName
{
color: #2247ED;
}
.AnyTagClassName
{
color: #2247ED;
}
</style>
background-color css
<style>
a { background-color: #2247ED; }
a { background-color: rgb(34,71,237); }
div.DivClassName
{
background-color: #2247ED;
}
.BgClassName
{
background-color: #2247ED;
}
</style>
border-color css
<style>
span { border-color: #2247ED; }
span { border-color: rgb(34,71,237); }
td.TdClassName
{
border-color: #2247ED;
}
.TagClassName
{
border-color: #2247ED;
}
</style>