Shades of Royal Blue #224CED
Tints of Royal Blue #224CED
RGB
CMYK
RGB Variations
Color information
#224CED (or 0x224CED) is known color: Royal Blue. HEX triplet: 22, 4C and ED. RGB value is (34,76,237). Sum of RGB (Red+Green+Blue) = 34+76+237=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #224CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CED is #DDB312. Grayscale: #515151. Windows color (decimal): -14529299 or 15551522. OLE color: 15551522.
HSL color Cylindrical-coordinate representation of color #224CED: hue angle of 227.59º 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 #224CED is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 76 | 237 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.07 |
| HSL | 227.59º | 0.85% | 0.53% | - |
| HSV(B) | 227.59º | 0.86% | 0.93% | - |
| XYZ | 18.53 | 11.62 | 81.39 | - |
| YUV | 81.8 | 215.59 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 237 | 0.86 | 0.68 | 0 | 0.07 | 227.59 | 0.85 | 0.53 |
| Hex | 22 | 4C | ED | 56 | 44 | 0 | 7 | E4 | 55 | 35 |
| Octal | 42 | 114 | 355 | 126 | 104 | 0 | 7 | 344 | 125 | 65 |
| Binary | 100010 | 1001100 | 11101101 | 1010110 | 1000100 | 0 | 111 | 11100100 | 1010101 | 110101 |
Color Harmonies of #224CED
Complementary color
Monochromatic Colors of #224CED
Black with #224CED
Text Example
Text Example
White with #224CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CED; }
p { color: rgb(34,76,237); }
H1.HeaderClassName
{
color: #224CED;
}
.AnyTagClassName
{
color: #224CED;
}
</style>
background-color css
<style>
a { background-color: #224CED; }
a { background-color: rgb(34,76,237); }
div.DivClassName
{
background-color: #224CED;
}
.BgClassName
{
background-color: #224CED;
}
</style>
border-color css
<style>
span { border-color: #224CED; }
span { border-color: rgb(34,76,237); }
td.TdClassName
{
border-color: #224CED;
}
.TagClassName
{
border-color: #224CED;
}
</style>