Shades of Dodger Blue #1F7EFF
Tints of Dodger Blue #1F7EFF
RGB
CMYK
RGB Variations
Color information
#1F7EFF (or 0x1F7EFF) is known color: Dodger Blue. HEX triplet: 1F, 7E and FF. RGB value is (31,126,255). Sum of RGB (Red+Green+Blue) = 31+126+255=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7EFF is #E08100. Grayscale: #6F6F6F. Windows color (decimal): -14713089 or 16743967. OLE color: 16743967.
HSL color Cylindrical-coordinate representation of color #1F7EFF: hue angle of 214.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F7EFF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 126 | 255 | - |
| CMYK | 0.88 | 0.51 | 0 | 0 |
| HSL | 214.55º | 1% | 0.56% | - |
| HSV(B) | 214.55º | 0.88% | 1% | - |
| XYZ | 26.08 | 22.43 | 97.56 | - |
| YUV | 112.3 | 208.53 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 255 | 0.88 | 0.51 | 0 | 0 | 214.55 | 1 | 0.56 |
| Hex | 1F | 7E | FF | 58 | 33 | 0 | 0 | D7 | 64 | 38 |
| Octal | 37 | 176 | 377 | 130 | 63 | 0 | 0 | 327 | 144 | 70 |
| Binary | 11111 | 1111110 | 11111111 | 1011000 | 110011 | 0 | 0 | 11010111 | 1100100 | 111000 |
Color Harmonies of #1F7EFF
Complementary color
Monochromatic Colors of #1F7EFF
Black with #1F7EFF
Text Example
Text Example
White with #1F7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EFF; }
p { color: rgb(31,126,255); }
H1.HeaderClassName
{
color: #1F7EFF;
}
.AnyTagClassName
{
color: #1F7EFF;
}
</style>
background-color css
<style>
a { background-color: #1F7EFF; }
a { background-color: rgb(31,126,255); }
div.DivClassName
{
background-color: #1F7EFF;
}
.BgClassName
{
background-color: #1F7EFF;
}
</style>
border-color css
<style>
span { border-color: #1F7EFF; }
span { border-color: rgb(31,126,255); }
td.TdClassName
{
border-color: #1F7EFF;
}
.TagClassName
{
border-color: #1F7EFF;
}
</style>