Shades of Royal Blue #225EFE
Tints of Royal Blue #225EFE
RGB
CMYK
RGB Variations
Color information
#225EFE (or 0x225EFE) is known color: Royal Blue. HEX triplet: 22, 5E and FE. RGB value is (34,94,254). Sum of RGB (Red+Green+Blue) = 34+94+254=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #225EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225EFE is #DDA101. Grayscale: #5D5D5D. Windows color (decimal): -14524674 or 16670242. OLE color: 16670242.
HSL color Cylindrical-coordinate representation of color #225EFE: hue angle of 223.64º 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 #225EFE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 94 | 254 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.00 |
| HSL | 223.64º | 0.99% | 0.56% | - |
| HSV(B) | 223.64º | 0.87% | 1% | - |
| XYZ | 22.55 | 15.5 | 95.57 | - |
| YUV | 94.3 | 218.12 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 254 | 0.87 | 0.63 | 0 | 0.00 | 223.64 | 0.99 | 0.56 |
| Hex | 22 | 5E | FE | 57 | 3F | 0 | 0 | E0 | 63 | 38 |
| Octal | 42 | 136 | 376 | 127 | 77 | 0 | 0 | 340 | 143 | 70 |
| Binary | 100010 | 1011110 | 11111110 | 1010111 | 111111 | 0 | 0 | 11100000 | 1100011 | 111000 |
Color Harmonies of #225EFE
Complementary color
Monochromatic Colors of #225EFE
Black with #225EFE
Text Example
Text Example
White with #225EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225EFE; }
p { color: rgb(34,94,254); }
H1.HeaderClassName
{
color: #225EFE;
}
.AnyTagClassName
{
color: #225EFE;
}
</style>
background-color css
<style>
a { background-color: #225EFE; }
a { background-color: rgb(34,94,254); }
div.DivClassName
{
background-color: #225EFE;
}
.BgClassName
{
background-color: #225EFE;
}
</style>
border-color css
<style>
span { border-color: #225EFE; }
span { border-color: rgb(34,94,254); }
td.TdClassName
{
border-color: #225EFE;
}
.TagClassName
{
border-color: #225EFE;
}
</style>