Shades of Dodger Blue #208EF2
Tints of Dodger Blue #208EF2
RGB
CMYK
RGB Variations
Color information
#208EF2 (or 0x208EF2) is known color: Dodger Blue. HEX triplet: 20, 8E and F2. RGB value is (32,142,242). Sum of RGB (Red+Green+Blue) = 32+142+242=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #208EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208EF2 is #DF710D. Grayscale: #787878. Windows color (decimal): -14643470 or 15896096. OLE color: 15896096.
HSL color Cylindrical-coordinate representation of color #208EF2: hue angle of 208.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208EF2 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 142 | 242 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.05 |
| HSL | 208.57º | 0.89% | 0.54% | - |
| HSV(B) | 208.57º | 0.87% | 0.95% | - |
| XYZ | 26.3 | 26.06 | 87.65 | - |
| YUV | 120.51 | 196.56 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 242 | 0.87 | 0.41 | 0 | 0.05 | 208.57 | 0.89 | 0.54 |
| Hex | 20 | 8E | F2 | 57 | 29 | 0 | 5 | D1 | 59 | 36 |
| Octal | 40 | 216 | 362 | 127 | 51 | 0 | 5 | 321 | 131 | 66 |
| Binary | 100000 | 10001110 | 11110010 | 1010111 | 101001 | 0 | 101 | 11010001 | 1011001 | 110110 |
Color Harmonies of #208EF2
Complementary color
Monochromatic Colors of #208EF2
Black with #208EF2
Text Example
Text Example
White with #208EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EF2; }
p { color: rgb(32,142,242); }
H1.HeaderClassName
{
color: #208EF2;
}
.AnyTagClassName
{
color: #208EF2;
}
</style>
background-color css
<style>
a { background-color: #208EF2; }
a { background-color: rgb(32,142,242); }
div.DivClassName
{
background-color: #208EF2;
}
.BgClassName
{
background-color: #208EF2;
}
</style>
border-color css
<style>
span { border-color: #208EF2; }
span { border-color: rgb(32,142,242); }
td.TdClassName
{
border-color: #208EF2;
}
.TagClassName
{
border-color: #208EF2;
}
</style>