Shades of Royal Blue #2274E5
Tints of Royal Blue #2274E5
RGB
CMYK
RGB Variations
Color information
#2274E5 (or 0x2274E5) is known color: Royal Blue. HEX triplet: 22, 74 and E5. RGB value is (34,116,229). Sum of RGB (Red+Green+Blue) = 34+116+229=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #2274E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2274E5 is #DD8B1A. Grayscale: #676767. Windows color (decimal): -14519067 or 15037474. OLE color: 15037474.
HSL color Cylindrical-coordinate representation of color #2274E5: hue angle of 214.77º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2274E5 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 116 | 229 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.10 |
| HSL | 214.77º | 0.79% | 0.52% | - |
| HSV(B) | 214.77º | 0.85% | 0.9% | - |
| XYZ | 21.05 | 18.49 | 76.59 | - |
| YUV | 104.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 229 | 0.85 | 0.49 | 0 | 0.10 | 214.77 | 0.79 | 0.52 |
| Hex | 22 | 74 | E5 | 55 | 31 | 0 | A | D7 | 4F | 34 |
| Octal | 42 | 164 | 345 | 125 | 61 | 0 | 12 | 327 | 117 | 64 |
| Binary | 100010 | 1110100 | 11100101 | 1010101 | 110001 | 0 | 1010 | 11010111 | 1001111 | 110100 |
Color Harmonies of #2274E5
Complementary color
Monochromatic Colors of #2274E5
Black with #2274E5
Text Example
Text Example
White with #2274E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2274E5; }
p { color: rgb(34,116,229); }
H1.HeaderClassName
{
color: #2274E5;
}
.AnyTagClassName
{
color: #2274E5;
}
</style>
background-color css
<style>
a { background-color: #2274E5; }
a { background-color: rgb(34,116,229); }
div.DivClassName
{
background-color: #2274E5;
}
.BgClassName
{
background-color: #2274E5;
}
</style>
border-color css
<style>
span { border-color: #2274E5; }
span { border-color: rgb(34,116,229); }
td.TdClassName
{
border-color: #2274E5;
}
.TagClassName
{
border-color: #2274E5;
}
</style>