Shades of Dodger Blue #1F8BE7
Tints of Dodger Blue #1F8BE7
RGB
CMYK
RGB Variations
Color information
#1F8BE7 (or 0x1F8BE7) is known color: Dodger Blue. HEX triplet: 1F, 8B and E7. RGB value is (31,139,231). Sum of RGB (Red+Green+Blue) = 31+139+231=401 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.73% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 231 (90.62% from 255 or 57.61% from 401); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F8BE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8BE7 is #E07418. Grayscale: #747474. Windows color (decimal): -14709785 or 15174431. OLE color: 15174431.
HSL color Cylindrical-coordinate representation of color #1F8BE7: hue angle of 207.6º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8BE7 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 139 | 231 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.09 |
| HSL | 207.6º | 0.81% | 0.51% | - |
| HSV(B) | 207.6º | 0.87% | 0.91% | - |
| XYZ | 24.22 | 24.53 | 79.06 | - |
| YUV | 117.2 | 192.22 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 139 | 231 | 0.87 | 0.40 | 0 | 0.09 | 207.6 | 0.81 | 0.51 |
| Hex | 1F | 8B | E7 | 57 | 28 | 0 | 9 | D0 | 51 | 33 |
| Octal | 37 | 213 | 347 | 127 | 50 | 0 | 11 | 320 | 121 | 63 |
| Binary | 11111 | 10001011 | 11100111 | 1010111 | 101000 | 0 | 1001 | 11010000 | 1010001 | 110011 |
Color Harmonies of #1F8BE7
Complementary color
Monochromatic Colors of #1F8BE7
Black with #1F8BE7
Text Example
Text Example
White with #1F8BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8BE7; }
p { color: rgb(31,139,231); }
H1.HeaderClassName
{
color: #1F8BE7;
}
.AnyTagClassName
{
color: #1F8BE7;
}
</style>
background-color css
<style>
a { background-color: #1F8BE7; }
a { background-color: rgb(31,139,231); }
div.DivClassName
{
background-color: #1F8BE7;
}
.BgClassName
{
background-color: #1F8BE7;
}
</style>
border-color css
<style>
span { border-color: #1F8BE7; }
span { border-color: rgb(31,139,231); }
td.TdClassName
{
border-color: #1F8BE7;
}
.TagClassName
{
border-color: #1F8BE7;
}
</style>