Shades of Royal Blue #2270DB
Tints of Royal Blue #2270DB
RGB
CMYK
RGB Variations
Color information
#2270DB (or 0x2270DB) is known color: Royal Blue. HEX triplet: 22, 70 and DB. RGB value is (34,112,219). Sum of RGB (Red+Green+Blue) = 34+112+219=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #2270DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2270DB is #DD8F24. Grayscale: #646464. Windows color (decimal): -14520101 or 14381090. OLE color: 14381090.
HSL color Cylindrical-coordinate representation of color #2270DB: hue angle of 214.7º 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 #2270DB is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 112 | 219 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.14 |
| HSL | 214.7º | 0.73% | 0.5% | - |
| HSV(B) | 214.7º | 0.84% | 0.86% | - |
| XYZ | 19.24 | 17.04 | 69.29 | - |
| YUV | 100.88 | 194.66 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 219 | 0.84 | 0.49 | 0 | 0.14 | 214.7 | 0.73 | 0.5 |
| Hex | 22 | 70 | DB | 54 | 31 | 0 | E | D7 | 49 | 32 |
| Octal | 42 | 160 | 333 | 124 | 61 | 0 | 16 | 327 | 111 | 62 |
| Binary | 100010 | 1110000 | 11011011 | 1010100 | 110001 | 0 | 1110 | 11010111 | 1001001 | 110010 |
Color Harmonies of #2270DB
Complementary color
Monochromatic Colors of #2270DB
Black with #2270DB
Text Example
Text Example
White with #2270DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270DB; }
p { color: rgb(34,112,219); }
H1.HeaderClassName
{
color: #2270DB;
}
.AnyTagClassName
{
color: #2270DB;
}
</style>
background-color css
<style>
a { background-color: #2270DB; }
a { background-color: rgb(34,112,219); }
div.DivClassName
{
background-color: #2270DB;
}
.BgClassName
{
background-color: #2270DB;
}
</style>
border-color css
<style>
span { border-color: #2270DB; }
span { border-color: rgb(34,112,219); }
td.TdClassName
{
border-color: #2270DB;
}
.TagClassName
{
border-color: #2270DB;
}
</style>