Shades of Dodger Blue #1982F6
Tints of Dodger Blue #1982F6
RGB
CMYK
RGB Variations
Color information
#1982F6 (or 0x1982F6) is known color: Dodger Blue. HEX triplet: 19, 82 and F6. RGB value is (25,130,246). Sum of RGB (Red+Green+Blue) = 25+130+246=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #1982F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982F6 is #E67D09. Grayscale: #6F6F6F. Windows color (decimal): -15105290 or 16155161. OLE color: 16155161.
HSL color Cylindrical-coordinate representation of color #1982F6: hue angle of 211.49º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1982F6 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 130 | 246 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.04 |
| HSL | 211.49º | 0.92% | 0.53% | - |
| HSV(B) | 211.49º | 0.9% | 0.96% | - |
| XYZ | 25.02 | 22.83 | 90.28 | - |
| YUV | 111.83 | 203.71 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 246 | 0.90 | 0.47 | 0 | 0.04 | 211.49 | 0.92 | 0.53 |
| Hex | 19 | 82 | F6 | 5A | 2F | 0 | 4 | D3 | 5C | 35 |
| Octal | 31 | 202 | 366 | 132 | 57 | 0 | 4 | 323 | 134 | 65 |
| Binary | 11001 | 10000010 | 11110110 | 1011010 | 101111 | 0 | 100 | 11010011 | 1011100 | 110101 |
Color Harmonies of #1982F6
Complementary color
Monochromatic Colors of #1982F6
Black with #1982F6
Text Example
Text Example
White with #1982F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982F6; }
p { color: rgb(25,130,246); }
H1.HeaderClassName
{
color: #1982F6;
}
.AnyTagClassName
{
color: #1982F6;
}
</style>
background-color css
<style>
a { background-color: #1982F6; }
a { background-color: rgb(25,130,246); }
div.DivClassName
{
background-color: #1982F6;
}
.BgClassName
{
background-color: #1982F6;
}
</style>
border-color css
<style>
span { border-color: #1982F6; }
span { border-color: rgb(25,130,246); }
td.TdClassName
{
border-color: #1982F6;
}
.TagClassName
{
border-color: #1982F6;
}
</style>