Shades of Royal Blue #2268DB
Tints of Royal Blue #2268DB
RGB
CMYK
RGB Variations
Color information
#2268DB (or 0x2268DB) is known color: Royal Blue. HEX triplet: 22, 68 and DB. RGB value is (34,104,219). Sum of RGB (Red+Green+Blue) = 34+104+219=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #2268DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2268DB is #DD9724. Grayscale: #5F5F5F. Windows color (decimal): -14522149 or 14379042. OLE color: 14379042.
HSL color Cylindrical-coordinate representation of color #2268DB: hue angle of 217.3º 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 #2268DB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 104 | 219 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.14 |
| HSL | 217.3º | 0.73% | 0.5% | - |
| HSV(B) | 217.3º | 0.84% | 0.86% | - |
| XYZ | 18.4 | 15.36 | 69.01 | - |
| YUV | 96.18 | 197.31 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 219 | 0.84 | 0.53 | 0 | 0.14 | 217.3 | 0.73 | 0.5 |
| Hex | 22 | 68 | DB | 54 | 35 | 0 | E | D9 | 49 | 32 |
| Octal | 42 | 150 | 333 | 124 | 65 | 0 | 16 | 331 | 111 | 62 |
| Binary | 100010 | 1101000 | 11011011 | 1010100 | 110101 | 0 | 1110 | 11011001 | 1001001 | 110010 |
Color Harmonies of #2268DB
Complementary color
Monochromatic Colors of #2268DB
Black with #2268DB
Text Example
Text Example
White with #2268DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2268DB; }
p { color: rgb(34,104,219); }
H1.HeaderClassName
{
color: #2268DB;
}
.AnyTagClassName
{
color: #2268DB;
}
</style>
background-color css
<style>
a { background-color: #2268DB; }
a { background-color: rgb(34,104,219); }
div.DivClassName
{
background-color: #2268DB;
}
.BgClassName
{
background-color: #2268DB;
}
</style>
border-color css
<style>
span { border-color: #2268DB; }
span { border-color: rgb(34,104,219); }
td.TdClassName
{
border-color: #2268DB;
}
.TagClassName
{
border-color: #2268DB;
}
</style>