Shades of Dodger Blue #1580EB
Tints of Dodger Blue #1580EB
RGB
CMYK
RGB Variations
Color information
#1580EB (or 0x1580EB) is known color: Dodger Blue. HEX triplet: 15, 80 and EB. RGB value is (21,128,235). Sum of RGB (Red+Green+Blue) = 21+128+235=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #1580EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580EB is #EA7F14. Grayscale: #6B6B6B. Windows color (decimal): -15367957 or 15433749. OLE color: 15433749.
HSL color Cylindrical-coordinate representation of color #1580EB: hue angle of 210º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1580EB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 128 | 235 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.08 |
| HSL | 210º | 0.84% | 0.5% | - |
| HSV(B) | 210º | 0.91% | 0.92% | - |
| XYZ | 23.02 | 21.6 | 81.55 | - |
| YUV | 108.21 | 199.55 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 235 | 0.91 | 0.46 | 0 | 0.08 | 210 | 0.84 | 0.5 |
| Hex | 15 | 80 | EB | 5B | 2E | 0 | 8 | D2 | 54 | 32 |
| Octal | 25 | 200 | 353 | 133 | 56 | 0 | 10 | 322 | 124 | 62 |
| Binary | 10101 | 10000000 | 11101011 | 1011011 | 101110 | 0 | 1000 | 11010010 | 1010100 | 110010 |
Color Harmonies of #1580EB
Complementary color
Monochromatic Colors of #1580EB
Black with #1580EB
Text Example
Text Example
White with #1580EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580EB; }
p { color: rgb(21,128,235); }
H1.HeaderClassName
{
color: #1580EB;
}
.AnyTagClassName
{
color: #1580EB;
}
</style>
background-color css
<style>
a { background-color: #1580EB; }
a { background-color: rgb(21,128,235); }
div.DivClassName
{
background-color: #1580EB;
}
.BgClassName
{
background-color: #1580EB;
}
</style>
border-color css
<style>
span { border-color: #1580EB; }
span { border-color: rgb(21,128,235); }
td.TdClassName
{
border-color: #1580EB;
}
.TagClassName
{
border-color: #1580EB;
}
</style>