Shades of Dodger Blue #2480DB
Tints of Dodger Blue #2480DB
RGB
CMYK
RGB Variations
Color information
#2480DB (or 0x2480DB) is known color: Dodger Blue. HEX triplet: 24, 80 and DB. RGB value is (36,128,219). Sum of RGB (Red+Green+Blue) = 36+128+219=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #2480DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2480DB is #DB7F24. Grayscale: #6E6E6E. Windows color (decimal): -14384933 or 14385188. OLE color: 14385188.
HSL color Cylindrical-coordinate representation of color #2480DB: hue angle of 209.84º degrees, saturation: 0.72, 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 #2480DB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 128 | 219 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 209.84º | 0.72% | 0.5% | - |
| HSV(B) | 209.84º | 0.84% | 0.86% | - |
| XYZ | 21.23 | 20.93 | 69.94 | - |
| YUV | 110.87 | 189.02 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 219 | 0.84 | 0.42 | 0 | 0.14 | 209.84 | 0.72 | 0.5 |
| Hex | 24 | 80 | DB | 54 | 2A | 0 | E | D2 | 48 | 32 |
| Octal | 44 | 200 | 333 | 124 | 52 | 0 | 16 | 322 | 110 | 62 |
| Binary | 100100 | 10000000 | 11011011 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001000 | 110010 |
Color Harmonies of #2480DB
Complementary color
Monochromatic Colors of #2480DB
Black with #2480DB
Text Example
Text Example
White with #2480DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2480DB; }
p { color: rgb(36,128,219); }
H1.HeaderClassName
{
color: #2480DB;
}
.AnyTagClassName
{
color: #2480DB;
}
</style>
background-color css
<style>
a { background-color: #2480DB; }
a { background-color: rgb(36,128,219); }
div.DivClassName
{
background-color: #2480DB;
}
.BgClassName
{
background-color: #2480DB;
}
</style>
border-color css
<style>
span { border-color: #2480DB; }
span { border-color: rgb(36,128,219); }
td.TdClassName
{
border-color: #2480DB;
}
.TagClassName
{
border-color: #2480DB;
}
</style>