Shades of Dodger Blue #2289DB
Tints of Dodger Blue #2289DB
RGB
CMYK
RGB Variations
Color information
#2289DB (or 0x2289DB) is known color: Dodger Blue. HEX triplet: 22, 89 and DB. RGB value is (34,137,219). Sum of RGB (Red+Green+Blue) = 34+137+219=390 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.72% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #2289DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2289DB is #DD7624. Grayscale: #737373. Windows color (decimal): -14513701 or 14387490. OLE color: 14387490.
HSL color Cylindrical-coordinate representation of color #2289DB: hue angle of 206.59º 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 #2289DB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 137 | 219 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.14 |
| HSL | 206.59º | 0.73% | 0.5% | - |
| HSV(B) | 206.59º | 0.84% | 0.86% | - |
| XYZ | 22.39 | 23.35 | 70.34 | - |
| YUV | 115.55 | 186.38 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 219 | 0.84 | 0.37 | 0 | 0.14 | 206.59 | 0.73 | 0.5 |
| Hex | 22 | 89 | DB | 54 | 25 | 0 | E | CF | 49 | 32 |
| Octal | 42 | 211 | 333 | 124 | 45 | 0 | 16 | 317 | 111 | 62 |
| Binary | 100010 | 10001001 | 11011011 | 1010100 | 100101 | 0 | 1110 | 11001111 | 1001001 | 110010 |
Color Harmonies of #2289DB
Complementary color
Monochromatic Colors of #2289DB
Black with #2289DB
Text Example
Text Example
White with #2289DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2289DB; }
p { color: rgb(34,137,219); }
H1.HeaderClassName
{
color: #2289DB;
}
.AnyTagClassName
{
color: #2289DB;
}
</style>
background-color css
<style>
a { background-color: #2289DB; }
a { background-color: rgb(34,137,219); }
div.DivClassName
{
background-color: #2289DB;
}
.BgClassName
{
background-color: #2289DB;
}
</style>
border-color css
<style>
span { border-color: #2289DB; }
span { border-color: rgb(34,137,219); }
td.TdClassName
{
border-color: #2289DB;
}
.TagClassName
{
border-color: #2289DB;
}
</style>