Shades of Royal Blue #225AF7
Tints of Royal Blue #225AF7
RGB
CMYK
RGB Variations
Color information
#225AF7 (or 0x225AF7) is known color: Royal Blue. HEX triplet: 22, 5A and F7. RGB value is (34,90,247). Sum of RGB (Red+Green+Blue) = 34+90+247=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #225AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225AF7 is #DDA508. Grayscale: #5A5A5A. Windows color (decimal): -14525705 or 16210466. OLE color: 16210466.
HSL color Cylindrical-coordinate representation of color #225AF7: hue angle of 224.23º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225AF7 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 90 | 247 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.03 |
| HSL | 224.23º | 0.93% | 0.55% | - |
| HSV(B) | 224.23º | 0.86% | 0.97% | - |
| XYZ | 21.1 | 14.37 | 89.66 | - |
| YUV | 91.15 | 215.95 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 247 | 0.86 | 0.64 | 0 | 0.03 | 224.23 | 0.93 | 0.55 |
| Hex | 22 | 5A | F7 | 56 | 40 | 0 | 3 | E0 | 5D | 37 |
| Octal | 42 | 132 | 367 | 126 | 100 | 0 | 3 | 340 | 135 | 67 |
| Binary | 100010 | 1011010 | 11110111 | 1010110 | 1000000 | 0 | 11 | 11100000 | 1011101 | 110111 |
Color Harmonies of #225AF7
Complementary color
Monochromatic Colors of #225AF7
Black with #225AF7
Text Example
Text Example
White with #225AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225AF7; }
p { color: rgb(34,90,247); }
H1.HeaderClassName
{
color: #225AF7;
}
.AnyTagClassName
{
color: #225AF7;
}
</style>
background-color css
<style>
a { background-color: #225AF7; }
a { background-color: rgb(34,90,247); }
div.DivClassName
{
background-color: #225AF7;
}
.BgClassName
{
background-color: #225AF7;
}
</style>
border-color css
<style>
span { border-color: #225AF7; }
span { border-color: rgb(34,90,247); }
td.TdClassName
{
border-color: #225AF7;
}
.TagClassName
{
border-color: #225AF7;
}
</style>