Shades of Dodger Blue #1286FF
Tints of Dodger Blue #1286FF
RGB
CMYK
RGB Variations
Color information
#1286FF (or 0x1286FF) is known color: Dodger Blue. HEX triplet: 12, 86 and FF. RGB value is (18,134,255). Sum of RGB (Red+Green+Blue) = 18+134+255=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1286FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1286FF is #ED7900. Grayscale: #707070. Windows color (decimal): -15563009 or 16746002. OLE color: 16746002.
HSL color Cylindrical-coordinate representation of color #1286FF: hue angle of 210.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1286FF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 134 | 255 | - |
| CMYK | 0.93 | 0.47 | 0 | 0 |
| HSL | 210.63º | 1% | 0.54% | - |
| HSV(B) | 210.63º | 0.93% | 1% | - |
| XYZ | 26.82 | 24.4 | 97.9 | - |
| YUV | 113.11 | 208.07 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 255 | 0.93 | 0.47 | 0 | 0 | 210.63 | 1 | 0.54 |
| Hex | 12 | 86 | FF | 5D | 2F | 0 | 0 | D3 | 64 | 36 |
| Octal | 22 | 206 | 377 | 135 | 57 | 0 | 0 | 323 | 144 | 66 |
| Binary | 10010 | 10000110 | 11111111 | 1011101 | 101111 | 0 | 0 | 11010011 | 1100100 | 110110 |
Color Harmonies of #1286FF
Complementary color
Monochromatic Colors of #1286FF
Black with #1286FF
Text Example
Text Example
White with #1286FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286FF; }
p { color: rgb(18,134,255); }
H1.HeaderClassName
{
color: #1286FF;
}
.AnyTagClassName
{
color: #1286FF;
}
</style>
background-color css
<style>
a { background-color: #1286FF; }
a { background-color: rgb(18,134,255); }
div.DivClassName
{
background-color: #1286FF;
}
.BgClassName
{
background-color: #1286FF;
}
</style>
border-color css
<style>
span { border-color: #1286FF; }
span { border-color: rgb(18,134,255); }
td.TdClassName
{
border-color: #1286FF;
}
.TagClassName
{
border-color: #1286FF;
}
</style>