Shades of Royal Blue #2269E7
Tints of Royal Blue #2269E7
RGB
CMYK
RGB Variations
Color information
#2269E7 (or 0x2269E7) is known color: Royal Blue. HEX triplet: 22, 69 and E7. RGB value is (34,105,231). Sum of RGB (Red+Green+Blue) = 34+105+231=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 231 (90.62% from 255 or 62.43% from 370); Max value from RGB is 231 - color contains mainly: blue. Hex color #2269E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2269E7 is #DD9618. Grayscale: #616161. Windows color (decimal): -14521881 or 15165730. OLE color: 15165730.
HSL color Cylindrical-coordinate representation of color #2269E7: hue angle of 218.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2269E7 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 105 | 231 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.09 |
| HSL | 218.38º | 0.8% | 0.52% | - |
| HSV(B) | 218.38º | 0.85% | 0.91% | - |
| XYZ | 20.14 | 16.21 | 77.67 | - |
| YUV | 98.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 105 | 231 | 0.85 | 0.55 | 0 | 0.09 | 218.38 | 0.8 | 0.52 |
| Hex | 22 | 69 | E7 | 55 | 37 | 0 | 9 | DA | 50 | 34 |
| Octal | 42 | 151 | 347 | 125 | 67 | 0 | 11 | 332 | 120 | 64 |
| Binary | 100010 | 1101001 | 11100111 | 1010101 | 110111 | 0 | 1001 | 11011010 | 1010000 | 110100 |
Color Harmonies of #2269E7
Complementary color
Monochromatic Colors of #2269E7
Black with #2269E7
Text Example
Text Example
White with #2269E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2269E7; }
p { color: rgb(34,105,231); }
H1.HeaderClassName
{
color: #2269E7;
}
.AnyTagClassName
{
color: #2269E7;
}
</style>
background-color css
<style>
a { background-color: #2269E7; }
a { background-color: rgb(34,105,231); }
div.DivClassName
{
background-color: #2269E7;
}
.BgClassName
{
background-color: #2269E7;
}
</style>
border-color css
<style>
span { border-color: #2269E7; }
span { border-color: rgb(34,105,231); }
td.TdClassName
{
border-color: #2269E7;
}
.TagClassName
{
border-color: #2269E7;
}
</style>