Shades of Dodger Blue #1386FF
Tints of Dodger Blue #1386FF
RGB
CMYK
RGB Variations
Color information
#1386FF (or 0x1386FF) is known color: Dodger Blue. HEX triplet: 13, 86 and FF. RGB value is (19,134,255). Sum of RGB (Red+Green+Blue) = 19+134+255=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1386FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386FF is #EC7900. Grayscale: #707070. Windows color (decimal): -15497473 or 16746003. OLE color: 16746003.
HSL color Cylindrical-coordinate representation of color #1386FF: hue angle of 210.76º 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 #1386FF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 134 | 255 | - |
| CMYK | 0.93 | 0.47 | 0 | 0 |
| HSL | 210.76º | 1% | 0.54% | - |
| HSV(B) | 210.76º | 0.93% | 1% | - |
| XYZ | 26.84 | 24.41 | 97.9 | - |
| YUV | 113.41 | 207.9 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 255 | 0.93 | 0.47 | 0 | 0 | 210.76 | 1 | 0.54 |
| Hex | 13 | 86 | FF | 5D | 2F | 0 | 0 | D3 | 64 | 36 |
| Octal | 23 | 206 | 377 | 135 | 57 | 0 | 0 | 323 | 144 | 66 |
| Binary | 10011 | 10000110 | 11111111 | 1011101 | 101111 | 0 | 0 | 11010011 | 1100100 | 110110 |
Color Harmonies of #1386FF
Complementary color
Monochromatic Colors of #1386FF
Black with #1386FF
Text Example
Text Example
White with #1386FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386FF; }
p { color: rgb(19,134,255); }
H1.HeaderClassName
{
color: #1386FF;
}
.AnyTagClassName
{
color: #1386FF;
}
</style>
background-color css
<style>
a { background-color: #1386FF; }
a { background-color: rgb(19,134,255); }
div.DivClassName
{
background-color: #1386FF;
}
.BgClassName
{
background-color: #1386FF;
}
</style>
border-color css
<style>
span { border-color: #1386FF; }
span { border-color: rgb(19,134,255); }
td.TdClassName
{
border-color: #1386FF;
}
.TagClassName
{
border-color: #1386FF;
}
</style>