Shades of Royal Blue #225CE0
Tints of Royal Blue #225CE0
RGB
CMYK
RGB Variations
Color information
#225CE0 (or 0x225CE0) is known color: Royal Blue. HEX triplet: 22, 5C and E0. RGB value is (34,92,224). Sum of RGB (Red+Green+Blue) = 34+92+224=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #225CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CE0 is #DDA31F. Grayscale: #595959. Windows color (decimal): -14525216 or 14703650. OLE color: 14703650.
HSL color Cylindrical-coordinate representation of color #225CE0: hue angle of 221.68º 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 #225CE0 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 92 | 224 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.12 |
| HSL | 221.68º | 0.75% | 0.51% | - |
| HSV(B) | 221.68º | 0.85% | 0.88% | - |
| XYZ | 17.94 | 13.38 | 72.16 | - |
| YUV | 89.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 224 | 0.85 | 0.59 | 0 | 0.12 | 221.68 | 0.75 | 0.51 |
| Hex | 22 | 5C | E0 | 55 | 3B | 0 | C | DE | 4B | 33 |
| Octal | 42 | 134 | 340 | 125 | 73 | 0 | 14 | 336 | 113 | 63 |
| Binary | 100010 | 1011100 | 11100000 | 1010101 | 111011 | 0 | 1100 | 11011110 | 1001011 | 110011 |
Color Harmonies of #225CE0
Complementary color
Monochromatic Colors of #225CE0
Black with #225CE0
Text Example
Text Example
White with #225CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CE0; }
p { color: rgb(34,92,224); }
H1.HeaderClassName
{
color: #225CE0;
}
.AnyTagClassName
{
color: #225CE0;
}
</style>
background-color css
<style>
a { background-color: #225CE0; }
a { background-color: rgb(34,92,224); }
div.DivClassName
{
background-color: #225CE0;
}
.BgClassName
{
background-color: #225CE0;
}
</style>
border-color css
<style>
span { border-color: #225CE0; }
span { border-color: rgb(34,92,224); }
td.TdClassName
{
border-color: #225CE0;
}
.TagClassName
{
border-color: #225CE0;
}
</style>