Shades of Royal Blue #2272DB
Tints of Royal Blue #2272DB
RGB
CMYK
RGB Variations
Color information
#2272DB (or 0x2272DB) is known color: Royal Blue. HEX triplet: 22, 72 and DB. RGB value is (34,114,219). Sum of RGB (Red+Green+Blue) = 34+114+219=367 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.26% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #2272DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272DB is #DD8D24. Grayscale: #656565. Windows color (decimal): -14519589 or 14381602. OLE color: 14381602.
HSL color Cylindrical-coordinate representation of color #2272DB: hue angle of 214.05º 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 #2272DB is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 114 | 219 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.14 |
| HSL | 214.05º | 0.73% | 0.5% | - |
| HSV(B) | 214.05º | 0.84% | 0.86% | - |
| XYZ | 19.46 | 17.49 | 69.37 | - |
| YUV | 102.05 | 194 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 219 | 0.84 | 0.48 | 0 | 0.14 | 214.05 | 0.73 | 0.5 |
| Hex | 22 | 72 | DB | 54 | 30 | 0 | E | D6 | 49 | 32 |
| Octal | 42 | 162 | 333 | 124 | 60 | 0 | 16 | 326 | 111 | 62 |
| Binary | 100010 | 1110010 | 11011011 | 1010100 | 110000 | 0 | 1110 | 11010110 | 1001001 | 110010 |
Color Harmonies of #2272DB
Complementary color
Monochromatic Colors of #2272DB
Black with #2272DB
Text Example
Text Example
White with #2272DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2272DB; }
p { color: rgb(34,114,219); }
H1.HeaderClassName
{
color: #2272DB;
}
.AnyTagClassName
{
color: #2272DB;
}
</style>
background-color css
<style>
a { background-color: #2272DB; }
a { background-color: rgb(34,114,219); }
div.DivClassName
{
background-color: #2272DB;
}
.BgClassName
{
background-color: #2272DB;
}
</style>
border-color css
<style>
span { border-color: #2272DB; }
span { border-color: rgb(34,114,219); }
td.TdClassName
{
border-color: #2272DB;
}
.TagClassName
{
border-color: #2272DB;
}
</style>