Shades of Dodger Blue #1582DF
Tints of Dodger Blue #1582DF
RGB
CMYK
RGB Variations
Color information
#1582DF (or 0x1582DF) is known color: Dodger Blue. HEX triplet: 15, 82 and DF. RGB value is (21,130,223). Sum of RGB (Red+Green+Blue) = 21+130+223=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #1582DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1582DF is #EA7D20. Grayscale: #6B6B6B. Windows color (decimal): -15367457 or 14647829. OLE color: 14647829.
HSL color Cylindrical-coordinate representation of color #1582DF: hue angle of 207.62º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1582DF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 130 | 223 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.13 |
| HSL | 207.62º | 0.83% | 0.48% | - |
| HSV(B) | 207.62º | 0.91% | 0.87% | - |
| XYZ | 21.61 | 21.45 | 72.81 | - |
| YUV | 108.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 223 | 0.91 | 0.42 | 0 | 0.13 | 207.62 | 0.83 | 0.48 |
| Hex | 15 | 82 | DF | 5B | 2A | 0 | D | D0 | 53 | 30 |
| Octal | 25 | 202 | 337 | 133 | 52 | 0 | 15 | 320 | 123 | 60 |
| Binary | 10101 | 10000010 | 11011111 | 1011011 | 101010 | 0 | 1101 | 11010000 | 1010011 | 110000 |
Color Harmonies of #1582DF
Complementary color
Monochromatic Colors of #1582DF
Black with #1582DF
Text Example
Text Example
White with #1582DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1582DF; }
p { color: rgb(21,130,223); }
H1.HeaderClassName
{
color: #1582DF;
}
.AnyTagClassName
{
color: #1582DF;
}
</style>
background-color css
<style>
a { background-color: #1582DF; }
a { background-color: rgb(21,130,223); }
div.DivClassName
{
background-color: #1582DF;
}
.BgClassName
{
background-color: #1582DF;
}
</style>
border-color css
<style>
span { border-color: #1582DF; }
span { border-color: rgb(21,130,223); }
td.TdClassName
{
border-color: #1582DF;
}
.TagClassName
{
border-color: #1582DF;
}
</style>