Shades of Royal Blue #225AFE
Tints of Royal Blue #225AFE
RGB
CMYK
RGB Variations
Color information
#225AFE (or 0x225AFE) is known color: Royal Blue. HEX triplet: 22, 5A and FE. RGB value is (34,90,254). Sum of RGB (Red+Green+Blue) = 34+90+254=378 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.99% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #225AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225AFE is #DDA501. Grayscale: #5B5B5B. Windows color (decimal): -14525698 or 16669218. OLE color: 16669218.
HSL color Cylindrical-coordinate representation of color #225AFE: hue angle of 224.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #225AFE is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 90 | 254 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.00 |
| HSL | 224.73º | 0.99% | 0.56% | - |
| HSV(B) | 224.73º | 0.87% | 1% | - |
| XYZ | 22.21 | 14.81 | 95.45 | - |
| YUV | 91.95 | 219.45 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 254 | 0.87 | 0.65 | 0 | 0.00 | 224.73 | 0.99 | 0.56 |
| Hex | 22 | 5A | FE | 57 | 41 | 0 | 0 | E1 | 63 | 38 |
| Octal | 42 | 132 | 376 | 127 | 101 | 0 | 0 | 341 | 143 | 70 |
| Binary | 100010 | 1011010 | 11111110 | 1010111 | 1000001 | 0 | 0 | 11100001 | 1100011 | 111000 |
Color Harmonies of #225AFE
Complementary color
Monochromatic Colors of #225AFE
Black with #225AFE
Text Example
Text Example
White with #225AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225AFE; }
p { color: rgb(34,90,254); }
H1.HeaderClassName
{
color: #225AFE;
}
.AnyTagClassName
{
color: #225AFE;
}
</style>
background-color css
<style>
a { background-color: #225AFE; }
a { background-color: rgb(34,90,254); }
div.DivClassName
{
background-color: #225AFE;
}
.BgClassName
{
background-color: #225AFE;
}
</style>
border-color css
<style>
span { border-color: #225AFE; }
span { border-color: rgb(34,90,254); }
td.TdClassName
{
border-color: #225AFE;
}
.TagClassName
{
border-color: #225AFE;
}
</style>