Shades of Dodger Blue #1F7EDD
Tints of Dodger Blue #1F7EDD
RGB
CMYK
RGB Variations
Color information
#1F7EDD (or 0x1F7EDD) is known color: Dodger Blue. HEX triplet: 1F, 7E and DD. RGB value is (31,126,221). Sum of RGB (Red+Green+Blue) = 31+126+221=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F7EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EDD is #E08122. Grayscale: #6B6B6B. Windows color (decimal): -14713123 or 14515743. OLE color: 14515743.
HSL color Cylindrical-coordinate representation of color #1F7EDD: hue angle of 210º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7EDD is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 126 | 221 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.13 |
| HSL | 210º | 0.75% | 0.49% | - |
| HSV(B) | 210º | 0.86% | 0.87% | - |
| XYZ | 21.08 | 20.43 | 71.24 | - |
| YUV | 108.43 | 191.53 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 221 | 0.86 | 0.43 | 0 | 0.13 | 210 | 0.75 | 0.49 |
| Hex | 1F | 7E | DD | 56 | 2B | 0 | D | D2 | 4B | 31 |
| Octal | 37 | 176 | 335 | 126 | 53 | 0 | 15 | 322 | 113 | 61 |
| Binary | 11111 | 1111110 | 11011101 | 1010110 | 101011 | 0 | 1101 | 11010010 | 1001011 | 110001 |
Color Harmonies of #1F7EDD
Complementary color
Monochromatic Colors of #1F7EDD
Black with #1F7EDD
Text Example
Text Example
White with #1F7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EDD; }
p { color: rgb(31,126,221); }
H1.HeaderClassName
{
color: #1F7EDD;
}
.AnyTagClassName
{
color: #1F7EDD;
}
</style>
background-color css
<style>
a { background-color: #1F7EDD; }
a { background-color: rgb(31,126,221); }
div.DivClassName
{
background-color: #1F7EDD;
}
.BgClassName
{
background-color: #1F7EDD;
}
</style>
border-color css
<style>
span { border-color: #1F7EDD; }
span { border-color: rgb(31,126,221); }
td.TdClassName
{
border-color: #1F7EDD;
}
.TagClassName
{
border-color: #1F7EDD;
}
</style>