Shades of Dodger Blue #1F80DC
Tints of Dodger Blue #1F80DC
RGB
CMYK
RGB Variations
Color information
#1F80DC (or 0x1F80DC) is known color: Dodger Blue. HEX triplet: 1F, 80 and DC. RGB value is (31,128,220). Sum of RGB (Red+Green+Blue) = 31+128+220=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F80DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F80DC is #E07F23. Grayscale: #6D6D6D. Windows color (decimal): -14712612 or 14450719. OLE color: 14450719.
HSL color Cylindrical-coordinate representation of color #1F80DC: hue angle of 209.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F80DC is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 128 | 220 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.14 |
| HSL | 209.21º | 0.75% | 0.49% | - |
| HSV(B) | 209.21º | 0.86% | 0.86% | - |
| XYZ | 21.2 | 20.9 | 70.63 | - |
| YUV | 109.49 | 190.36 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 220 | 0.86 | 0.42 | 0 | 0.14 | 209.21 | 0.75 | 0.49 |
| Hex | 1F | 80 | DC | 56 | 2A | 0 | E | D1 | 4B | 31 |
| Octal | 37 | 200 | 334 | 126 | 52 | 0 | 16 | 321 | 113 | 61 |
| Binary | 11111 | 10000000 | 11011100 | 1010110 | 101010 | 0 | 1110 | 11010001 | 1001011 | 110001 |
Color Harmonies of #1F80DC
Complementary color
Monochromatic Colors of #1F80DC
Black with #1F80DC
Text Example
Text Example
White with #1F80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F80DC; }
p { color: rgb(31,128,220); }
H1.HeaderClassName
{
color: #1F80DC;
}
.AnyTagClassName
{
color: #1F80DC;
}
</style>
background-color css
<style>
a { background-color: #1F80DC; }
a { background-color: rgb(31,128,220); }
div.DivClassName
{
background-color: #1F80DC;
}
.BgClassName
{
background-color: #1F80DC;
}
</style>
border-color css
<style>
span { border-color: #1F80DC; }
span { border-color: rgb(31,128,220); }
td.TdClassName
{
border-color: #1F80DC;
}
.TagClassName
{
border-color: #1F80DC;
}
</style>