Shades of Royal Blue #2251EE
Tints of Royal Blue #2251EE
RGB
CMYK
RGB Variations
Color information
#2251EE (or 0x2251EE) is known color: Royal Blue. HEX triplet: 22, 51 and EE. RGB value is (34,81,238). Sum of RGB (Red+Green+Blue) = 34+81+238=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #2251EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2251EE is #DDAE11. Grayscale: #545454. Windows color (decimal): -14528018 or 15618338. OLE color: 15618338.
HSL color Cylindrical-coordinate representation of color #2251EE: hue angle of 226.18º degrees, saturation: 0.86, 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 #2251EE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 81 | 238 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.07 |
| HSL | 226.18º | 0.86% | 0.53% | - |
| HSV(B) | 226.18º | 0.86% | 0.93% | - |
| XYZ | 19.03 | 12.4 | 82.28 | - |
| YUV | 84.85 | 214.43 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 238 | 0.86 | 0.66 | 0 | 0.07 | 226.18 | 0.86 | 0.53 |
| Hex | 22 | 51 | EE | 56 | 42 | 0 | 7 | E2 | 56 | 35 |
| Octal | 42 | 121 | 356 | 126 | 102 | 0 | 7 | 342 | 126 | 65 |
| Binary | 100010 | 1010001 | 11101110 | 1010110 | 1000010 | 0 | 111 | 11100010 | 1010110 | 110101 |
Color Harmonies of #2251EE
Complementary color
Monochromatic Colors of #2251EE
Black with #2251EE
Text Example
Text Example
White with #2251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2251EE; }
p { color: rgb(34,81,238); }
H1.HeaderClassName
{
color: #2251EE;
}
.AnyTagClassName
{
color: #2251EE;
}
</style>
background-color css
<style>
a { background-color: #2251EE; }
a { background-color: rgb(34,81,238); }
div.DivClassName
{
background-color: #2251EE;
}
.BgClassName
{
background-color: #2251EE;
}
</style>
border-color css
<style>
span { border-color: #2251EE; }
span { border-color: rgb(34,81,238); }
td.TdClassName
{
border-color: #2251EE;
}
.TagClassName
{
border-color: #2251EE;
}
</style>