Shades of Dodger Blue #1F85ED
Tints of Dodger Blue #1F85ED
RGB
CMYK
RGB Variations
Color information
#1F85ED (or 0x1F85ED) is known color: Dodger Blue. HEX triplet: 1F, 85 and ED. RGB value is (31,133,237). Sum of RGB (Red+Green+Blue) = 31+133+237=401 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.73% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #1F85ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F85ED is #E07A12. Grayscale: #717171. Windows color (decimal): -14711315 or 15566111. OLE color: 15566111.
HSL color Cylindrical-coordinate representation of color #1F85ED: hue angle of 210.29º 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 #1F85ED is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 133 | 237 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.07 |
| HSL | 210.29º | 0.85% | 0.53% | - |
| HSV(B) | 210.29º | 0.87% | 0.93% | - |
| XYZ | 24.24 | 23.18 | 83.32 | - |
| YUV | 114.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 237 | 0.87 | 0.44 | 0 | 0.07 | 210.29 | 0.85 | 0.53 |
| Hex | 1F | 85 | ED | 57 | 2C | 0 | 7 | D2 | 55 | 35 |
| Octal | 37 | 205 | 355 | 127 | 54 | 0 | 7 | 322 | 125 | 65 |
| Binary | 11111 | 10000101 | 11101101 | 1010111 | 101100 | 0 | 111 | 11010010 | 1010101 | 110101 |
Color Harmonies of #1F85ED
Complementary color
Monochromatic Colors of #1F85ED
Black with #1F85ED
Text Example
Text Example
White with #1F85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F85ED; }
p { color: rgb(31,133,237); }
H1.HeaderClassName
{
color: #1F85ED;
}
.AnyTagClassName
{
color: #1F85ED;
}
</style>
background-color css
<style>
a { background-color: #1F85ED; }
a { background-color: rgb(31,133,237); }
div.DivClassName
{
background-color: #1F85ED;
}
.BgClassName
{
background-color: #1F85ED;
}
</style>
border-color css
<style>
span { border-color: #1F85ED; }
span { border-color: rgb(31,133,237); }
td.TdClassName
{
border-color: #1F85ED;
}
.TagClassName
{
border-color: #1F85ED;
}
</style>