Shades of Royal Blue #224DF3
Tints of Royal Blue #224DF3
RGB
CMYK
RGB Variations
Color information
#224DF3 (or 0x224DF3) is known color: Royal Blue. HEX triplet: 22, 4D and F3. RGB value is (34,77,243). Sum of RGB (Red+Green+Blue) = 34+77+243=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #224DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DF3 is #DDB20C. Grayscale: #525252. Windows color (decimal): -14529037 or 15944994. OLE color: 15944994.
HSL color Cylindrical-coordinate representation of color #224DF3: hue angle of 227.66º degrees, saturation: 0.9, 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 #224DF3 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 77 | 243 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.05 |
| HSL | 227.66º | 0.9% | 0.54% | - |
| HSV(B) | 227.66º | 0.86% | 0.95% | - |
| XYZ | 19.49 | 12.12 | 86.11 | - |
| YUV | 83.07 | 218.25 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 243 | 0.86 | 0.68 | 0 | 0.05 | 227.66 | 0.9 | 0.54 |
| Hex | 22 | 4D | F3 | 56 | 44 | 0 | 5 | E4 | 5A | 36 |
| Octal | 42 | 115 | 363 | 126 | 104 | 0 | 5 | 344 | 132 | 66 |
| Binary | 100010 | 1001101 | 11110011 | 1010110 | 1000100 | 0 | 101 | 11100100 | 1011010 | 110110 |
Color Harmonies of #224DF3
Complementary color
Monochromatic Colors of #224DF3
Black with #224DF3
Text Example
Text Example
White with #224DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DF3; }
p { color: rgb(34,77,243); }
H1.HeaderClassName
{
color: #224DF3;
}
.AnyTagClassName
{
color: #224DF3;
}
</style>
background-color css
<style>
a { background-color: #224DF3; }
a { background-color: rgb(34,77,243); }
div.DivClassName
{
background-color: #224DF3;
}
.BgClassName
{
background-color: #224DF3;
}
</style>
border-color css
<style>
span { border-color: #224DF3; }
span { border-color: rgb(34,77,243); }
td.TdClassName
{
border-color: #224DF3;
}
.TagClassName
{
border-color: #224DF3;
}
</style>