Shades of Dodger Blue #208FFD
Tints of Dodger Blue #208FFD
RGB
CMYK
RGB Variations
Color information
#208FFD (or 0x208FFD) is known color: Dodger Blue. HEX triplet: 20, 8F and FD. RGB value is (32,143,253). Sum of RGB (Red+Green+Blue) = 32+143+253=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #208FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208FFD is #DF7002. Grayscale: #797979. Windows color (decimal): -14643203 or 16617248. OLE color: 16617248.
HSL color Cylindrical-coordinate representation of color #208FFD: hue angle of 209.86º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208FFD is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 143 | 253 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.01 |
| HSL | 209.86º | 0.98% | 0.56% | - |
| HSV(B) | 209.86º | 0.87% | 0.99% | - |
| XYZ | 28.15 | 27.04 | 96.66 | - |
| YUV | 122.35 | 201.73 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 253 | 0.87 | 0.43 | 0 | 0.01 | 209.86 | 0.98 | 0.56 |
| Hex | 20 | 8F | FD | 57 | 2B | 0 | 1 | D2 | 62 | 38 |
| Octal | 40 | 217 | 375 | 127 | 53 | 0 | 1 | 322 | 142 | 70 |
| Binary | 100000 | 10001111 | 11111101 | 1010111 | 101011 | 0 | 1 | 11010010 | 1100010 | 111000 |
Color Harmonies of #208FFD
Complementary color
Monochromatic Colors of #208FFD
Black with #208FFD
Text Example
Text Example
White with #208FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FFD; }
p { color: rgb(32,143,253); }
H1.HeaderClassName
{
color: #208FFD;
}
.AnyTagClassName
{
color: #208FFD;
}
</style>
background-color css
<style>
a { background-color: #208FFD; }
a { background-color: rgb(32,143,253); }
div.DivClassName
{
background-color: #208FFD;
}
.BgClassName
{
background-color: #208FFD;
}
</style>
border-color css
<style>
span { border-color: #208FFD; }
span { border-color: rgb(32,143,253); }
td.TdClassName
{
border-color: #208FFD;
}
.TagClassName
{
border-color: #208FFD;
}
</style>