Shades of Dodger Blue #2280DB
Tints of Dodger Blue #2280DB
RGB
CMYK
RGB Variations
Color information
#2280DB (or 0x2280DB) is known color: Dodger Blue. HEX triplet: 22, 80 and DB. RGB value is (34,128,219). Sum of RGB (Red+Green+Blue) = 34+128+219=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #2280DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2280DB is #DD7F24. Grayscale: #6D6D6D. Windows color (decimal): -14516005 or 14385186. OLE color: 14385186.
HSL color Cylindrical-coordinate representation of color #2280DB: hue angle of 209.51º 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 #2280DB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 128 | 219 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 209.51º | 0.73% | 0.5% | - |
| HSV(B) | 209.51º | 0.84% | 0.86% | - |
| XYZ | 21.17 | 20.89 | 69.94 | - |
| YUV | 110.27 | 189.36 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 219 | 0.84 | 0.42 | 0 | 0.14 | 209.51 | 0.73 | 0.5 |
| Hex | 22 | 80 | DB | 54 | 2A | 0 | E | D2 | 49 | 32 |
| Octal | 42 | 200 | 333 | 124 | 52 | 0 | 16 | 322 | 111 | 62 |
| Binary | 100010 | 10000000 | 11011011 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001001 | 110010 |
Color Harmonies of #2280DB
Complementary color
Monochromatic Colors of #2280DB
Black with #2280DB
Text Example
Text Example
White with #2280DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2280DB; }
p { color: rgb(34,128,219); }
H1.HeaderClassName
{
color: #2280DB;
}
.AnyTagClassName
{
color: #2280DB;
}
</style>
background-color css
<style>
a { background-color: #2280DB; }
a { background-color: rgb(34,128,219); }
div.DivClassName
{
background-color: #2280DB;
}
.BgClassName
{
background-color: #2280DB;
}
</style>
border-color css
<style>
span { border-color: #2280DB; }
span { border-color: rgb(34,128,219); }
td.TdClassName
{
border-color: #2280DB;
}
.TagClassName
{
border-color: #2280DB;
}
</style>