Shades of Dodger Blue #207FDA
Tints of Dodger Blue #207FDA
RGB
CMYK
RGB Variations
Color information
#207FDA (or 0x207FDA) is known color: Dodger Blue. HEX triplet: 20, 7F and DA. RGB value is (32,127,218). Sum of RGB (Red+Green+Blue) = 32+127+218=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #207FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FDA is #DF8025. Grayscale: #6C6C6C. Windows color (decimal): -14647334 or 14319392. OLE color: 14319392.
HSL color Cylindrical-coordinate representation of color #207FDA: hue angle of 209.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207FDA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 127 | 218 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.15 |
| HSL | 209.35º | 0.74% | 0.49% | - |
| HSV(B) | 209.35º | 0.85% | 0.85% | - |
| XYZ | 20.84 | 20.55 | 69.2 | - |
| YUV | 108.97 | 189.53 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 218 | 0.85 | 0.42 | 0 | 0.15 | 209.35 | 0.74 | 0.49 |
| Hex | 20 | 7F | DA | 55 | 2A | 0 | F | D1 | 4A | 31 |
| Octal | 40 | 177 | 332 | 125 | 52 | 0 | 17 | 321 | 112 | 61 |
| Binary | 100000 | 1111111 | 11011010 | 1010101 | 101010 | 0 | 1111 | 11010001 | 1001010 | 110001 |
Color Harmonies of #207FDA
Complementary color
Monochromatic Colors of #207FDA
Black with #207FDA
Text Example
Text Example
White with #207FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FDA; }
p { color: rgb(32,127,218); }
H1.HeaderClassName
{
color: #207FDA;
}
.AnyTagClassName
{
color: #207FDA;
}
</style>
background-color css
<style>
a { background-color: #207FDA; }
a { background-color: rgb(32,127,218); }
div.DivClassName
{
background-color: #207FDA;
}
.BgClassName
{
background-color: #207FDA;
}
</style>
border-color css
<style>
span { border-color: #207FDA; }
span { border-color: rgb(32,127,218); }
td.TdClassName
{
border-color: #207FDA;
}
.TagClassName
{
border-color: #207FDA;
}
</style>