Shades of Dodger Blue #1386FA
Tints of Dodger Blue #1386FA
RGB
CMYK
RGB Variations
Color information
#1386FA (or 0x1386FA) is known color: Dodger Blue. HEX triplet: 13, 86 and FA. RGB value is (19,134,250). Sum of RGB (Red+Green+Blue) = 19+134+250=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1386FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1386FA is #EC7905. Grayscale: #707070. Windows color (decimal): -15497478 or 16418323. OLE color: 16418323.
HSL color Cylindrical-coordinate representation of color #1386FA: hue angle of 210.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1386FA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 134 | 250 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.02 |
| HSL | 210.13º | 0.96% | 0.53% | - |
| HSV(B) | 210.13º | 0.92% | 0.98% | - |
| XYZ | 26.05 | 24.09 | 93.72 | - |
| YUV | 112.84 | 205.4 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 250 | 0.92 | 0.46 | 0 | 0.02 | 210.13 | 0.96 | 0.53 |
| Hex | 13 | 86 | FA | 5C | 2E | 0 | 2 | D2 | 60 | 35 |
| Octal | 23 | 206 | 372 | 134 | 56 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10011 | 10000110 | 11111010 | 1011100 | 101110 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1386FA
Complementary color
Monochromatic Colors of #1386FA
Black with #1386FA
Text Example
Text Example
White with #1386FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1386FA; }
p { color: rgb(19,134,250); }
H1.HeaderClassName
{
color: #1386FA;
}
.AnyTagClassName
{
color: #1386FA;
}
</style>
background-color css
<style>
a { background-color: #1386FA; }
a { background-color: rgb(19,134,250); }
div.DivClassName
{
background-color: #1386FA;
}
.BgClassName
{
background-color: #1386FA;
}
</style>
border-color css
<style>
span { border-color: #1386FA; }
span { border-color: rgb(19,134,250); }
td.TdClassName
{
border-color: #1386FA;
}
.TagClassName
{
border-color: #1386FA;
}
</style>