Shades of Royal Blue #2249EF
Tints of Royal Blue #2249EF
RGB
CMYK
RGB Variations
Color information
#2249EF (or 0x2249EF) is known color: Royal Blue. HEX triplet: 22, 49 and EF. RGB value is (34,73,239). Sum of RGB (Red+Green+Blue) = 34+73+239=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #2249EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2249EF is #DDB610. Grayscale: #4F4F4F. Windows color (decimal): -14530065 or 15681826. OLE color: 15681826.
HSL color Cylindrical-coordinate representation of color #2249EF: hue angle of 228.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2249EF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 73 | 239 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.06 |
| HSL | 228.59º | 0.86% | 0.54% | - |
| HSV(B) | 228.59º | 0.86% | 0.94% | - |
| XYZ | 18.62 | 11.34 | 82.87 | - |
| YUV | 80.26 | 217.58 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 239 | 0.86 | 0.69 | 0 | 0.06 | 228.59 | 0.86 | 0.54 |
| Hex | 22 | 49 | EF | 56 | 45 | 0 | 6 | E5 | 56 | 36 |
| Octal | 42 | 111 | 357 | 126 | 105 | 0 | 6 | 345 | 126 | 66 |
| Binary | 100010 | 1001001 | 11101111 | 1010110 | 1000101 | 0 | 110 | 11100101 | 1010110 | 110110 |
Color Harmonies of #2249EF
Complementary color
Monochromatic Colors of #2249EF
Black with #2249EF
Text Example
Text Example
White with #2249EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2249EF; }
p { color: rgb(34,73,239); }
H1.HeaderClassName
{
color: #2249EF;
}
.AnyTagClassName
{
color: #2249EF;
}
</style>
background-color css
<style>
a { background-color: #2249EF; }
a { background-color: rgb(34,73,239); }
div.DivClassName
{
background-color: #2249EF;
}
.BgClassName
{
background-color: #2249EF;
}
</style>
border-color css
<style>
span { border-color: #2249EF; }
span { border-color: rgb(34,73,239); }
td.TdClassName
{
border-color: #2249EF;
}
.TagClassName
{
border-color: #2249EF;
}
</style>