Shades of Dodger Blue #1286FE
Tints of Dodger Blue #1286FE
RGB
CMYK
RGB Variations
Color information
#1286FE (or 0x1286FE) is known color: Dodger Blue. HEX triplet: 12, 86 and FE. RGB value is (18,134,254). Sum of RGB (Red+Green+Blue) = 18+134+254=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #1286FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1286FE is #ED7901. Grayscale: #707070. Windows color (decimal): -15563010 or 16680466. OLE color: 16680466.
HSL color Cylindrical-coordinate representation of color #1286FE: hue angle of 210.51º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1286FE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 134 | 254 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.00 |
| HSL | 210.51º | 0.99% | 0.53% | - |
| HSV(B) | 210.51º | 0.93% | 1% | - |
| XYZ | 26.66 | 24.33 | 97.06 | - |
| YUV | 113 | 207.57 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 254 | 0.93 | 0.47 | 0 | 0.00 | 210.51 | 0.99 | 0.53 |
| Hex | 12 | 86 | FE | 5D | 2F | 0 | 0 | D3 | 63 | 35 |
| Octal | 22 | 206 | 376 | 135 | 57 | 0 | 0 | 323 | 143 | 65 |
| Binary | 10010 | 10000110 | 11111110 | 1011101 | 101111 | 0 | 0 | 11010011 | 1100011 | 110101 |
Color Harmonies of #1286FE
Complementary color
Monochromatic Colors of #1286FE
Black with #1286FE
Text Example
Text Example
White with #1286FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286FE; }
p { color: rgb(18,134,254); }
H1.HeaderClassName
{
color: #1286FE;
}
.AnyTagClassName
{
color: #1286FE;
}
</style>
background-color css
<style>
a { background-color: #1286FE; }
a { background-color: rgb(18,134,254); }
div.DivClassName
{
background-color: #1286FE;
}
.BgClassName
{
background-color: #1286FE;
}
</style>
border-color css
<style>
span { border-color: #1286FE; }
span { border-color: rgb(18,134,254); }
td.TdClassName
{
border-color: #1286FE;
}
.TagClassName
{
border-color: #1286FE;
}
</style>