Shades of Royal Blue #224AEE
Tints of Royal Blue #224AEE
RGB
CMYK
RGB Variations
Color information
#224AEE (or 0x224AEE) is known color: Royal Blue. HEX triplet: 22, 4A and EE. RGB value is (34,74,238). Sum of RGB (Red+Green+Blue) = 34+74+238=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #224AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AEE is #DDB511. Grayscale: #505050. Windows color (decimal): -14529810 or 15616546. OLE color: 15616546.
HSL color Cylindrical-coordinate representation of color #224AEE: hue angle of 228.24º 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 #224AEE is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 74 | 238 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.07 |
| HSL | 228.24º | 0.86% | 0.53% | - |
| HSV(B) | 228.24º | 0.86% | 0.93% | - |
| XYZ | 18.54 | 11.41 | 82.11 | - |
| YUV | 80.74 | 216.75 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 238 | 0.86 | 0.69 | 0 | 0.07 | 228.24 | 0.86 | 0.53 |
| Hex | 22 | 4A | EE | 56 | 45 | 0 | 7 | E4 | 56 | 35 |
| Octal | 42 | 112 | 356 | 126 | 105 | 0 | 7 | 344 | 126 | 65 |
| Binary | 100010 | 1001010 | 11101110 | 1010110 | 1000101 | 0 | 111 | 11100100 | 1010110 | 110101 |
Color Harmonies of #224AEE
Complementary color
Monochromatic Colors of #224AEE
Black with #224AEE
Text Example
Text Example
White with #224AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AEE; }
p { color: rgb(34,74,238); }
H1.HeaderClassName
{
color: #224AEE;
}
.AnyTagClassName
{
color: #224AEE;
}
</style>
background-color css
<style>
a { background-color: #224AEE; }
a { background-color: rgb(34,74,238); }
div.DivClassName
{
background-color: #224AEE;
}
.BgClassName
{
background-color: #224AEE;
}
</style>
border-color css
<style>
span { border-color: #224AEE; }
span { border-color: rgb(34,74,238); }
td.TdClassName
{
border-color: #224AEE;
}
.TagClassName
{
border-color: #224AEE;
}
</style>