Shades of Royal Blue #225EE0
Tints of Royal Blue #225EE0
RGB
CMYK
RGB Variations
Color information
#225EE0 (or 0x225EE0) is known color: Royal Blue. HEX triplet: 22, 5E and E0. RGB value is (34,94,224). Sum of RGB (Red+Green+Blue) = 34+94+224=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #225EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EE0 is #DDA11F. Grayscale: #5A5A5A. Windows color (decimal): -14524704 or 14704162. OLE color: 14704162.
HSL color Cylindrical-coordinate representation of color #225EE0: hue angle of 221.05º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225EE0 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 94 | 224 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.12 |
| HSL | 221.05º | 0.75% | 0.51% | - |
| HSV(B) | 221.05º | 0.85% | 0.88% | - |
| XYZ | 18.12 | 13.73 | 72.22 | - |
| YUV | 90.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 224 | 0.85 | 0.58 | 0 | 0.12 | 221.05 | 0.75 | 0.51 |
| Hex | 22 | 5E | E0 | 55 | 3A | 0 | C | DD | 4B | 33 |
| Octal | 42 | 136 | 340 | 125 | 72 | 0 | 14 | 335 | 113 | 63 |
| Binary | 100010 | 1011110 | 11100000 | 1010101 | 111010 | 0 | 1100 | 11011101 | 1001011 | 110011 |
Color Harmonies of #225EE0
Complementary color
Monochromatic Colors of #225EE0
Black with #225EE0
Text Example
Text Example
White with #225EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225EE0; }
p { color: rgb(34,94,224); }
H1.HeaderClassName
{
color: #225EE0;
}
.AnyTagClassName
{
color: #225EE0;
}
</style>
background-color css
<style>
a { background-color: #225EE0; }
a { background-color: rgb(34,94,224); }
div.DivClassName
{
background-color: #225EE0;
}
.BgClassName
{
background-color: #225EE0;
}
</style>
border-color css
<style>
span { border-color: #225EE0; }
span { border-color: rgb(34,94,224); }
td.TdClassName
{
border-color: #225EE0;
}
.TagClassName
{
border-color: #225EE0;
}
</style>