Shades of Royal Blue #224FED
Tints of Royal Blue #224FED
RGB
CMYK
RGB Variations
Color information
#224FED (or 0x224FED) is known color: Royal Blue. HEX triplet: 22, 4F and ED. RGB value is (34,79,237). Sum of RGB (Red+Green+Blue) = 34+79+237=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #224FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224FED is #DDB012. Grayscale: #525252. Windows color (decimal): -14528531 or 15552290. OLE color: 15552290.
HSL color Cylindrical-coordinate representation of color #224FED: hue angle of 226.7º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224FED is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 79 | 237 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.07 |
| HSL | 226.7º | 0.85% | 0.53% | - |
| HSV(B) | 226.7º | 0.86% | 0.93% | - |
| XYZ | 18.74 | 12.05 | 81.46 | - |
| YUV | 83.56 | 214.59 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 237 | 0.86 | 0.67 | 0 | 0.07 | 226.7 | 0.85 | 0.53 |
| Hex | 22 | 4F | ED | 56 | 43 | 0 | 7 | E3 | 55 | 35 |
| Octal | 42 | 117 | 355 | 126 | 103 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100010 | 1001111 | 11101101 | 1010110 | 1000011 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #224FED
Complementary color
Monochromatic Colors of #224FED
Black with #224FED
Text Example
Text Example
White with #224FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FED; }
p { color: rgb(34,79,237); }
H1.HeaderClassName
{
color: #224FED;
}
.AnyTagClassName
{
color: #224FED;
}
</style>
background-color css
<style>
a { background-color: #224FED; }
a { background-color: rgb(34,79,237); }
div.DivClassName
{
background-color: #224FED;
}
.BgClassName
{
background-color: #224FED;
}
</style>
border-color css
<style>
span { border-color: #224FED; }
span { border-color: rgb(34,79,237); }
td.TdClassName
{
border-color: #224FED;
}
.TagClassName
{
border-color: #224FED;
}
</style>