Shades of Dodger Blue #1F8DFB
Tints of Dodger Blue #1F8DFB
RGB
CMYK
RGB Variations
Color information
#1F8DFB (or 0x1F8DFB) is known color: Dodger Blue. HEX triplet: 1F, 8D and FB. RGB value is (31,141,251). Sum of RGB (Red+Green+Blue) = 31+141+251=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F8DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8DFB is #E07204. Grayscale: #787878. Windows color (decimal): -14709253 or 16485663. OLE color: 16485663.
HSL color Cylindrical-coordinate representation of color #1F8DFB: hue angle of 210º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F8DFB is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 141 | 251 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.55% | - |
| HSV(B) | 210º | 0.88% | 0.98% | - |
| XYZ | 27.5 | 26.31 | 94.89 | - |
| YUV | 120.65 | 201.56 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 141 | 251 | 0.88 | 0.44 | 0 | 0.02 | 210 | 0.96 | 0.55 |
| Hex | 1F | 8D | FB | 58 | 2C | 0 | 2 | D2 | 60 | 37 |
| Octal | 37 | 215 | 373 | 130 | 54 | 0 | 2 | 322 | 140 | 67 |
| Binary | 11111 | 10001101 | 11111011 | 1011000 | 101100 | 0 | 10 | 11010010 | 1100000 | 110111 |
Color Harmonies of #1F8DFB
Complementary color
Monochromatic Colors of #1F8DFB
Black with #1F8DFB
Text Example
Text Example
White with #1F8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8DFB; }
p { color: rgb(31,141,251); }
H1.HeaderClassName
{
color: #1F8DFB;
}
.AnyTagClassName
{
color: #1F8DFB;
}
</style>
background-color css
<style>
a { background-color: #1F8DFB; }
a { background-color: rgb(31,141,251); }
div.DivClassName
{
background-color: #1F8DFB;
}
.BgClassName
{
background-color: #1F8DFB;
}
</style>
border-color css
<style>
span { border-color: #1F8DFB; }
span { border-color: rgb(31,141,251); }
td.TdClassName
{
border-color: #1F8DFB;
}
.TagClassName
{
border-color: #1F8DFB;
}
</style>