Shades of Dodger Blue #1986FA
Tints of Dodger Blue #1986FA
RGB
CMYK
RGB Variations
Color information
#1986FA (or 0x1986FA) is known color: Dodger Blue. HEX triplet: 19, 86 and FA. RGB value is (25,134,250). Sum of RGB (Red+Green+Blue) = 25+134+250=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #1986FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1986FA is #E67905. Grayscale: #727272. Windows color (decimal): -15104262 or 16418329. OLE color: 16418329.
HSL color Cylindrical-coordinate representation of color #1986FA: hue angle of 210.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1986FA is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 134 | 250 | - |
| CMYK | 0.9 | 0.46 | 0 | 0.02 |
| HSL | 210.93º | 0.96% | 0.54% | - |
| HSV(B) | 210.93º | 0.9% | 0.98% | - |
| XYZ | 26.18 | 24.16 | 93.73 | - |
| YUV | 114.63 | 204.39 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 250 | 0.9 | 0.46 | 0 | 0.02 | 210.93 | 0.96 | 0.54 |
| Hex | 19 | 86 | FA | 5A | 2E | 0 | 2 | D3 | 60 | 36 |
| Octal | 31 | 206 | 372 | 132 | 56 | 0 | 2 | 323 | 140 | 66 |
| Binary | 11001 | 10000110 | 11111010 | 1011010 | 101110 | 0 | 10 | 11010011 | 1100000 | 110110 |
Color Harmonies of #1986FA
Complementary color
Monochromatic Colors of #1986FA
Black with #1986FA
Text Example
Text Example
White with #1986FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986FA; }
p { color: rgb(25,134,250); }
H1.HeaderClassName
{
color: #1986FA;
}
.AnyTagClassName
{
color: #1986FA;
}
</style>
background-color css
<style>
a { background-color: #1986FA; }
a { background-color: rgb(25,134,250); }
div.DivClassName
{
background-color: #1986FA;
}
.BgClassName
{
background-color: #1986FA;
}
</style>
border-color css
<style>
span { border-color: #1986FA; }
span { border-color: rgb(25,134,250); }
td.TdClassName
{
border-color: #1986FA;
}
.TagClassName
{
border-color: #1986FA;
}
</style>