Shades of Dodger Blue #208FE7
Tints of Dodger Blue #208FE7
RGB
CMYK
RGB Variations
Color information
#208FE7 (or 0x208FE7) is known color: Dodger Blue. HEX triplet: 20, 8F and E7. RGB value is (32,143,231). Sum of RGB (Red+Green+Blue) = 32+143+231=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #208FE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208FE7 is #DF7018. Grayscale: #777777. Windows color (decimal): -14643225 or 15175456. OLE color: 15175456.
HSL color Cylindrical-coordinate representation of color #208FE7: hue angle of 206.53º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208FE7 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 143 | 231 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.09 |
| HSL | 206.53º | 0.81% | 0.52% | - |
| HSV(B) | 206.53º | 0.86% | 0.91% | - |
| XYZ | 24.84 | 25.72 | 79.26 | - |
| YUV | 119.84 | 190.73 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 231 | 0.86 | 0.38 | 0 | 0.09 | 206.53 | 0.81 | 0.52 |
| Hex | 20 | 8F | E7 | 56 | 26 | 0 | 9 | CF | 51 | 34 |
| Octal | 40 | 217 | 347 | 126 | 46 | 0 | 11 | 317 | 121 | 64 |
| Binary | 100000 | 10001111 | 11100111 | 1010110 | 100110 | 0 | 1001 | 11001111 | 1010001 | 110100 |
Color Harmonies of #208FE7
Complementary color
Monochromatic Colors of #208FE7
Black with #208FE7
Text Example
Text Example
White with #208FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FE7; }
p { color: rgb(32,143,231); }
H1.HeaderClassName
{
color: #208FE7;
}
.AnyTagClassName
{
color: #208FE7;
}
</style>
background-color css
<style>
a { background-color: #208FE7; }
a { background-color: rgb(32,143,231); }
div.DivClassName
{
background-color: #208FE7;
}
.BgClassName
{
background-color: #208FE7;
}
</style>
border-color css
<style>
span { border-color: #208FE7; }
span { border-color: rgb(32,143,231); }
td.TdClassName
{
border-color: #208FE7;
}
.TagClassName
{
border-color: #208FE7;
}
</style>