Shades of Dodger Blue #1986FC
Tints of Dodger Blue #1986FC
RGB
CMYK
RGB Variations
Color information
#1986FC (or 0x1986FC) is known color: Dodger Blue. HEX triplet: 19, 86 and FC. RGB value is (25,134,252). Sum of RGB (Red+Green+Blue) = 25+134+252=411 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.08% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #1986FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1986FC is #E67903. Grayscale: #727272. Windows color (decimal): -15104260 or 16549401. OLE color: 16549401.
HSL color Cylindrical-coordinate representation of color #1986FC: hue angle of 211.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1986FC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 134 | 252 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.01 |
| HSL | 211.19º | 0.97% | 0.54% | - |
| HSV(B) | 211.19º | 0.9% | 0.99% | - |
| XYZ | 26.5 | 24.29 | 95.39 | - |
| YUV | 114.86 | 205.39 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 252 | 0.90 | 0.47 | 0 | 0.01 | 211.19 | 0.97 | 0.54 |
| Hex | 19 | 86 | FC | 5A | 2F | 0 | 1 | D3 | 61 | 36 |
| Octal | 31 | 206 | 374 | 132 | 57 | 0 | 1 | 323 | 141 | 66 |
| Binary | 11001 | 10000110 | 11111100 | 1011010 | 101111 | 0 | 1 | 11010011 | 1100001 | 110110 |
Color Harmonies of #1986FC
Complementary color
Monochromatic Colors of #1986FC
Black with #1986FC
Text Example
Text Example
White with #1986FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986FC; }
p { color: rgb(25,134,252); }
H1.HeaderClassName
{
color: #1986FC;
}
.AnyTagClassName
{
color: #1986FC;
}
</style>
background-color css
<style>
a { background-color: #1986FC; }
a { background-color: rgb(25,134,252); }
div.DivClassName
{
background-color: #1986FC;
}
.BgClassName
{
background-color: #1986FC;
}
</style>
border-color css
<style>
span { border-color: #1986FC; }
span { border-color: rgb(25,134,252); }
td.TdClassName
{
border-color: #1986FC;
}
.TagClassName
{
border-color: #1986FC;
}
</style>