Shades of Dodger Blue #1982FE
Tints of Dodger Blue #1982FE
RGB
CMYK
RGB Variations
Color information
#1982FE (or 0x1982FE) is known color: Dodger Blue. HEX triplet: 19, 82 and FE. RGB value is (25,130,254). Sum of RGB (Red+Green+Blue) = 25+130+254=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #1982FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1982FE is #E67D01. Grayscale: #707070. Windows color (decimal): -15105282 or 16679449. OLE color: 16679449.
HSL color Cylindrical-coordinate representation of color #1982FE: hue angle of 212.49º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1982FE is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 130 | 254 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.00 |
| HSL | 212.49º | 0.99% | 0.55% | - |
| HSV(B) | 212.49º | 0.9% | 1% | - |
| XYZ | 26.27 | 23.33 | 96.88 | - |
| YUV | 112.74 | 207.71 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 254 | 0.90 | 0.49 | 0 | 0.00 | 212.49 | 0.99 | 0.55 |
| Hex | 19 | 82 | FE | 5A | 31 | 0 | 0 | D4 | 63 | 37 |
| Octal | 31 | 202 | 376 | 132 | 61 | 0 | 0 | 324 | 143 | 67 |
| Binary | 11001 | 10000010 | 11111110 | 1011010 | 110001 | 0 | 0 | 11010100 | 1100011 | 110111 |
Color Harmonies of #1982FE
Complementary color
Monochromatic Colors of #1982FE
Black with #1982FE
Text Example
Text Example
White with #1982FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1982FE; }
p { color: rgb(25,130,254); }
H1.HeaderClassName
{
color: #1982FE;
}
.AnyTagClassName
{
color: #1982FE;
}
</style>
background-color css
<style>
a { background-color: #1982FE; }
a { background-color: rgb(25,130,254); }
div.DivClassName
{
background-color: #1982FE;
}
.BgClassName
{
background-color: #1982FE;
}
</style>
border-color css
<style>
span { border-color: #1982FE; }
span { border-color: rgb(25,130,254); }
td.TdClassName
{
border-color: #1982FE;
}
.TagClassName
{
border-color: #1982FE;
}
</style>