Shades of Royal Blue #2270ED
Tints of Royal Blue #2270ED
RGB
CMYK
RGB Variations
Color information
#2270ED (or 0x2270ED) is known color: Royal Blue. HEX triplet: 22, 70 and ED. RGB value is (34,112,237). Sum of RGB (Red+Green+Blue) = 34+112+237=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #2270ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2270ED is #DD8F12. Grayscale: #666666. Windows color (decimal): -14520083 or 15560738. OLE color: 15560738.
HSL color Cylindrical-coordinate representation of color #2270ED: hue angle of 216.95º 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 #2270ED is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 112 | 237 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.07 |
| HSL | 216.95º | 0.85% | 0.53% | - |
| HSV(B) | 216.95º | 0.86% | 0.93% | - |
| XYZ | 21.74 | 18.04 | 82.46 | - |
| YUV | 102.93 | 203.66 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 237 | 0.86 | 0.53 | 0 | 0.07 | 216.95 | 0.85 | 0.53 |
| Hex | 22 | 70 | ED | 56 | 35 | 0 | 7 | D9 | 55 | 35 |
| Octal | 42 | 160 | 355 | 126 | 65 | 0 | 7 | 331 | 125 | 65 |
| Binary | 100010 | 1110000 | 11101101 | 1010110 | 110101 | 0 | 111 | 11011001 | 1010101 | 110101 |
Color Harmonies of #2270ED
Complementary color
Monochromatic Colors of #2270ED
Black with #2270ED
Text Example
Text Example
White with #2270ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270ED; }
p { color: rgb(34,112,237); }
H1.HeaderClassName
{
color: #2270ED;
}
.AnyTagClassName
{
color: #2270ED;
}
</style>
background-color css
<style>
a { background-color: #2270ED; }
a { background-color: rgb(34,112,237); }
div.DivClassName
{
background-color: #2270ED;
}
.BgClassName
{
background-color: #2270ED;
}
</style>
border-color css
<style>
span { border-color: #2270ED; }
span { border-color: rgb(34,112,237); }
td.TdClassName
{
border-color: #2270ED;
}
.TagClassName
{
border-color: #2270ED;
}
</style>