Shades of Dodger Blue #2480EC
Tints of Dodger Blue #2480EC
RGB
CMYK
RGB Variations
Color information
#2480EC (or 0x2480EC) is known color: Dodger Blue. HEX triplet: 24, 80 and EC. RGB value is (36,128,236). Sum of RGB (Red+Green+Blue) = 36+128+236=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #2480EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2480EC is #DB7F13. Grayscale: #707070. Windows color (decimal): -14384916 or 15499300. OLE color: 15499300.
HSL color Cylindrical-coordinate representation of color #2480EC: hue angle of 212.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2480EC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 128 | 236 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.07 |
| HSL | 212.4º | 0.84% | 0.53% | - |
| HSV(B) | 212.4º | 0.85% | 0.93% | - |
| XYZ | 23.59 | 21.87 | 82.33 | - |
| YUV | 112.8 | 197.52 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 236 | 0.85 | 0.46 | 0 | 0.07 | 212.4 | 0.84 | 0.53 |
| Hex | 24 | 80 | EC | 55 | 2E | 0 | 7 | D4 | 54 | 35 |
| Octal | 44 | 200 | 354 | 125 | 56 | 0 | 7 | 324 | 124 | 65 |
| Binary | 100100 | 10000000 | 11101100 | 1010101 | 101110 | 0 | 111 | 11010100 | 1010100 | 110101 |
Color Harmonies of #2480EC
Complementary color
Monochromatic Colors of #2480EC
Black with #2480EC
Text Example
Text Example
White with #2480EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2480EC; }
p { color: rgb(36,128,236); }
H1.HeaderClassName
{
color: #2480EC;
}
.AnyTagClassName
{
color: #2480EC;
}
</style>
background-color css
<style>
a { background-color: #2480EC; }
a { background-color: rgb(36,128,236); }
div.DivClassName
{
background-color: #2480EC;
}
.BgClassName
{
background-color: #2480EC;
}
</style>
border-color css
<style>
span { border-color: #2480EC; }
span { border-color: rgb(36,128,236); }
td.TdClassName
{
border-color: #2480EC;
}
.TagClassName
{
border-color: #2480EC;
}
</style>