Shades of Royal Blue #224DEB
Tints of Royal Blue #224DEB
RGB
CMYK
RGB Variations
Color information
#224DEB (or 0x224DEB) is known color: Royal Blue. HEX triplet: 22, 4D and EB. RGB value is (34,77,235). Sum of RGB (Red+Green+Blue) = 34+77+235=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #224DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DEB is #DDB214. Grayscale: #515151. Windows color (decimal): -14529045 or 15420706. OLE color: 15420706.
HSL color Cylindrical-coordinate representation of color #224DEB: hue angle of 227.16º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224DEB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 77 | 235 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.08 |
| HSL | 227.16º | 0.83% | 0.53% | - |
| HSV(B) | 227.16º | 0.86% | 0.92% | - |
| XYZ | 18.31 | 11.65 | 79.88 | - |
| YUV | 82.16 | 214.25 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 235 | 0.86 | 0.67 | 0 | 0.08 | 227.16 | 0.83 | 0.53 |
| Hex | 22 | 4D | EB | 56 | 43 | 0 | 8 | E3 | 53 | 35 |
| Octal | 42 | 115 | 353 | 126 | 103 | 0 | 10 | 343 | 123 | 65 |
| Binary | 100010 | 1001101 | 11101011 | 1010110 | 1000011 | 0 | 1000 | 11100011 | 1010011 | 110101 |
Color Harmonies of #224DEB
Complementary color
Monochromatic Colors of #224DEB
Black with #224DEB
Text Example
Text Example
White with #224DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DEB; }
p { color: rgb(34,77,235); }
H1.HeaderClassName
{
color: #224DEB;
}
.AnyTagClassName
{
color: #224DEB;
}
</style>
background-color css
<style>
a { background-color: #224DEB; }
a { background-color: rgb(34,77,235); }
div.DivClassName
{
background-color: #224DEB;
}
.BgClassName
{
background-color: #224DEB;
}
</style>
border-color css
<style>
span { border-color: #224DEB; }
span { border-color: rgb(34,77,235); }
td.TdClassName
{
border-color: #224DEB;
}
.TagClassName
{
border-color: #224DEB;
}
</style>