Shades of Royal Blue #227ADB
Tints of Royal Blue #227ADB
RGB
CMYK
RGB Variations
Color information
#227ADB (or 0x227ADB) is known color: Royal Blue. HEX triplet: 22, 7A and DB. RGB value is (34,122,219). Sum of RGB (Red+Green+Blue) = 34+122+219=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #227ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227ADB is #DD8524. Grayscale: #6A6A6A. Windows color (decimal): -14517541 or 14383650. OLE color: 14383650.
HSL color Cylindrical-coordinate representation of color #227ADB: hue angle of 211.46º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227ADB is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 122 | 219 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.14 |
| HSL | 211.46º | 0.73% | 0.5% | - |
| HSV(B) | 211.46º | 0.84% | 0.86% | - |
| XYZ | 20.41 | 19.37 | 69.68 | - |
| YUV | 106.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 219 | 0.84 | 0.44 | 0 | 0.14 | 211.46 | 0.73 | 0.5 |
| Hex | 22 | 7A | DB | 54 | 2C | 0 | E | D3 | 49 | 32 |
| Octal | 42 | 172 | 333 | 124 | 54 | 0 | 16 | 323 | 111 | 62 |
| Binary | 100010 | 1111010 | 11011011 | 1010100 | 101100 | 0 | 1110 | 11010011 | 1001001 | 110010 |
Color Harmonies of #227ADB
Complementary color
Monochromatic Colors of #227ADB
Black with #227ADB
Text Example
Text Example
White with #227ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227ADB; }
p { color: rgb(34,122,219); }
H1.HeaderClassName
{
color: #227ADB;
}
.AnyTagClassName
{
color: #227ADB;
}
</style>
background-color css
<style>
a { background-color: #227ADB; }
a { background-color: rgb(34,122,219); }
div.DivClassName
{
background-color: #227ADB;
}
.BgClassName
{
background-color: #227ADB;
}
</style>
border-color css
<style>
span { border-color: #227ADB; }
span { border-color: rgb(34,122,219); }
td.TdClassName
{
border-color: #227ADB;
}
.TagClassName
{
border-color: #227ADB;
}
</style>