Shades of Royal Blue #225CEA
Tints of Royal Blue #225CEA
RGB
CMYK
RGB Variations
Color information
#225CEA (or 0x225CEA) is known color: Royal Blue. HEX triplet: 22, 5C and EA. RGB value is (34,92,234). Sum of RGB (Red+Green+Blue) = 34+92+234=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #225CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CEA is #DDA315. Grayscale: #5A5A5A. Windows color (decimal): -14525206 or 15359010. OLE color: 15359010.
HSL color Cylindrical-coordinate representation of color #225CEA: hue angle of 222.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CEA is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 92 | 234 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.08 |
| HSL | 222.6º | 0.83% | 0.53% | - |
| HSV(B) | 222.6º | 0.85% | 0.92% | - |
| XYZ | 19.34 | 13.93 | 79.51 | - |
| YUV | 90.85 | 208.78 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 234 | 0.85 | 0.61 | 0 | 0.08 | 222.6 | 0.83 | 0.53 |
| Hex | 22 | 5C | EA | 55 | 3D | 0 | 8 | DF | 53 | 35 |
| Octal | 42 | 134 | 352 | 125 | 75 | 0 | 10 | 337 | 123 | 65 |
| Binary | 100010 | 1011100 | 11101010 | 1010101 | 111101 | 0 | 1000 | 11011111 | 1010011 | 110101 |
Color Harmonies of #225CEA
Complementary color
Monochromatic Colors of #225CEA
Black with #225CEA
Text Example
Text Example
White with #225CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CEA; }
p { color: rgb(34,92,234); }
H1.HeaderClassName
{
color: #225CEA;
}
.AnyTagClassName
{
color: #225CEA;
}
</style>
background-color css
<style>
a { background-color: #225CEA; }
a { background-color: rgb(34,92,234); }
div.DivClassName
{
background-color: #225CEA;
}
.BgClassName
{
background-color: #225CEA;
}
</style>
border-color css
<style>
span { border-color: #225CEA; }
span { border-color: rgb(34,92,234); }
td.TdClassName
{
border-color: #225CEA;
}
.TagClassName
{
border-color: #225CEA;
}
</style>