Shades of Royal Blue #224DF2
Tints of Royal Blue #224DF2
RGB
CMYK
RGB Variations
Color information
#224DF2 (or 0x224DF2) is known color: Royal Blue. HEX triplet: 22, 4D and F2. RGB value is (34,77,242). Sum of RGB (Red+Green+Blue) = 34+77+242=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 242 (94.92% from 255 or 68.56% from 353); Max value from RGB is 242 - color contains mainly: blue. Hex color #224DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DF2 is #DDB20D. Grayscale: #525252. Windows color (decimal): -14529038 or 15879458. OLE color: 15879458.
HSL color Cylindrical-coordinate representation of color #224DF2: hue angle of 227.6º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224DF2 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 77 | 242 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.05 |
| HSL | 227.6º | 0.89% | 0.54% | - |
| HSV(B) | 227.6º | 0.86% | 0.95% | - |
| XYZ | 19.34 | 12.06 | 85.31 | - |
| YUV | 82.95 | 217.75 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 242 | 0.86 | 0.68 | 0 | 0.05 | 227.6 | 0.89 | 0.54 |
| Hex | 22 | 4D | F2 | 56 | 44 | 0 | 5 | E4 | 59 | 36 |
| Octal | 42 | 115 | 362 | 126 | 104 | 0 | 5 | 344 | 131 | 66 |
| Binary | 100010 | 1001101 | 11110010 | 1010110 | 1000100 | 0 | 101 | 11100100 | 1011001 | 110110 |
Color Harmonies of #224DF2
Complementary color
Monochromatic Colors of #224DF2
Black with #224DF2
Text Example
Text Example
White with #224DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DF2; }
p { color: rgb(34,77,242); }
H1.HeaderClassName
{
color: #224DF2;
}
.AnyTagClassName
{
color: #224DF2;
}
</style>
background-color css
<style>
a { background-color: #224DF2; }
a { background-color: rgb(34,77,242); }
div.DivClassName
{
background-color: #224DF2;
}
.BgClassName
{
background-color: #224DF2;
}
</style>
border-color css
<style>
span { border-color: #224DF2; }
span { border-color: rgb(34,77,242); }
td.TdClassName
{
border-color: #224DF2;
}
.TagClassName
{
border-color: #224DF2;
}
</style>