Shades of Royal Blue #2249EA
Tints of Royal Blue #2249EA
RGB
CMYK
RGB Variations
Color information
#2249EA (or 0x2249EA) is known color: Royal Blue. HEX triplet: 22, 49 and EA. RGB value is (34,73,234). Sum of RGB (Red+Green+Blue) = 34+73+234=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #2249EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2249EA is #DDB615. Grayscale: #4F4F4F. Windows color (decimal): -14530070 or 15354146. OLE color: 15354146.
HSL color Cylindrical-coordinate representation of color #2249EA: hue angle of 228.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2249EA is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 73 | 234 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.08 |
| HSL | 228.3º | 0.83% | 0.53% | - |
| HSV(B) | 228.3º | 0.85% | 0.92% | - |
| XYZ | 17.89 | 11.05 | 79.03 | - |
| YUV | 79.69 | 215.08 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 234 | 0.85 | 0.69 | 0 | 0.08 | 228.3 | 0.83 | 0.53 |
| Hex | 22 | 49 | EA | 55 | 45 | 0 | 8 | E4 | 53 | 35 |
| Octal | 42 | 111 | 352 | 125 | 105 | 0 | 10 | 344 | 123 | 65 |
| Binary | 100010 | 1001001 | 11101010 | 1010101 | 1000101 | 0 | 1000 | 11100100 | 1010011 | 110101 |
Color Harmonies of #2249EA
Complementary color
Monochromatic Colors of #2249EA
Black with #2249EA
Text Example
Text Example
White with #2249EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2249EA; }
p { color: rgb(34,73,234); }
H1.HeaderClassName
{
color: #2249EA;
}
.AnyTagClassName
{
color: #2249EA;
}
</style>
background-color css
<style>
a { background-color: #2249EA; }
a { background-color: rgb(34,73,234); }
div.DivClassName
{
background-color: #2249EA;
}
.BgClassName
{
background-color: #2249EA;
}
</style>
border-color css
<style>
span { border-color: #2249EA; }
span { border-color: rgb(34,73,234); }
td.TdClassName
{
border-color: #2249EA;
}
.TagClassName
{
border-color: #2249EA;
}
</style>