Shades of Royal Blue #225CED
Tints of Royal Blue #225CED
RGB
CMYK
RGB Variations
Color information
#225CED (or 0x225CED) is known color: Royal Blue. HEX triplet: 22, 5C and ED. RGB value is (34,92,237). Sum of RGB (Red+Green+Blue) = 34+92+237=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #225CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CED is #DDA312. Grayscale: #5A5A5A. Windows color (decimal): -14525203 or 15555618. OLE color: 15555618.
HSL color Cylindrical-coordinate representation of color #225CED: hue angle of 222.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #225CED is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 92 | 237 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.07 |
| HSL | 222.86º | 0.85% | 0.53% | - |
| HSV(B) | 222.86º | 0.86% | 0.93% | - |
| XYZ | 19.77 | 14.11 | 81.8 | - |
| YUV | 91.19 | 210.28 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 237 | 0.86 | 0.61 | 0 | 0.07 | 222.86 | 0.85 | 0.53 |
| Hex | 22 | 5C | ED | 56 | 3D | 0 | 7 | DF | 55 | 35 |
| Octal | 42 | 134 | 355 | 126 | 75 | 0 | 7 | 337 | 125 | 65 |
| Binary | 100010 | 1011100 | 11101101 | 1010110 | 111101 | 0 | 111 | 11011111 | 1010101 | 110101 |
Color Harmonies of #225CED
Complementary color
Monochromatic Colors of #225CED
Black with #225CED
Text Example
Text Example
White with #225CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CED; }
p { color: rgb(34,92,237); }
H1.HeaderClassName
{
color: #225CED;
}
.AnyTagClassName
{
color: #225CED;
}
</style>
background-color css
<style>
a { background-color: #225CED; }
a { background-color: rgb(34,92,237); }
div.DivClassName
{
background-color: #225CED;
}
.BgClassName
{
background-color: #225CED;
}
</style>
border-color css
<style>
span { border-color: #225CED; }
span { border-color: rgb(34,92,237); }
td.TdClassName
{
border-color: #225CED;
}
.TagClassName
{
border-color: #225CED;
}
</style>