Shades of Royal Blue #224CE9
Tints of Royal Blue #224CE9
RGB
CMYK
RGB Variations
Color information
#224CE9 (or 0x224CE9) is known color: Royal Blue. HEX triplet: 22, 4C and E9. RGB value is (34,76,233). Sum of RGB (Red+Green+Blue) = 34+76+233=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 233 (91.41% from 255 or 67.93% from 343); Max value from RGB is 233 - color contains mainly: blue. Hex color #224CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CE9 is #DDB316. Grayscale: #505050. Windows color (decimal): -14529303 or 15289378. OLE color: 15289378.
HSL color Cylindrical-coordinate representation of color #224CE9: hue angle of 227.34º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224CE9 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 76 | 233 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.09 |
| HSL | 227.34º | 0.82% | 0.52% | - |
| HSV(B) | 227.34º | 0.85% | 0.91% | - |
| XYZ | 17.95 | 11.39 | 78.34 | - |
| YUV | 81.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 233 | 0.85 | 0.67 | 0 | 0.09 | 227.34 | 0.82 | 0.52 |
| Hex | 22 | 4C | E9 | 55 | 43 | 0 | 9 | E3 | 52 | 34 |
| Octal | 42 | 114 | 351 | 125 | 103 | 0 | 11 | 343 | 122 | 64 |
| Binary | 100010 | 1001100 | 11101001 | 1010101 | 1000011 | 0 | 1001 | 11100011 | 1010010 | 110100 |
Color Harmonies of #224CE9
Complementary color
Monochromatic Colors of #224CE9
Black with #224CE9
Text Example
Text Example
White with #224CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CE9; }
p { color: rgb(34,76,233); }
H1.HeaderClassName
{
color: #224CE9;
}
.AnyTagClassName
{
color: #224CE9;
}
</style>
background-color css
<style>
a { background-color: #224CE9; }
a { background-color: rgb(34,76,233); }
div.DivClassName
{
background-color: #224CE9;
}
.BgClassName
{
background-color: #224CE9;
}
</style>
border-color css
<style>
span { border-color: #224CE9; }
span { border-color: rgb(34,76,233); }
td.TdClassName
{
border-color: #224CE9;
}
.TagClassName
{
border-color: #224CE9;
}
</style>