Shades of Royal Blue #225BFE
Tints of Royal Blue #225BFE
RGB
CMYK
RGB Variations
Color information
#225BFE (or 0x225BFE) is known color: Royal Blue. HEX triplet: 22, 5B and FE. RGB value is (34,91,254). Sum of RGB (Red+Green+Blue) = 34+91+254=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #225BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225BFE is #DDA401. Grayscale: #5B5B5B. Windows color (decimal): -14525442 or 16669474. OLE color: 16669474.
HSL color Cylindrical-coordinate representation of color #225BFE: hue angle of 224.45º 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 #225BFE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 91 | 254 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.00 |
| HSL | 224.45º | 0.99% | 0.56% | - |
| HSV(B) | 224.45º | 0.87% | 1% | - |
| XYZ | 22.29 | 14.98 | 95.48 | - |
| YUV | 92.54 | 219.12 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 254 | 0.87 | 0.64 | 0 | 0.00 | 224.45 | 0.99 | 0.56 |
| Hex | 22 | 5B | FE | 57 | 40 | 0 | 0 | E0 | 63 | 38 |
| Octal | 42 | 133 | 376 | 127 | 100 | 0 | 0 | 340 | 143 | 70 |
| Binary | 100010 | 1011011 | 11111110 | 1010111 | 1000000 | 0 | 0 | 11100000 | 1100011 | 111000 |
Color Harmonies of #225BFE
Complementary color
Monochromatic Colors of #225BFE
Black with #225BFE
Text Example
Text Example
White with #225BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BFE; }
p { color: rgb(34,91,254); }
H1.HeaderClassName
{
color: #225BFE;
}
.AnyTagClassName
{
color: #225BFE;
}
</style>
background-color css
<style>
a { background-color: #225BFE; }
a { background-color: rgb(34,91,254); }
div.DivClassName
{
background-color: #225BFE;
}
.BgClassName
{
background-color: #225BFE;
}
</style>
border-color css
<style>
span { border-color: #225BFE; }
span { border-color: rgb(34,91,254); }
td.TdClassName
{
border-color: #225BFE;
}
.TagClassName
{
border-color: #225BFE;
}
</style>