Shades of Royal Blue #2274DB
Tints of Royal Blue #2274DB
RGB
CMYK
RGB Variations
Color information
#2274DB (or 0x2274DB) is known color: Royal Blue. HEX triplet: 22, 74 and DB. RGB value is (34,116,219). Sum of RGB (Red+Green+Blue) = 34+116+219=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2274DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2274DB is #DD8B24. Grayscale: #666666. Windows color (decimal): -14519077 or 14382114. OLE color: 14382114.
HSL color Cylindrical-coordinate representation of color #2274DB: hue angle of 213.41º 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 #2274DB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 116 | 219 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.14 |
| HSL | 213.41º | 0.73% | 0.5% | - |
| HSV(B) | 213.41º | 0.84% | 0.86% | - |
| XYZ | 19.69 | 17.95 | 69.44 | - |
| YUV | 103.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 116 | 219 | 0.84 | 0.47 | 0 | 0.14 | 213.41 | 0.73 | 0.5 |
| Hex | 22 | 74 | DB | 54 | 2F | 0 | E | D5 | 49 | 32 |
| Octal | 42 | 164 | 333 | 124 | 57 | 0 | 16 | 325 | 111 | 62 |
| Binary | 100010 | 1110100 | 11011011 | 1010100 | 101111 | 0 | 1110 | 11010101 | 1001001 | 110010 |
Color Harmonies of #2274DB
Complementary color
Monochromatic Colors of #2274DB
Black with #2274DB
Text Example
Text Example
White with #2274DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2274DB; }
p { color: rgb(34,116,219); }
H1.HeaderClassName
{
color: #2274DB;
}
.AnyTagClassName
{
color: #2274DB;
}
</style>
background-color css
<style>
a { background-color: #2274DB; }
a { background-color: rgb(34,116,219); }
div.DivClassName
{
background-color: #2274DB;
}
.BgClassName
{
background-color: #2274DB;
}
</style>
border-color css
<style>
span { border-color: #2274DB; }
span { border-color: rgb(34,116,219); }
td.TdClassName
{
border-color: #2274DB;
}
.TagClassName
{
border-color: #2274DB;
}
</style>