Shades of Dodger Blue #1986FE
Tints of Dodger Blue #1986FE
RGB
CMYK
RGB Variations
Color information
#1986FE (or 0x1986FE) is known color: Dodger Blue. HEX triplet: 19, 86 and FE. RGB value is (25,134,254). Sum of RGB (Red+Green+Blue) = 25+134+254=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #1986FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1986FE is #E67901. Grayscale: #727272. Windows color (decimal): -15104258 or 16680473. OLE color: 16680473.
HSL color Cylindrical-coordinate representation of color #1986FE: hue angle of 211.44º 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 #1986FE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 134 | 254 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.00 |
| HSL | 211.44º | 0.99% | 0.55% | - |
| HSV(B) | 211.44º | 0.9% | 1% | - |
| XYZ | 26.82 | 24.41 | 97.06 | - |
| YUV | 115.09 | 206.39 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 254 | 0.90 | 0.47 | 0 | 0.00 | 211.44 | 0.99 | 0.55 |
| Hex | 19 | 86 | FE | 5A | 2F | 0 | 0 | D3 | 63 | 37 |
| Octal | 31 | 206 | 376 | 132 | 57 | 0 | 0 | 323 | 143 | 67 |
| Binary | 11001 | 10000110 | 11111110 | 1011010 | 101111 | 0 | 0 | 11010011 | 1100011 | 110111 |
Color Harmonies of #1986FE
Complementary color
Monochromatic Colors of #1986FE
Black with #1986FE
Text Example
Text Example
White with #1986FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986FE; }
p { color: rgb(25,134,254); }
H1.HeaderClassName
{
color: #1986FE;
}
.AnyTagClassName
{
color: #1986FE;
}
</style>
background-color css
<style>
a { background-color: #1986FE; }
a { background-color: rgb(25,134,254); }
div.DivClassName
{
background-color: #1986FE;
}
.BgClassName
{
background-color: #1986FE;
}
</style>
border-color css
<style>
span { border-color: #1986FE; }
span { border-color: rgb(25,134,254); }
td.TdClassName
{
border-color: #1986FE;
}
.TagClassName
{
border-color: #1986FE;
}
</style>