Shades of Royal Blue #225BE1
Tints of Royal Blue #225BE1
RGB
CMYK
RGB Variations
Color information
#225BE1 (or 0x225BE1) is known color: Royal Blue. HEX triplet: 22, 5B and E1. RGB value is (34,91,225). Sum of RGB (Red+Green+Blue) = 34+91+225=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 225 (88.28% from 255 or 64.29% from 350); Max value from RGB is 225 - color contains mainly: blue. Hex color #225BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BE1 is #DDA41E. Grayscale: #585858. Windows color (decimal): -14525471 or 14768930. OLE color: 14768930.
HSL color Cylindrical-coordinate representation of color #225BE1: hue angle of 222.09º degrees, saturation: 0.76, 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 #225BE1 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 91 | 225 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.12 |
| HSL | 222.09º | 0.76% | 0.51% | - |
| HSV(B) | 222.09º | 0.85% | 0.88% | - |
| XYZ | 17.99 | 13.26 | 72.85 | - |
| YUV | 89.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 225 | 0.85 | 0.60 | 0 | 0.12 | 222.09 | 0.76 | 0.51 |
| Hex | 22 | 5B | E1 | 55 | 3C | 0 | C | DE | 4C | 33 |
| Octal | 42 | 133 | 341 | 125 | 74 | 0 | 14 | 336 | 114 | 63 |
| Binary | 100010 | 1011011 | 11100001 | 1010101 | 111100 | 0 | 1100 | 11011110 | 1001100 | 110011 |
Color Harmonies of #225BE1
Complementary color
Monochromatic Colors of #225BE1
Black with #225BE1
Text Example
Text Example
White with #225BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BE1; }
p { color: rgb(34,91,225); }
H1.HeaderClassName
{
color: #225BE1;
}
.AnyTagClassName
{
color: #225BE1;
}
</style>
background-color css
<style>
a { background-color: #225BE1; }
a { background-color: rgb(34,91,225); }
div.DivClassName
{
background-color: #225BE1;
}
.BgClassName
{
background-color: #225BE1;
}
</style>
border-color css
<style>
span { border-color: #225BE1; }
span { border-color: rgb(34,91,225); }
td.TdClassName
{
border-color: #225BE1;
}
.TagClassName
{
border-color: #225BE1;
}
</style>