Shades of Royal Blue #225EFF
Tints of Royal Blue #225EFF
RGB
CMYK
RGB Variations
Color information
#225EFF (or 0x225EFF) is known color: Royal Blue. HEX triplet: 22, 5E and FF. RGB value is (34,94,255). Sum of RGB (Red+Green+Blue) = 34+94+255=383 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.88% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #225EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EFF is #DDA100. Grayscale: #5D5D5D. Windows color (decimal): -14524673 or 16735778. OLE color: 16735778.
HSL color Cylindrical-coordinate representation of color #225EFF: hue angle of 223.71º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #225EFF is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 94 | 255 | - |
| CMYK | 0.87 | 0.63 | 0 | 0 |
| HSL | 223.71º | 1% | 0.57% | - |
| HSV(B) | 223.71º | 0.87% | 1% | - |
| XYZ | 22.71 | 15.57 | 96.42 | - |
| YUV | 94.41 | 218.62 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 255 | 0.87 | 0.63 | 0 | 0 | 223.71 | 1 | 0.57 |
| Hex | 22 | 5E | FF | 57 | 3F | 0 | 0 | E0 | 64 | 39 |
| Octal | 42 | 136 | 377 | 127 | 77 | 0 | 0 | 340 | 144 | 71 |
| Binary | 100010 | 1011110 | 11111111 | 1010111 | 111111 | 0 | 0 | 11100000 | 1100100 | 111001 |
Color Harmonies of #225EFF
Complementary color
Monochromatic Colors of #225EFF
Black with #225EFF
Text Example
Text Example
White with #225EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225EFF; }
p { color: rgb(34,94,255); }
H1.HeaderClassName
{
color: #225EFF;
}
.AnyTagClassName
{
color: #225EFF;
}
</style>
background-color css
<style>
a { background-color: #225EFF; }
a { background-color: rgb(34,94,255); }
div.DivClassName
{
background-color: #225EFF;
}
.BgClassName
{
background-color: #225EFF;
}
</style>
border-color css
<style>
span { border-color: #225EFF; }
span { border-color: rgb(34,94,255); }
td.TdClassName
{
border-color: #225EFF;
}
.TagClassName
{
border-color: #225EFF;
}
</style>