Shades of Dodger Blue #1982EF
Tints of Dodger Blue #1982EF
RGB
CMYK
RGB Variations
Color information
#1982EF (or 0x1982EF) is known color: Dodger Blue. HEX triplet: 19, 82 and EF. RGB value is (25,130,239). Sum of RGB (Red+Green+Blue) = 25+130+239=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #1982EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982EF is #E67D10. Grayscale: #6E6E6E. Windows color (decimal): -15105297 or 15696409. OLE color: 15696409.
HSL color Cylindrical-coordinate representation of color #1982EF: hue angle of 210.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1982EF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 130 | 239 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.06 |
| HSL | 210.56º | 0.87% | 0.52% | - |
| HSV(B) | 210.56º | 0.9% | 0.94% | - |
| XYZ | 23.96 | 22.4 | 84.72 | - |
| YUV | 111.03 | 200.21 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 239 | 0.90 | 0.46 | 0 | 0.06 | 210.56 | 0.87 | 0.52 |
| Hex | 19 | 82 | EF | 5A | 2E | 0 | 6 | D3 | 57 | 34 |
| Octal | 31 | 202 | 357 | 132 | 56 | 0 | 6 | 323 | 127 | 64 |
| Binary | 11001 | 10000010 | 11101111 | 1011010 | 101110 | 0 | 110 | 11010011 | 1010111 | 110100 |
Color Harmonies of #1982EF
Complementary color
Monochromatic Colors of #1982EF
Black with #1982EF
Text Example
Text Example
White with #1982EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982EF; }
p { color: rgb(25,130,239); }
H1.HeaderClassName
{
color: #1982EF;
}
.AnyTagClassName
{
color: #1982EF;
}
</style>
background-color css
<style>
a { background-color: #1982EF; }
a { background-color: rgb(25,130,239); }
div.DivClassName
{
background-color: #1982EF;
}
.BgClassName
{
background-color: #1982EF;
}
</style>
border-color css
<style>
span { border-color: #1982EF; }
span { border-color: rgb(25,130,239); }
td.TdClassName
{
border-color: #1982EF;
}
.TagClassName
{
border-color: #1982EF;
}
</style>