Shades of Royal Blue #224BED
Tints of Royal Blue #224BED
RGB
CMYK
RGB Variations
Color information
#224BED (or 0x224BED) is known color: Royal Blue. HEX triplet: 22, 4B and ED. RGB value is (34,75,237). Sum of RGB (Red+Green+Blue) = 34+75+237=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #224BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224BED is #DDB412. Grayscale: #505050. Windows color (decimal): -14529555 or 15551266. OLE color: 15551266.
HSL color Cylindrical-coordinate representation of color #224BED: hue angle of 227.88º 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 #224BED is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 75 | 237 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.07 |
| HSL | 227.88º | 0.85% | 0.53% | - |
| HSV(B) | 227.88º | 0.86% | 0.93% | - |
| XYZ | 18.46 | 11.49 | 81.36 | - |
| YUV | 81.21 | 215.92 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 237 | 0.86 | 0.68 | 0 | 0.07 | 227.88 | 0.85 | 0.53 |
| Hex | 22 | 4B | ED | 56 | 44 | 0 | 7 | E4 | 55 | 35 |
| Octal | 42 | 113 | 355 | 126 | 104 | 0 | 7 | 344 | 125 | 65 |
| Binary | 100010 | 1001011 | 11101101 | 1010110 | 1000100 | 0 | 111 | 11100100 | 1010101 | 110101 |
Color Harmonies of #224BED
Complementary color
Monochromatic Colors of #224BED
Black with #224BED
Text Example
Text Example
White with #224BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BED; }
p { color: rgb(34,75,237); }
H1.HeaderClassName
{
color: #224BED;
}
.AnyTagClassName
{
color: #224BED;
}
</style>
background-color css
<style>
a { background-color: #224BED; }
a { background-color: rgb(34,75,237); }
div.DivClassName
{
background-color: #224BED;
}
.BgClassName
{
background-color: #224BED;
}
</style>
border-color css
<style>
span { border-color: #224BED; }
span { border-color: rgb(34,75,237); }
td.TdClassName
{
border-color: #224BED;
}
.TagClassName
{
border-color: #224BED;
}
</style>