Shades of Royal Blue #2266E0
Tints of Royal Blue #2266E0
RGB
CMYK
RGB Variations
Color information
#2266E0 (or 0x2266E0) is known color: Royal Blue. HEX triplet: 22, 66 and E0. RGB value is (34,102,224). Sum of RGB (Red+Green+Blue) = 34+102+224=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #2266E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2266E0 is #DD991F. Grayscale: #5F5F5F. Windows color (decimal): -14522656 or 14706210. OLE color: 14706210.
HSL color Cylindrical-coordinate representation of color #2266E0: hue angle of 218.53º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2266E0 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 102 | 224 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.12 |
| HSL | 218.53º | 0.75% | 0.51% | - |
| HSV(B) | 218.53º | 0.85% | 0.88% | - |
| XYZ | 18.87 | 15.22 | 72.47 | - |
| YUV | 95.58 | 200.47 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 224 | 0.85 | 0.54 | 0 | 0.12 | 218.53 | 0.75 | 0.51 |
| Hex | 22 | 66 | E0 | 55 | 36 | 0 | C | DB | 4B | 33 |
| Octal | 42 | 146 | 340 | 125 | 66 | 0 | 14 | 333 | 113 | 63 |
| Binary | 100010 | 1100110 | 11100000 | 1010101 | 110110 | 0 | 1100 | 11011011 | 1001011 | 110011 |
Color Harmonies of #2266E0
Complementary color
Monochromatic Colors of #2266E0
Black with #2266E0
Text Example
Text Example
White with #2266E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2266E0; }
p { color: rgb(34,102,224); }
H1.HeaderClassName
{
color: #2266E0;
}
.AnyTagClassName
{
color: #2266E0;
}
</style>
background-color css
<style>
a { background-color: #2266E0; }
a { background-color: rgb(34,102,224); }
div.DivClassName
{
background-color: #2266E0;
}
.BgClassName
{
background-color: #2266E0;
}
</style>
border-color css
<style>
span { border-color: #2266E0; }
span { border-color: rgb(34,102,224); }
td.TdClassName
{
border-color: #2266E0;
}
.TagClassName
{
border-color: #2266E0;
}
</style>