Shades of Royal Blue #225CE9
Tints of Royal Blue #225CE9
RGB
CMYK
RGB Variations
Color information
#225CE9 (or 0x225CE9) is known color: Royal Blue. HEX triplet: 22, 5C and E9. RGB value is (34,92,233). Sum of RGB (Red+Green+Blue) = 34+92+233=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #225CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CE9 is #DDA316. Grayscale: #5A5A5A. Windows color (decimal): -14525207 or 15293474. OLE color: 15293474.
HSL color Cylindrical-coordinate representation of color #225CE9: hue angle of 222.51º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CE9 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 92 | 233 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.09 |
| HSL | 222.51º | 0.82% | 0.52% | - |
| HSV(B) | 222.51º | 0.85% | 0.91% | - |
| XYZ | 19.19 | 13.88 | 78.76 | - |
| YUV | 90.73 | 208.28 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 233 | 0.85 | 0.61 | 0 | 0.09 | 222.51 | 0.82 | 0.52 |
| Hex | 22 | 5C | E9 | 55 | 3D | 0 | 9 | DF | 52 | 34 |
| Octal | 42 | 134 | 351 | 125 | 75 | 0 | 11 | 337 | 122 | 64 |
| Binary | 100010 | 1011100 | 11101001 | 1010101 | 111101 | 0 | 1001 | 11011111 | 1010010 | 110100 |
Color Harmonies of #225CE9
Complementary color
Monochromatic Colors of #225CE9
Black with #225CE9
Text Example
Text Example
White with #225CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CE9; }
p { color: rgb(34,92,233); }
H1.HeaderClassName
{
color: #225CE9;
}
.AnyTagClassName
{
color: #225CE9;
}
</style>
background-color css
<style>
a { background-color: #225CE9; }
a { background-color: rgb(34,92,233); }
div.DivClassName
{
background-color: #225CE9;
}
.BgClassName
{
background-color: #225CE9;
}
</style>
border-color css
<style>
span { border-color: #225CE9; }
span { border-color: rgb(34,92,233); }
td.TdClassName
{
border-color: #225CE9;
}
.TagClassName
{
border-color: #225CE9;
}
</style>