Shades of Dodger Blue #1286DF
Tints of Dodger Blue #1286DF
RGB
CMYK
RGB Variations
Color information
#1286DF (or 0x1286DF) is known color: Dodger Blue. HEX triplet: 12, 86 and DF. RGB value is (18,134,223). Sum of RGB (Red+Green+Blue) = 18+134+223=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1286DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1286DF is #ED7920. Grayscale: #6C6C6C. Windows color (decimal): -15563041 or 14648850. OLE color: 14648850.
HSL color Cylindrical-coordinate representation of color #1286DF: hue angle of 206.05º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1286DF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 134 | 223 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.13 |
| HSL | 206.05º | 0.85% | 0.47% | - |
| HSV(B) | 206.05º | 0.92% | 0.87% | - |
| XYZ | 22.09 | 22.51 | 72.99 | - |
| YUV | 109.46 | 192.07 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 223 | 0.92 | 0.40 | 0 | 0.13 | 206.05 | 0.85 | 0.47 |
| Hex | 12 | 86 | DF | 5C | 28 | 0 | D | CE | 55 | 2F |
| Octal | 22 | 206 | 337 | 134 | 50 | 0 | 15 | 316 | 125 | 57 |
| Binary | 10010 | 10000110 | 11011111 | 1011100 | 101000 | 0 | 1101 | 11001110 | 1010101 | 101111 |
Color Harmonies of #1286DF
Complementary color
Monochromatic Colors of #1286DF
Black with #1286DF
Text Example
Text Example
White with #1286DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1286DF; }
p { color: rgb(18,134,223); }
H1.HeaderClassName
{
color: #1286DF;
}
.AnyTagClassName
{
color: #1286DF;
}
</style>
background-color css
<style>
a { background-color: #1286DF; }
a { background-color: rgb(18,134,223); }
div.DivClassName
{
background-color: #1286DF;
}
.BgClassName
{
background-color: #1286DF;
}
</style>
border-color css
<style>
span { border-color: #1286DF; }
span { border-color: rgb(18,134,223); }
td.TdClassName
{
border-color: #1286DF;
}
.TagClassName
{
border-color: #1286DF;
}
</style>