Shades of Dodger Blue #1F86D7
Tints of Dodger Blue #1F86D7
RGB
CMYK
RGB Variations
Color information
#1F86D7 (or 0x1F86D7) is known color: Dodger Blue. HEX triplet: 1F, 86 and D7. RGB value is (31,134,215). Sum of RGB (Red+Green+Blue) = 31+134+215=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 215 (84.38% from 255 or 56.58% from 380); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F86D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F86D7 is #E07928. Grayscale: #707070. Windows color (decimal): -14711081 or 14124575. OLE color: 14124575.
HSL color Cylindrical-coordinate representation of color #1F86D7: hue angle of 206.41º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F86D7 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 134 | 215 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.16 |
| HSL | 206.41º | 0.75% | 0.48% | - |
| HSV(B) | 206.41º | 0.86% | 0.84% | - |
| XYZ | 21.36 | 22.25 | 67.46 | - |
| YUV | 112.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 215 | 0.86 | 0.38 | 0 | 0.16 | 206.41 | 0.75 | 0.48 |
| Hex | 1F | 86 | D7 | 56 | 26 | 0 | 10 | CE | 4B | 30 |
| Octal | 37 | 206 | 327 | 126 | 46 | 0 | 20 | 316 | 113 | 60 |
| Binary | 11111 | 10000110 | 11010111 | 1010110 | 100110 | 0 | 10000 | 11001110 | 1001011 | 110000 |
Color Harmonies of #1F86D7
Complementary color
Monochromatic Colors of #1F86D7
Black with #1F86D7
Text Example
Text Example
White with #1F86D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F86D7; }
p { color: rgb(31,134,215); }
H1.HeaderClassName
{
color: #1F86D7;
}
.AnyTagClassName
{
color: #1F86D7;
}
</style>
background-color css
<style>
a { background-color: #1F86D7; }
a { background-color: rgb(31,134,215); }
div.DivClassName
{
background-color: #1F86D7;
}
.BgClassName
{
background-color: #1F86D7;
}
</style>
border-color css
<style>
span { border-color: #1F86D7; }
span { border-color: rgb(31,134,215); }
td.TdClassName
{
border-color: #1F86D7;
}
.TagClassName
{
border-color: #1F86D7;
}
</style>