Shades of Royal Blue #225EDF
Tints of Royal Blue #225EDF
RGB
CMYK
RGB Variations
Color information
#225EDF (or 0x225EDF) is known color: Royal Blue. HEX triplet: 22, 5E and DF. RGB value is (34,94,223). Sum of RGB (Red+Green+Blue) = 34+94+223=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #225EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EDF is #DDA120. Grayscale: #5A5A5A. Windows color (decimal): -14524705 or 14638626. OLE color: 14638626.
HSL color Cylindrical-coordinate representation of color #225EDF: hue angle of 220.95º 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 #225EDF is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 94 | 223 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.13 |
| HSL | 220.95º | 0.75% | 0.5% | - |
| HSV(B) | 220.95º | 0.85% | 0.87% | - |
| XYZ | 17.98 | 13.67 | 71.5 | - |
| YUV | 90.77 | 202.62 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 94 | 223 | 0.85 | 0.58 | 0 | 0.13 | 220.95 | 0.75 | 0.5 |
| Hex | 22 | 5E | DF | 55 | 3A | 0 | D | DD | 4B | 32 |
| Octal | 42 | 136 | 337 | 125 | 72 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100010 | 1011110 | 11011111 | 1010101 | 111010 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #225EDF
Complementary color
Monochromatic Colors of #225EDF
Black with #225EDF
Text Example
Text Example
White with #225EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225EDF; }
p { color: rgb(34,94,223); }
H1.HeaderClassName
{
color: #225EDF;
}
.AnyTagClassName
{
color: #225EDF;
}
</style>
background-color css
<style>
a { background-color: #225EDF; }
a { background-color: rgb(34,94,223); }
div.DivClassName
{
background-color: #225EDF;
}
.BgClassName
{
background-color: #225EDF;
}
</style>
border-color css
<style>
span { border-color: #225EDF; }
span { border-color: rgb(34,94,223); }
td.TdClassName
{
border-color: #225EDF;
}
.TagClassName
{
border-color: #225EDF;
}
</style>