Shades of Dodger Blue #1F86ED
Tints of Dodger Blue #1F86ED
RGB
CMYK
RGB Variations
Color information
#1F86ED (or 0x1F86ED) is known color: Dodger Blue. HEX triplet: 1F, 86 and ED. RGB value is (31,134,237). Sum of RGB (Red+Green+Blue) = 31+134+237=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F86ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F86ED is #E07912. Grayscale: #727272. Windows color (decimal): -14711059 or 15566367. OLE color: 15566367.
HSL color Cylindrical-coordinate representation of color #1F86ED: hue angle of 210º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F86ED is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 134 | 237 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.07 |
| HSL | 210º | 0.85% | 0.53% | - |
| HSV(B) | 210º | 0.87% | 0.93% | - |
| XYZ | 24.38 | 23.46 | 83.36 | - |
| YUV | 114.95 | 196.88 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 237 | 0.87 | 0.43 | 0 | 0.07 | 210 | 0.85 | 0.53 |
| Hex | 1F | 86 | ED | 57 | 2B | 0 | 7 | D2 | 55 | 35 |
| Octal | 37 | 206 | 355 | 127 | 53 | 0 | 7 | 322 | 125 | 65 |
| Binary | 11111 | 10000110 | 11101101 | 1010111 | 101011 | 0 | 111 | 11010010 | 1010101 | 110101 |
Color Harmonies of #1F86ED
Complementary color
Monochromatic Colors of #1F86ED
Black with #1F86ED
Text Example
Text Example
White with #1F86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F86ED; }
p { color: rgb(31,134,237); }
H1.HeaderClassName
{
color: #1F86ED;
}
.AnyTagClassName
{
color: #1F86ED;
}
</style>
background-color css
<style>
a { background-color: #1F86ED; }
a { background-color: rgb(31,134,237); }
div.DivClassName
{
background-color: #1F86ED;
}
.BgClassName
{
background-color: #1F86ED;
}
</style>
border-color css
<style>
span { border-color: #1F86ED; }
span { border-color: rgb(31,134,237); }
td.TdClassName
{
border-color: #1F86ED;
}
.TagClassName
{
border-color: #1F86ED;
}
</style>