Shades of Dodger Blue #1580EA
Tints of Dodger Blue #1580EA
RGB
CMYK
RGB Variations
Color information
#1580EA (or 0x1580EA) is known color: Dodger Blue. HEX triplet: 15, 80 and EA. RGB value is (21,128,234). Sum of RGB (Red+Green+Blue) = 21+128+234=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #1580EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580EA is #EA7F15. Grayscale: #6B6B6B. Windows color (decimal): -15367958 or 15368213. OLE color: 15368213.
HSL color Cylindrical-coordinate representation of color #1580EA: hue angle of 209.86º 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 #1580EA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 128 | 234 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.08 |
| HSL | 209.86º | 0.84% | 0.5% | - |
| HSV(B) | 209.86º | 0.91% | 0.92% | - |
| XYZ | 22.88 | 21.54 | 80.79 | - |
| YUV | 108.09 | 199.05 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 234 | 0.91 | 0.45 | 0 | 0.08 | 209.86 | 0.84 | 0.5 |
| Hex | 15 | 80 | EA | 5B | 2D | 0 | 8 | D2 | 54 | 32 |
| Octal | 25 | 200 | 352 | 133 | 55 | 0 | 10 | 322 | 124 | 62 |
| Binary | 10101 | 10000000 | 11101010 | 1011011 | 101101 | 0 | 1000 | 11010010 | 1010100 | 110010 |
Color Harmonies of #1580EA
Complementary color
Monochromatic Colors of #1580EA
Black with #1580EA
Text Example
Text Example
White with #1580EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1580EA; }
p { color: rgb(21,128,234); }
H1.HeaderClassName
{
color: #1580EA;
}
.AnyTagClassName
{
color: #1580EA;
}
</style>
background-color css
<style>
a { background-color: #1580EA; }
a { background-color: rgb(21,128,234); }
div.DivClassName
{
background-color: #1580EA;
}
.BgClassName
{
background-color: #1580EA;
}
</style>
border-color css
<style>
span { border-color: #1580EA; }
span { border-color: rgb(21,128,234); }
td.TdClassName
{
border-color: #1580EA;
}
.TagClassName
{
border-color: #1580EA;
}
</style>