Shades of Dodger Blue #1486FE
Tints of Dodger Blue #1486FE
RGB
CMYK
RGB Variations
Color information
#1486FE (or 0x1486FE) is known color: Dodger Blue. HEX triplet: 14, 86 and FE. RGB value is (20,134,254). Sum of RGB (Red+Green+Blue) = 20+134+254=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #1486FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1486FE is #EB7901. Grayscale: #717171. Windows color (decimal): -15431938 or 16680468. OLE color: 16680468.
HSL color Cylindrical-coordinate representation of color #1486FE: hue angle of 210.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1486FE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 134 | 254 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.00 |
| HSL | 210.77º | 0.99% | 0.54% | - |
| HSV(B) | 210.77º | 0.92% | 1% | - |
| XYZ | 26.7 | 24.35 | 97.06 | - |
| YUV | 113.59 | 207.23 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 254 | 0.92 | 0.47 | 0 | 0.00 | 210.77 | 0.99 | 0.54 |
| Hex | 14 | 86 | FE | 5C | 2F | 0 | 0 | D3 | 63 | 36 |
| Octal | 24 | 206 | 376 | 134 | 57 | 0 | 0 | 323 | 143 | 66 |
| Binary | 10100 | 10000110 | 11111110 | 1011100 | 101111 | 0 | 0 | 11010011 | 1100011 | 110110 |
Color Harmonies of #1486FE
Complementary color
Monochromatic Colors of #1486FE
Black with #1486FE
Text Example
Text Example
White with #1486FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486FE; }
p { color: rgb(20,134,254); }
H1.HeaderClassName
{
color: #1486FE;
}
.AnyTagClassName
{
color: #1486FE;
}
</style>
background-color css
<style>
a { background-color: #1486FE; }
a { background-color: rgb(20,134,254); }
div.DivClassName
{
background-color: #1486FE;
}
.BgClassName
{
background-color: #1486FE;
}
</style>
border-color css
<style>
span { border-color: #1486FE; }
span { border-color: rgb(20,134,254); }
td.TdClassName
{
border-color: #1486FE;
}
.TagClassName
{
border-color: #1486FE;
}
</style>