Shades of Dodger Blue #1F7EEC
Tints of Dodger Blue #1F7EEC
RGB
CMYK
RGB Variations
Color information
#1F7EEC (or 0x1F7EEC) is known color: Dodger Blue. HEX triplet: 1F, 7E and EC. RGB value is (31,126,236). Sum of RGB (Red+Green+Blue) = 31+126+236=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F7EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7EEC is #E08113. Grayscale: #6D6D6D. Windows color (decimal): -14713108 or 15498783. OLE color: 15498783.
HSL color Cylindrical-coordinate representation of color #1F7EEC: hue angle of 212.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F7EEC is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 126 | 236 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.07 |
| HSL | 212.2º | 0.84% | 0.52% | - |
| HSV(B) | 212.2º | 0.87% | 0.93% | - |
| XYZ | 23.17 | 21.27 | 82.24 | - |
| YUV | 110.14 | 199.03 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 236 | 0.87 | 0.47 | 0 | 0.07 | 212.2 | 0.84 | 0.52 |
| Hex | 1F | 7E | EC | 57 | 2F | 0 | 7 | D4 | 54 | 34 |
| Octal | 37 | 176 | 354 | 127 | 57 | 0 | 7 | 324 | 124 | 64 |
| Binary | 11111 | 1111110 | 11101100 | 1010111 | 101111 | 0 | 111 | 11010100 | 1010100 | 110100 |
Color Harmonies of #1F7EEC
Complementary color
Monochromatic Colors of #1F7EEC
Black with #1F7EEC
Text Example
Text Example
White with #1F7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EEC; }
p { color: rgb(31,126,236); }
H1.HeaderClassName
{
color: #1F7EEC;
}
.AnyTagClassName
{
color: #1F7EEC;
}
</style>
background-color css
<style>
a { background-color: #1F7EEC; }
a { background-color: rgb(31,126,236); }
div.DivClassName
{
background-color: #1F7EEC;
}
.BgClassName
{
background-color: #1F7EEC;
}
</style>
border-color css
<style>
span { border-color: #1F7EEC; }
span { border-color: rgb(31,126,236); }
td.TdClassName
{
border-color: #1F7EEC;
}
.TagClassName
{
border-color: #1F7EEC;
}
</style>