Shades of Dodger Blue #1582F6
Tints of Dodger Blue #1582F6
RGB
CMYK
RGB Variations
Color information
#1582F6 (or 0x1582F6) is known color: Dodger Blue. HEX triplet: 15, 82 and F6. RGB value is (21,130,246). Sum of RGB (Red+Green+Blue) = 21+130+246=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #1582F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582F6 is #EA7D09. Grayscale: #6E6E6E. Windows color (decimal): -15367434 or 16155157. OLE color: 16155157.
HSL color Cylindrical-coordinate representation of color #1582F6: hue angle of 210.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1582F6 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 130 | 246 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.04 |
| HSL | 210.93º | 0.93% | 0.52% | - |
| HSV(B) | 210.93º | 0.91% | 0.96% | - |
| XYZ | 24.93 | 22.78 | 90.27 | - |
| YUV | 110.63 | 204.39 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 246 | 0.91 | 0.47 | 0 | 0.04 | 210.93 | 0.93 | 0.52 |
| Hex | 15 | 82 | F6 | 5B | 2F | 0 | 4 | D3 | 5D | 34 |
| Octal | 25 | 202 | 366 | 133 | 57 | 0 | 4 | 323 | 135 | 64 |
| Binary | 10101 | 10000010 | 11110110 | 1011011 | 101111 | 0 | 100 | 11010011 | 1011101 | 110100 |
Color Harmonies of #1582F6
Complementary color
Monochromatic Colors of #1582F6
Black with #1582F6
Text Example
Text Example
White with #1582F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1582F6; }
p { color: rgb(21,130,246); }
H1.HeaderClassName
{
color: #1582F6;
}
.AnyTagClassName
{
color: #1582F6;
}
</style>
background-color css
<style>
a { background-color: #1582F6; }
a { background-color: rgb(21,130,246); }
div.DivClassName
{
background-color: #1582F6;
}
.BgClassName
{
background-color: #1582F6;
}
</style>
border-color css
<style>
span { border-color: #1582F6; }
span { border-color: rgb(21,130,246); }
td.TdClassName
{
border-color: #1582F6;
}
.TagClassName
{
border-color: #1582F6;
}
</style>