Shades of Royal Blue #224EEE
Tints of Royal Blue #224EEE
RGB
CMYK
RGB Variations
Color information
#224EEE (or 0x224EEE) is known color: Royal Blue. HEX triplet: 22, 4E and EE. RGB value is (34,78,238). Sum of RGB (Red+Green+Blue) = 34+78+238=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #224EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224EEE is #DDB111. Grayscale: #525252. Windows color (decimal): -14528786 or 15617570. OLE color: 15617570.
HSL color Cylindrical-coordinate representation of color #224EEE: hue angle of 227.06º degrees, saturation: 0.86, 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 #224EEE is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 78 | 238 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.07 |
| HSL | 227.06º | 0.86% | 0.53% | - |
| HSV(B) | 227.06º | 0.86% | 0.93% | - |
| XYZ | 18.82 | 11.96 | 82.21 | - |
| YUV | 83.08 | 215.42 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 238 | 0.86 | 0.67 | 0 | 0.07 | 227.06 | 0.86 | 0.53 |
| Hex | 22 | 4E | EE | 56 | 43 | 0 | 7 | E3 | 56 | 35 |
| Octal | 42 | 116 | 356 | 126 | 103 | 0 | 7 | 343 | 126 | 65 |
| Binary | 100010 | 1001110 | 11101110 | 1010110 | 1000011 | 0 | 111 | 11100011 | 1010110 | 110101 |
Color Harmonies of #224EEE
Complementary color
Monochromatic Colors of #224EEE
Black with #224EEE
Text Example
Text Example
White with #224EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EEE; }
p { color: rgb(34,78,238); }
H1.HeaderClassName
{
color: #224EEE;
}
.AnyTagClassName
{
color: #224EEE;
}
</style>
background-color css
<style>
a { background-color: #224EEE; }
a { background-color: rgb(34,78,238); }
div.DivClassName
{
background-color: #224EEE;
}
.BgClassName
{
background-color: #224EEE;
}
</style>
border-color css
<style>
span { border-color: #224EEE; }
span { border-color: rgb(34,78,238); }
td.TdClassName
{
border-color: #224EEE;
}
.TagClassName
{
border-color: #224EEE;
}
</style>