Shades of Dodger Blue #1F86FF
Tints of Dodger Blue #1F86FF
RGB
CMYK
RGB Variations
Color information
#1F86FF (or 0x1F86FF) is known color: Dodger Blue. HEX triplet: 1F, 86 and FF. RGB value is (31,134,255). Sum of RGB (Red+Green+Blue) = 31+134+255=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F86FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F86FF is #E07900. Grayscale: #747474. Windows color (decimal): -14711041 or 16746015. OLE color: 16746015.
HSL color Cylindrical-coordinate representation of color #1F86FF: hue angle of 212.41º 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 #1F86FF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 134 | 255 | - |
| CMYK | 0.88 | 0.47 | 0 | 0 |
| HSL | 212.41º | 1% | 0.56% | - |
| HSV(B) | 212.41º | 0.88% | 1% | - |
| XYZ | 27.14 | 24.56 | 97.92 | - |
| YUV | 117 | 205.88 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 255 | 0.88 | 0.47 | 0 | 0 | 212.41 | 1 | 0.56 |
| Hex | 1F | 86 | FF | 58 | 2F | 0 | 0 | D4 | 64 | 38 |
| Octal | 37 | 206 | 377 | 130 | 57 | 0 | 0 | 324 | 144 | 70 |
| Binary | 11111 | 10000110 | 11111111 | 1011000 | 101111 | 0 | 0 | 11010100 | 1100100 | 111000 |
Color Harmonies of #1F86FF
Complementary color
Monochromatic Colors of #1F86FF
Black with #1F86FF
Text Example
Text Example
White with #1F86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F86FF; }
p { color: rgb(31,134,255); }
H1.HeaderClassName
{
color: #1F86FF;
}
.AnyTagClassName
{
color: #1F86FF;
}
</style>
background-color css
<style>
a { background-color: #1F86FF; }
a { background-color: rgb(31,134,255); }
div.DivClassName
{
background-color: #1F86FF;
}
.BgClassName
{
background-color: #1F86FF;
}
</style>
border-color css
<style>
span { border-color: #1F86FF; }
span { border-color: rgb(31,134,255); }
td.TdClassName
{
border-color: #1F86FF;
}
.TagClassName
{
border-color: #1F86FF;
}
</style>