Shades of Dodger Blue #1F71FF
Tints of Dodger Blue #1F71FF
RGB
CMYK
RGB Variations
Color information
#1F71FF (or 0x1F71FF) is known color: Dodger Blue. HEX triplet: 1F, 71 and FF. RGB value is (31,113,255). Sum of RGB (Red+Green+Blue) = 31+113+255=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F71FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F71FF is #E08E00. Grayscale: #686868. Windows color (decimal): -14716417 or 16740639. OLE color: 16740639.
HSL color Cylindrical-coordinate representation of color #1F71FF: hue angle of 218.04º 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 #1F71FF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 113 | 255 | - |
| CMYK | 0.88 | 0.56 | 0 | 0 |
| HSL | 218.04º | 1% | 0.56% | - |
| HSV(B) | 218.04º | 0.88% | 1% | - |
| XYZ | 24.52 | 19.32 | 97.04 | - |
| YUV | 104.67 | 212.83 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 255 | 0.88 | 0.56 | 0 | 0 | 218.04 | 1 | 0.56 |
| Hex | 1F | 71 | FF | 58 | 38 | 0 | 0 | DA | 64 | 38 |
| Octal | 37 | 161 | 377 | 130 | 70 | 0 | 0 | 332 | 144 | 70 |
| Binary | 11111 | 1110001 | 11111111 | 1011000 | 111000 | 0 | 0 | 11011010 | 1100100 | 111000 |
Color Harmonies of #1F71FF
Complementary color
Monochromatic Colors of #1F71FF
Black with #1F71FF
Text Example
Text Example
White with #1F71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F71FF; }
p { color: rgb(31,113,255); }
H1.HeaderClassName
{
color: #1F71FF;
}
.AnyTagClassName
{
color: #1F71FF;
}
</style>
background-color css
<style>
a { background-color: #1F71FF; }
a { background-color: rgb(31,113,255); }
div.DivClassName
{
background-color: #1F71FF;
}
.BgClassName
{
background-color: #1F71FF;
}
</style>
border-color css
<style>
span { border-color: #1F71FF; }
span { border-color: rgb(31,113,255); }
td.TdClassName
{
border-color: #1F71FF;
}
.TagClassName
{
border-color: #1F71FF;
}
</style>