Shades of Royal Blue #2266EF
Tints of Royal Blue #2266EF
RGB
CMYK
RGB Variations
Color information
#2266EF (or 0x2266EF) is known color: Royal Blue. HEX triplet: 22, 66 and EF. RGB value is (34,102,239). Sum of RGB (Red+Green+Blue) = 34+102+239=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2266EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2266EF is #DD9910. Grayscale: #606060. Windows color (decimal): -14522641 or 15689250. OLE color: 15689250.
HSL color Cylindrical-coordinate representation of color #2266EF: hue angle of 220.1º 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 #2266EF is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 102 | 239 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.06 |
| HSL | 220.1º | 0.86% | 0.54% | - |
| HSV(B) | 220.1º | 0.86% | 0.94% | - |
| XYZ | 20.99 | 16.07 | 83.66 | - |
| YUV | 97.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 239 | 0.86 | 0.57 | 0 | 0.06 | 220.1 | 0.86 | 0.54 |
| Hex | 22 | 66 | EF | 56 | 39 | 0 | 6 | DC | 56 | 36 |
| Octal | 42 | 146 | 357 | 126 | 71 | 0 | 6 | 334 | 126 | 66 |
| Binary | 100010 | 1100110 | 11101111 | 1010110 | 111001 | 0 | 110 | 11011100 | 1010110 | 110110 |
Color Harmonies of #2266EF
Complementary color
Monochromatic Colors of #2266EF
Black with #2266EF
Text Example
Text Example
White with #2266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2266EF; }
p { color: rgb(34,102,239); }
H1.HeaderClassName
{
color: #2266EF;
}
.AnyTagClassName
{
color: #2266EF;
}
</style>
background-color css
<style>
a { background-color: #2266EF; }
a { background-color: rgb(34,102,239); }
div.DivClassName
{
background-color: #2266EF;
}
.BgClassName
{
background-color: #2266EF;
}
</style>
border-color css
<style>
span { border-color: #2266EF; }
span { border-color: rgb(34,102,239); }
td.TdClassName
{
border-color: #2266EF;
}
.TagClassName
{
border-color: #2266EF;
}
</style>