Shades of Royal Blue #225FDF
Tints of Royal Blue #225FDF
RGB
CMYK
RGB Variations
Color information
#225FDF (or 0x225FDF) is known color: Royal Blue. HEX triplet: 22, 5F and DF. RGB value is (34,95,223). Sum of RGB (Red+Green+Blue) = 34+95+223=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #225FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FDF is #DDA020. Grayscale: #5A5A5A. Windows color (decimal): -14524449 or 14638882. OLE color: 14638882.
HSL color Cylindrical-coordinate representation of color #225FDF: hue angle of 220.63º 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 #225FDF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 95 | 223 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.13 |
| HSL | 220.63º | 0.75% | 0.5% | - |
| HSV(B) | 220.63º | 0.85% | 0.87% | - |
| XYZ | 18.07 | 13.85 | 71.53 | - |
| YUV | 91.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 223 | 0.85 | 0.57 | 0 | 0.13 | 220.63 | 0.75 | 0.5 |
| Hex | 22 | 5F | DF | 55 | 39 | 0 | D | DD | 4B | 32 |
| Octal | 42 | 137 | 337 | 125 | 71 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100010 | 1011111 | 11011111 | 1010101 | 111001 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #225FDF
Complementary color
Monochromatic Colors of #225FDF
Black with #225FDF
Text Example
Text Example
White with #225FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225FDF; }
p { color: rgb(34,95,223); }
H1.HeaderClassName
{
color: #225FDF;
}
.AnyTagClassName
{
color: #225FDF;
}
</style>
background-color css
<style>
a { background-color: #225FDF; }
a { background-color: rgb(34,95,223); }
div.DivClassName
{
background-color: #225FDF;
}
.BgClassName
{
background-color: #225FDF;
}
</style>
border-color css
<style>
span { border-color: #225FDF; }
span { border-color: rgb(34,95,223); }
td.TdClassName
{
border-color: #225FDF;
}
.TagClassName
{
border-color: #225FDF;
}
</style>