Shades of Royal Blue #224CF3
Tints of Royal Blue #224CF3
RGB
CMYK
RGB Variations
Color information
#224CF3 (or 0x224CF3) is known color: Royal Blue. HEX triplet: 22, 4C and F3. RGB value is (34,76,243). Sum of RGB (Red+Green+Blue) = 34+76+243=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #224CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CF3 is #DDB30C. Grayscale: #515151. Windows color (decimal): -14529293 or 15944738. OLE color: 15944738.
HSL color Cylindrical-coordinate representation of color #224CF3: hue angle of 227.94º 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 #224CF3 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 76 | 243 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.05 |
| HSL | 227.94º | 0.9% | 0.54% | - |
| HSV(B) | 227.94º | 0.86% | 0.95% | - |
| XYZ | 19.42 | 11.98 | 86.08 | - |
| YUV | 82.48 | 218.59 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 243 | 0.86 | 0.69 | 0 | 0.05 | 227.94 | 0.9 | 0.54 |
| Hex | 22 | 4C | F3 | 56 | 45 | 0 | 5 | E4 | 5A | 36 |
| Octal | 42 | 114 | 363 | 126 | 105 | 0 | 5 | 344 | 132 | 66 |
| Binary | 100010 | 1001100 | 11110011 | 1010110 | 1000101 | 0 | 101 | 11100100 | 1011010 | 110110 |
Color Harmonies of #224CF3
Complementary color
Monochromatic Colors of #224CF3
Black with #224CF3
Text Example
Text Example
White with #224CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CF3; }
p { color: rgb(34,76,243); }
H1.HeaderClassName
{
color: #224CF3;
}
.AnyTagClassName
{
color: #224CF3;
}
</style>
background-color css
<style>
a { background-color: #224CF3; }
a { background-color: rgb(34,76,243); }
div.DivClassName
{
background-color: #224CF3;
}
.BgClassName
{
background-color: #224CF3;
}
</style>
border-color css
<style>
span { border-color: #224CF3; }
span { border-color: rgb(34,76,243); }
td.TdClassName
{
border-color: #224CF3;
}
.TagClassName
{
border-color: #224CF3;
}
</style>