Shades of Royal Blue #225BE0
Tints of Royal Blue #225BE0
RGB
CMYK
RGB Variations
Color information
#225BE0 (or 0x225BE0) is known color: Royal Blue. HEX triplet: 22, 5B and E0. RGB value is (34,91,224). Sum of RGB (Red+Green+Blue) = 34+91+224=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #225BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BE0 is #DDA41F. Grayscale: #585858. Windows color (decimal): -14525472 or 14703394. OLE color: 14703394.
HSL color Cylindrical-coordinate representation of color #225BE0: hue angle of 222º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225BE0 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 91 | 224 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.12 |
| HSL | 222º | 0.75% | 0.51% | - |
| HSV(B) | 222º | 0.85% | 0.88% | - |
| XYZ | 17.86 | 13.2 | 72.13 | - |
| YUV | 89.12 | 204.12 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 224 | 0.85 | 0.59 | 0 | 0.12 | 222 | 0.75 | 0.51 |
| Hex | 22 | 5B | E0 | 55 | 3B | 0 | C | DE | 4B | 33 |
| Octal | 42 | 133 | 340 | 125 | 73 | 0 | 14 | 336 | 113 | 63 |
| Binary | 100010 | 1011011 | 11100000 | 1010101 | 111011 | 0 | 1100 | 11011110 | 1001011 | 110011 |
Color Harmonies of #225BE0
Complementary color
Monochromatic Colors of #225BE0
Black with #225BE0
Text Example
Text Example
White with #225BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BE0; }
p { color: rgb(34,91,224); }
H1.HeaderClassName
{
color: #225BE0;
}
.AnyTagClassName
{
color: #225BE0;
}
</style>
background-color css
<style>
a { background-color: #225BE0; }
a { background-color: rgb(34,91,224); }
div.DivClassName
{
background-color: #225BE0;
}
.BgClassName
{
background-color: #225BE0;
}
</style>
border-color css
<style>
span { border-color: #225BE0; }
span { border-color: rgb(34,91,224); }
td.TdClassName
{
border-color: #225BE0;
}
.TagClassName
{
border-color: #225BE0;
}
</style>