Shades of Dodger Blue #1286FA
Tints of Dodger Blue #1286FA
RGB
CMYK
RGB Variations
Color information
#1286FA (or 0x1286FA) is known color: Dodger Blue. HEX triplet: 12, 86 and FA. RGB value is (18,134,250). Sum of RGB (Red+Green+Blue) = 18+134+250=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #1286FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1286FA is #ED7905. Grayscale: #6F6F6F. Windows color (decimal): -15563014 or 16418322. OLE color: 16418322.
HSL color Cylindrical-coordinate representation of color #1286FA: hue angle of 210º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1286FA is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 134 | 250 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.53% | - |
| HSV(B) | 210º | 0.93% | 0.98% | - |
| XYZ | 26.03 | 24.08 | 93.72 | - |
| YUV | 112.54 | 205.57 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 250 | 0.93 | 0.46 | 0 | 0.02 | 210 | 0.96 | 0.53 |
| Hex | 12 | 86 | FA | 5D | 2E | 0 | 2 | D2 | 60 | 35 |
| Octal | 22 | 206 | 372 | 135 | 56 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10010 | 10000110 | 11111010 | 1011101 | 101110 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1286FA
Complementary color
Monochromatic Colors of #1286FA
Black with #1286FA
Text Example
Text Example
White with #1286FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286FA; }
p { color: rgb(18,134,250); }
H1.HeaderClassName
{
color: #1286FA;
}
.AnyTagClassName
{
color: #1286FA;
}
</style>
background-color css
<style>
a { background-color: #1286FA; }
a { background-color: rgb(18,134,250); }
div.DivClassName
{
background-color: #1286FA;
}
.BgClassName
{
background-color: #1286FA;
}
</style>
border-color css
<style>
span { border-color: #1286FA; }
span { border-color: rgb(18,134,250); }
td.TdClassName
{
border-color: #1286FA;
}
.TagClassName
{
border-color: #1286FA;
}
</style>