Shades of Royal Blue #225CDE
Tints of Royal Blue #225CDE
RGB
CMYK
RGB Variations
Color information
#225CDE (or 0x225CDE) is known color: Royal Blue. HEX triplet: 22, 5C and DE. RGB value is (34,92,222). Sum of RGB (Red+Green+Blue) = 34+92+222=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #225CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CDE is #DDA321. Grayscale: #585858. Windows color (decimal): -14525218 or 14572578. OLE color: 14572578.
HSL color Cylindrical-coordinate representation of color #225CDE: hue angle of 221.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CDE is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 92 | 222 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.13 |
| HSL | 221.49º | 0.74% | 0.5% | - |
| HSV(B) | 221.49º | 0.85% | 0.87% | - |
| XYZ | 17.67 | 13.27 | 70.74 | - |
| YUV | 89.48 | 202.78 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 222 | 0.85 | 0.59 | 0 | 0.13 | 221.49 | 0.74 | 0.5 |
| Hex | 22 | 5C | DE | 55 | 3B | 0 | D | DD | 4A | 32 |
| Octal | 42 | 134 | 336 | 125 | 73 | 0 | 15 | 335 | 112 | 62 |
| Binary | 100010 | 1011100 | 11011110 | 1010101 | 111011 | 0 | 1101 | 11011101 | 1001010 | 110010 |
Color Harmonies of #225CDE
Complementary color
Monochromatic Colors of #225CDE
Black with #225CDE
Text Example
Text Example
White with #225CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CDE; }
p { color: rgb(34,92,222); }
H1.HeaderClassName
{
color: #225CDE;
}
.AnyTagClassName
{
color: #225CDE;
}
</style>
background-color css
<style>
a { background-color: #225CDE; }
a { background-color: rgb(34,92,222); }
div.DivClassName
{
background-color: #225CDE;
}
.BgClassName
{
background-color: #225CDE;
}
</style>
border-color css
<style>
span { border-color: #225CDE; }
span { border-color: rgb(34,92,222); }
td.TdClassName
{
border-color: #225CDE;
}
.TagClassName
{
border-color: #225CDE;
}
</style>