Shades of Dodger Blue #1F8ED9
Tints of Dodger Blue #1F8ED9
RGB
CMYK
RGB Variations
Color information
#1F8ED9 (or 0x1F8ED9) is known color: Dodger Blue. HEX triplet: 1F, 8E and D9. RGB value is (31,142,217). Sum of RGB (Red+Green+Blue) = 31+142+217=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F8ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F8ED9 is #E07126. Grayscale: #747474. Windows color (decimal): -14709031 or 14257695. OLE color: 14257695.
HSL color Cylindrical-coordinate representation of color #1F8ED9: hue angle of 204.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F8ED9 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 142 | 217 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.15 |
| HSL | 204.19º | 0.75% | 0.49% | - |
| HSV(B) | 204.19º | 0.86% | 0.85% | - |
| XYZ | 22.76 | 24.65 | 69.2 | - |
| YUV | 117.36 | 184.23 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 217 | 0.86 | 0.35 | 0 | 0.15 | 204.19 | 0.75 | 0.49 |
| Hex | 1F | 8E | D9 | 56 | 23 | 0 | F | CC | 4B | 31 |
| Octal | 37 | 216 | 331 | 126 | 43 | 0 | 17 | 314 | 113 | 61 |
| Binary | 11111 | 10001110 | 11011001 | 1010110 | 100011 | 0 | 1111 | 11001100 | 1001011 | 110001 |
Color Harmonies of #1F8ED9
Complementary color
Monochromatic Colors of #1F8ED9
Black with #1F8ED9
Text Example
Text Example
White with #1F8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8ED9; }
p { color: rgb(31,142,217); }
H1.HeaderClassName
{
color: #1F8ED9;
}
.AnyTagClassName
{
color: #1F8ED9;
}
</style>
background-color css
<style>
a { background-color: #1F8ED9; }
a { background-color: rgb(31,142,217); }
div.DivClassName
{
background-color: #1F8ED9;
}
.BgClassName
{
background-color: #1F8ED9;
}
</style>
border-color css
<style>
span { border-color: #1F8ED9; }
span { border-color: rgb(31,142,217); }
td.TdClassName
{
border-color: #1F8ED9;
}
.TagClassName
{
border-color: #1F8ED9;
}
</style>