Shades of Dodger Blue #1986F9
Tints of Dodger Blue #1986F9
RGB
CMYK
RGB Variations
Color information
#1986F9 (or 0x1986F9) is known color: Dodger Blue. HEX triplet: 19, 86 and F9. RGB value is (25,134,249). Sum of RGB (Red+Green+Blue) = 25+134+249=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #1986F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1986F9 is #E67906. Grayscale: #717171. Windows color (decimal): -15104263 or 16352793. OLE color: 16352793.
HSL color Cylindrical-coordinate representation of color #1986F9: hue angle of 210.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1986F9 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 134 | 249 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.02 |
| HSL | 210.8º | 0.95% | 0.54% | - |
| HSV(B) | 210.8º | 0.9% | 0.98% | - |
| XYZ | 26.02 | 24.1 | 92.9 | - |
| YUV | 114.52 | 203.89 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 249 | 0.90 | 0.46 | 0 | 0.02 | 210.8 | 0.95 | 0.54 |
| Hex | 19 | 86 | F9 | 5A | 2E | 0 | 2 | D3 | 5F | 36 |
| Octal | 31 | 206 | 371 | 132 | 56 | 0 | 2 | 323 | 137 | 66 |
| Binary | 11001 | 10000110 | 11111001 | 1011010 | 101110 | 0 | 10 | 11010011 | 1011111 | 110110 |
Color Harmonies of #1986F9
Complementary color
Monochromatic Colors of #1986F9
Black with #1986F9
Text Example
Text Example
White with #1986F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986F9; }
p { color: rgb(25,134,249); }
H1.HeaderClassName
{
color: #1986F9;
}
.AnyTagClassName
{
color: #1986F9;
}
</style>
background-color css
<style>
a { background-color: #1986F9; }
a { background-color: rgb(25,134,249); }
div.DivClassName
{
background-color: #1986F9;
}
.BgClassName
{
background-color: #1986F9;
}
</style>
border-color css
<style>
span { border-color: #1986F9; }
span { border-color: rgb(25,134,249); }
td.TdClassName
{
border-color: #1986F9;
}
.TagClassName
{
border-color: #1986F9;
}
</style>