Shades of Dodger Blue #1F7FEB
Tints of Dodger Blue #1F7FEB
RGB
CMYK
RGB Variations
Color information
#1F7FEB (or 0x1F7FEB) is known color: Dodger Blue. HEX triplet: 1F, 7F and EB. RGB value is (31,127,235). Sum of RGB (Red+Green+Blue) = 31+127+235=393 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.89% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F7FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7FEB is #E08014. Grayscale: #6E6E6E. Windows color (decimal): -14712853 or 15433503. OLE color: 15433503.
HSL color Cylindrical-coordinate representation of color #1F7FEB: hue angle of 211.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F7FEB is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 127 | 235 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.08 |
| HSL | 211.76º | 0.84% | 0.52% | - |
| HSV(B) | 211.76º | 0.87% | 0.92% | - |
| XYZ | 23.15 | 21.47 | 81.52 | - |
| YUV | 110.61 | 198.2 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 127 | 235 | 0.87 | 0.46 | 0 | 0.08 | 211.76 | 0.84 | 0.52 |
| Hex | 1F | 7F | EB | 57 | 2E | 0 | 8 | D4 | 54 | 34 |
| Octal | 37 | 177 | 353 | 127 | 56 | 0 | 10 | 324 | 124 | 64 |
| Binary | 11111 | 1111111 | 11101011 | 1010111 | 101110 | 0 | 1000 | 11010100 | 1010100 | 110100 |
Color Harmonies of #1F7FEB
Complementary color
Monochromatic Colors of #1F7FEB
Black with #1F7FEB
Text Example
Text Example
White with #1F7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7FEB; }
p { color: rgb(31,127,235); }
H1.HeaderClassName
{
color: #1F7FEB;
}
.AnyTagClassName
{
color: #1F7FEB;
}
</style>
background-color css
<style>
a { background-color: #1F7FEB; }
a { background-color: rgb(31,127,235); }
div.DivClassName
{
background-color: #1F7FEB;
}
.BgClassName
{
background-color: #1F7FEB;
}
</style>
border-color css
<style>
span { border-color: #1F7FEB; }
span { border-color: rgb(31,127,235); }
td.TdClassName
{
border-color: #1F7FEB;
}
.TagClassName
{
border-color: #1F7FEB;
}
</style>