Shades of Royal Blue #2267DB
Tints of Royal Blue #2267DB
RGB
CMYK
RGB Variations
Color information
#2267DB (or 0x2267DB) is known color: Royal Blue. HEX triplet: 22, 67 and DB. RGB value is (34,103,219). Sum of RGB (Red+Green+Blue) = 34+103+219=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2267DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2267DB is #DD9824. Grayscale: #5F5F5F. Windows color (decimal): -14522405 or 14378786. OLE color: 14378786.
HSL color Cylindrical-coordinate representation of color #2267DB: hue angle of 217.62º 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 #2267DB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 103 | 219 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.14 |
| HSL | 217.62º | 0.73% | 0.5% | - |
| HSV(B) | 217.62º | 0.84% | 0.86% | - |
| XYZ | 18.3 | 15.16 | 68.98 | - |
| YUV | 95.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 219 | 0.84 | 0.53 | 0 | 0.14 | 217.62 | 0.73 | 0.5 |
| Hex | 22 | 67 | DB | 54 | 35 | 0 | E | DA | 49 | 32 |
| Octal | 42 | 147 | 333 | 124 | 65 | 0 | 16 | 332 | 111 | 62 |
| Binary | 100010 | 1100111 | 11011011 | 1010100 | 110101 | 0 | 1110 | 11011010 | 1001001 | 110010 |
Color Harmonies of #2267DB
Complementary color
Monochromatic Colors of #2267DB
Black with #2267DB
Text Example
Text Example
White with #2267DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2267DB; }
p { color: rgb(34,103,219); }
H1.HeaderClassName
{
color: #2267DB;
}
.AnyTagClassName
{
color: #2267DB;
}
</style>
background-color css
<style>
a { background-color: #2267DB; }
a { background-color: rgb(34,103,219); }
div.DivClassName
{
background-color: #2267DB;
}
.BgClassName
{
background-color: #2267DB;
}
</style>
border-color css
<style>
span { border-color: #2267DB; }
span { border-color: rgb(34,103,219); }
td.TdClassName
{
border-color: #2267DB;
}
.TagClassName
{
border-color: #2267DB;
}
</style>