Shades of Dodger Blue #1F70EF
Tints of Dodger Blue #1F70EF
RGB
CMYK
RGB Variations
Color information
#1F70EF (or 0x1F70EF) is known color: Dodger Blue. HEX triplet: 1F, 70 and EF. RGB value is (31,112,239). Sum of RGB (Red+Green+Blue) = 31+112+239=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F70EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F70EF is #E08F10. Grayscale: #656565. Windows color (decimal): -14716689 or 15691807. OLE color: 15691807.
HSL color Cylindrical-coordinate representation of color #1F70EF: hue angle of 216.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F70EF is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 112 | 239 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.06 |
| HSL | 216.63º | 0.87% | 0.53% | - |
| HSV(B) | 216.63º | 0.87% | 0.94% | - |
| XYZ | 21.94 | 18.11 | 84 | - |
| YUV | 102.26 | 205.16 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 239 | 0.87 | 0.53 | 0 | 0.06 | 216.63 | 0.87 | 0.53 |
| Hex | 1F | 70 | EF | 57 | 35 | 0 | 6 | D9 | 57 | 35 |
| Octal | 37 | 160 | 357 | 127 | 65 | 0 | 6 | 331 | 127 | 65 |
| Binary | 11111 | 1110000 | 11101111 | 1010111 | 110101 | 0 | 110 | 11011001 | 1010111 | 110101 |
Color Harmonies of #1F70EF
Complementary color
Monochromatic Colors of #1F70EF
Black with #1F70EF
Text Example
Text Example
White with #1F70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F70EF; }
p { color: rgb(31,112,239); }
H1.HeaderClassName
{
color: #1F70EF;
}
.AnyTagClassName
{
color: #1F70EF;
}
</style>
background-color css
<style>
a { background-color: #1F70EF; }
a { background-color: rgb(31,112,239); }
div.DivClassName
{
background-color: #1F70EF;
}
.BgClassName
{
background-color: #1F70EF;
}
</style>
border-color css
<style>
span { border-color: #1F70EF; }
span { border-color: rgb(31,112,239); }
td.TdClassName
{
border-color: #1F70EF;
}
.TagClassName
{
border-color: #1F70EF;
}
</style>