Shades of Royal Blue #225FE3
Tints of Royal Blue #225FE3
RGB
CMYK
RGB Variations
Color information
#225FE3 (or 0x225FE3) is known color: Royal Blue. HEX triplet: 22, 5F and E3. RGB value is (34,95,227). Sum of RGB (Red+Green+Blue) = 34+95+227=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #225FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FE3 is #DDA01C. Grayscale: #5B5B5B. Windows color (decimal): -14524445 or 14901026. OLE color: 14901026.
HSL color Cylindrical-coordinate representation of color #225FE3: hue angle of 221.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225FE3 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 95 | 227 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.11 |
| HSL | 221.04º | 0.78% | 0.51% | - |
| HSV(B) | 221.04º | 0.85% | 0.89% | - |
| XYZ | 18.62 | 14.07 | 74.41 | - |
| YUV | 91.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 95 | 227 | 0.85 | 0.58 | 0 | 0.11 | 221.04 | 0.78 | 0.51 |
| Hex | 22 | 5F | E3 | 55 | 3A | 0 | B | DD | 4E | 33 |
| Octal | 42 | 137 | 343 | 125 | 72 | 0 | 13 | 335 | 116 | 63 |
| Binary | 100010 | 1011111 | 11100011 | 1010101 | 111010 | 0 | 1011 | 11011101 | 1001110 | 110011 |
Color Harmonies of #225FE3
Complementary color
Monochromatic Colors of #225FE3
Black with #225FE3
Text Example
Text Example
White with #225FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225FE3; }
p { color: rgb(34,95,227); }
H1.HeaderClassName
{
color: #225FE3;
}
.AnyTagClassName
{
color: #225FE3;
}
</style>
background-color css
<style>
a { background-color: #225FE3; }
a { background-color: rgb(34,95,227); }
div.DivClassName
{
background-color: #225FE3;
}
.BgClassName
{
background-color: #225FE3;
}
</style>
border-color css
<style>
span { border-color: #225FE3; }
span { border-color: rgb(34,95,227); }
td.TdClassName
{
border-color: #225FE3;
}
.TagClassName
{
border-color: #225FE3;
}
</style>