Shades of Dodger Blue #1F85FF
Tints of Dodger Blue #1F85FF
RGB
CMYK
RGB Variations
Color information
#1F85FF (or 0x1F85FF) is known color: Dodger Blue. HEX triplet: 1F, 85 and FF. RGB value is (31,133,255). Sum of RGB (Red+Green+Blue) = 31+133+255=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F85FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F85FF is #E07A00. Grayscale: #737373. Windows color (decimal): -14711297 or 16745759. OLE color: 16745759.
HSL color Cylindrical-coordinate representation of color #1F85FF: hue angle of 212.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F85FF is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 133 | 255 | - |
| CMYK | 0.88 | 0.48 | 0 | 0 |
| HSL | 212.68º | 1% | 0.56% | - |
| HSV(B) | 212.68º | 0.88% | 1% | - |
| XYZ | 27 | 24.29 | 97.87 | - |
| YUV | 116.41 | 206.21 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 255 | 0.88 | 0.48 | 0 | 0 | 212.68 | 1 | 0.56 |
| Hex | 1F | 85 | FF | 58 | 30 | 0 | 0 | D5 | 64 | 38 |
| Octal | 37 | 205 | 377 | 130 | 60 | 0 | 0 | 325 | 144 | 70 |
| Binary | 11111 | 10000101 | 11111111 | 1011000 | 110000 | 0 | 0 | 11010101 | 1100100 | 111000 |
Color Harmonies of #1F85FF
Complementary color
Monochromatic Colors of #1F85FF
Black with #1F85FF
Text Example
Text Example
White with #1F85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F85FF; }
p { color: rgb(31,133,255); }
H1.HeaderClassName
{
color: #1F85FF;
}
.AnyTagClassName
{
color: #1F85FF;
}
</style>
background-color css
<style>
a { background-color: #1F85FF; }
a { background-color: rgb(31,133,255); }
div.DivClassName
{
background-color: #1F85FF;
}
.BgClassName
{
background-color: #1F85FF;
}
</style>
border-color css
<style>
span { border-color: #1F85FF; }
span { border-color: rgb(31,133,255); }
td.TdClassName
{
border-color: #1F85FF;
}
.TagClassName
{
border-color: #1F85FF;
}
</style>