Shades of Royal Blue #225CDF
Tints of Royal Blue #225CDF
RGB
CMYK
RGB Variations
Color information
#225CDF (or 0x225CDF) is known color: Royal Blue. HEX triplet: 22, 5C and DF. RGB value is (34,92,223). Sum of RGB (Red+Green+Blue) = 34+92+223=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #225CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CDF is #DDA320. Grayscale: #595959. Windows color (decimal): -14525217 or 14638114. OLE color: 14638114.
HSL color Cylindrical-coordinate representation of color #225CDF: hue angle of 221.59º degrees, saturation: 0.75, 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 #225CDF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 92 | 223 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.13 |
| HSL | 221.59º | 0.75% | 0.5% | - |
| HSV(B) | 221.59º | 0.85% | 0.87% | - |
| XYZ | 17.81 | 13.32 | 71.44 | - |
| YUV | 89.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 223 | 0.85 | 0.59 | 0 | 0.13 | 221.59 | 0.75 | 0.5 |
| Hex | 22 | 5C | DF | 55 | 3B | 0 | D | DE | 4B | 32 |
| Octal | 42 | 134 | 337 | 125 | 73 | 0 | 15 | 336 | 113 | 62 |
| Binary | 100010 | 1011100 | 11011111 | 1010101 | 111011 | 0 | 1101 | 11011110 | 1001011 | 110010 |
Color Harmonies of #225CDF
Complementary color
Monochromatic Colors of #225CDF
Black with #225CDF
Text Example
Text Example
White with #225CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CDF; }
p { color: rgb(34,92,223); }
H1.HeaderClassName
{
color: #225CDF;
}
.AnyTagClassName
{
color: #225CDF;
}
</style>
background-color css
<style>
a { background-color: #225CDF; }
a { background-color: rgb(34,92,223); }
div.DivClassName
{
background-color: #225CDF;
}
.BgClassName
{
background-color: #225CDF;
}
</style>
border-color css
<style>
span { border-color: #225CDF; }
span { border-color: rgb(34,92,223); }
td.TdClassName
{
border-color: #225CDF;
}
.TagClassName
{
border-color: #225CDF;
}
</style>