Shades of Royal Blue #225DFF
Tints of Royal Blue #225DFF
RGB
CMYK
RGB Variations
Color information
#225DFF (or 0x225DFF) is known color: Royal Blue. HEX triplet: 22, 5D and FF. RGB value is (34,93,255). Sum of RGB (Red+Green+Blue) = 34+93+255=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #225DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225DFF is #DDA200. Grayscale: #5D5D5D. Windows color (decimal): -14524929 or 16735522. OLE color: 16735522.
HSL color Cylindrical-coordinate representation of color #225DFF: hue angle of 223.98º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #225DFF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 93 | 255 | - |
| CMYK | 0.87 | 0.64 | 0 | 0 |
| HSL | 223.98º | 1% | 0.57% | - |
| HSV(B) | 223.98º | 0.87% | 1% | - |
| XYZ | 22.62 | 15.39 | 96.39 | - |
| YUV | 93.83 | 218.95 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 255 | 0.87 | 0.64 | 0 | 0 | 223.98 | 1 | 0.57 |
| Hex | 22 | 5D | FF | 57 | 40 | 0 | 0 | E0 | 64 | 39 |
| Octal | 42 | 135 | 377 | 127 | 100 | 0 | 0 | 340 | 144 | 71 |
| Binary | 100010 | 1011101 | 11111111 | 1010111 | 1000000 | 0 | 0 | 11100000 | 1100100 | 111001 |
Color Harmonies of #225DFF
Complementary color
Monochromatic Colors of #225DFF
Black with #225DFF
Text Example
Text Example
White with #225DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DFF; }
p { color: rgb(34,93,255); }
H1.HeaderClassName
{
color: #225DFF;
}
.AnyTagClassName
{
color: #225DFF;
}
</style>
background-color css
<style>
a { background-color: #225DFF; }
a { background-color: rgb(34,93,255); }
div.DivClassName
{
background-color: #225DFF;
}
.BgClassName
{
background-color: #225DFF;
}
</style>
border-color css
<style>
span { border-color: #225DFF; }
span { border-color: rgb(34,93,255); }
td.TdClassName
{
border-color: #225DFF;
}
.TagClassName
{
border-color: #225DFF;
}
</style>