Shades of Dodger Blue #208CE3
Tints of Dodger Blue #208CE3
RGB
CMYK
RGB Variations
Color information
#208CE3 (or 0x208CE3) is known color: Dodger Blue. HEX triplet: 20, 8C and E3. RGB value is (32,140,227). Sum of RGB (Red+Green+Blue) = 32+140+227=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #208CE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CE3 is #DF731C. Grayscale: #757575. Windows color (decimal): -14643997 or 14912544. OLE color: 14912544.
HSL color Cylindrical-coordinate representation of color #208CE3: hue angle of 206.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208CE3 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 140 | 227 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.11 |
| HSL | 206.77º | 0.78% | 0.51% | - |
| HSV(B) | 206.77º | 0.86% | 0.89% | - |
| XYZ | 23.84 | 24.61 | 76.17 | - |
| YUV | 117.63 | 189.72 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 227 | 0.86 | 0.38 | 0 | 0.11 | 206.77 | 0.78 | 0.51 |
| Hex | 20 | 8C | E3 | 56 | 26 | 0 | B | CF | 4E | 33 |
| Octal | 40 | 214 | 343 | 126 | 46 | 0 | 13 | 317 | 116 | 63 |
| Binary | 100000 | 10001100 | 11100011 | 1010110 | 100110 | 0 | 1011 | 11001111 | 1001110 | 110011 |
Color Harmonies of #208CE3
Complementary color
Monochromatic Colors of #208CE3
Black with #208CE3
Text Example
Text Example
White with #208CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CE3; }
p { color: rgb(32,140,227); }
H1.HeaderClassName
{
color: #208CE3;
}
.AnyTagClassName
{
color: #208CE3;
}
</style>
background-color css
<style>
a { background-color: #208CE3; }
a { background-color: rgb(32,140,227); }
div.DivClassName
{
background-color: #208CE3;
}
.BgClassName
{
background-color: #208CE3;
}
</style>
border-color css
<style>
span { border-color: #208CE3; }
span { border-color: rgb(32,140,227); }
td.TdClassName
{
border-color: #208CE3;
}
.TagClassName
{
border-color: #208CE3;
}
</style>