Shades of Dodger Blue #1582EA
Tints of Dodger Blue #1582EA
RGB
CMYK
RGB Variations
Color information
#1582EA (or 0x1582EA) is known color: Dodger Blue. HEX triplet: 15, 82 and EA. RGB value is (21,130,234). Sum of RGB (Red+Green+Blue) = 21+130+234=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #1582EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582EA is #EA7D15. Grayscale: #6C6C6C. Windows color (decimal): -15367446 or 15368725. OLE color: 15368725.
HSL color Cylindrical-coordinate representation of color #1582EA: hue angle of 209.3º 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 #1582EA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 130 | 234 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.08 |
| HSL | 209.3º | 0.84% | 0.5% | - |
| HSV(B) | 209.3º | 0.91% | 0.92% | - |
| XYZ | 23.14 | 22.07 | 80.88 | - |
| YUV | 109.27 | 198.39 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 234 | 0.91 | 0.44 | 0 | 0.08 | 209.3 | 0.84 | 0.5 |
| Hex | 15 | 82 | EA | 5B | 2C | 0 | 8 | D1 | 54 | 32 |
| Octal | 25 | 202 | 352 | 133 | 54 | 0 | 10 | 321 | 124 | 62 |
| Binary | 10101 | 10000010 | 11101010 | 1011011 | 101100 | 0 | 1000 | 11010001 | 1010100 | 110010 |
Color Harmonies of #1582EA
Complementary color
Monochromatic Colors of #1582EA
Black with #1582EA
Text Example
Text Example
White with #1582EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1582EA; }
p { color: rgb(21,130,234); }
H1.HeaderClassName
{
color: #1582EA;
}
.AnyTagClassName
{
color: #1582EA;
}
</style>
background-color css
<style>
a { background-color: #1582EA; }
a { background-color: rgb(21,130,234); }
div.DivClassName
{
background-color: #1582EA;
}
.BgClassName
{
background-color: #1582EA;
}
</style>
border-color css
<style>
span { border-color: #1582EA; }
span { border-color: rgb(21,130,234); }
td.TdClassName
{
border-color: #1582EA;
}
.TagClassName
{
border-color: #1582EA;
}
</style>