Shades of Royal Blue #224EED
Tints of Royal Blue #224EED
RGB
CMYK
RGB Variations
Color information
#224EED (or 0x224EED) is known color: Royal Blue. HEX triplet: 22, 4E and ED. RGB value is (34,78,237). Sum of RGB (Red+Green+Blue) = 34+78+237=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #224EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EED is #DDB112. Grayscale: #525252. Windows color (decimal): -14528787 or 15552034. OLE color: 15552034.
HSL color Cylindrical-coordinate representation of color #224EED: hue angle of 227º 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 #224EED is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 78 | 237 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.07 |
| HSL | 227º | 0.85% | 0.53% | - |
| HSV(B) | 227º | 0.86% | 0.93% | - |
| XYZ | 18.67 | 11.9 | 81.43 | - |
| YUV | 82.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 237 | 0.86 | 0.67 | 0 | 0.07 | 227 | 0.85 | 0.53 |
| Hex | 22 | 4E | ED | 56 | 43 | 0 | 7 | E3 | 55 | 35 |
| Octal | 42 | 116 | 355 | 126 | 103 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100010 | 1001110 | 11101101 | 1010110 | 1000011 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #224EED
Complementary color
Monochromatic Colors of #224EED
Black with #224EED
Text Example
Text Example
White with #224EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EED; }
p { color: rgb(34,78,237); }
H1.HeaderClassName
{
color: #224EED;
}
.AnyTagClassName
{
color: #224EED;
}
</style>
background-color css
<style>
a { background-color: #224EED; }
a { background-color: rgb(34,78,237); }
div.DivClassName
{
background-color: #224EED;
}
.BgClassName
{
background-color: #224EED;
}
</style>
border-color css
<style>
span { border-color: #224EED; }
span { border-color: rgb(34,78,237); }
td.TdClassName
{
border-color: #224EED;
}
.TagClassName
{
border-color: #224EED;
}
</style>