Shades of Dodger Blue #208BFD
Tints of Dodger Blue #208BFD
RGB
CMYK
RGB Variations
Color information
#208BFD (or 0x208BFD) is known color: Dodger Blue. HEX triplet: 20, 8B and FD. RGB value is (32,139,253). Sum of RGB (Red+Green+Blue) = 32+139+253=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #208BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208BFD is #DF7402. Grayscale: #777777. Windows color (decimal): -14644227 or 16616224. OLE color: 16616224.
HSL color Cylindrical-coordinate representation of color #208BFD: hue angle of 210.95º 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 #208BFD is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 139 | 253 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.01 |
| HSL | 210.95º | 0.98% | 0.56% | - |
| HSV(B) | 210.95º | 0.87% | 0.99% | - |
| XYZ | 27.56 | 25.86 | 96.47 | - |
| YUV | 120 | 203.05 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 253 | 0.87 | 0.45 | 0 | 0.01 | 210.95 | 0.98 | 0.56 |
| Hex | 20 | 8B | FD | 57 | 2D | 0 | 1 | D3 | 62 | 38 |
| Octal | 40 | 213 | 375 | 127 | 55 | 0 | 1 | 323 | 142 | 70 |
| Binary | 100000 | 10001011 | 11111101 | 1010111 | 101101 | 0 | 1 | 11010011 | 1100010 | 111000 |
Color Harmonies of #208BFD
Complementary color
Monochromatic Colors of #208BFD
Black with #208BFD
Text Example
Text Example
White with #208BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BFD; }
p { color: rgb(32,139,253); }
H1.HeaderClassName
{
color: #208BFD;
}
.AnyTagClassName
{
color: #208BFD;
}
</style>
background-color css
<style>
a { background-color: #208BFD; }
a { background-color: rgb(32,139,253); }
div.DivClassName
{
background-color: #208BFD;
}
.BgClassName
{
background-color: #208BFD;
}
</style>
border-color css
<style>
span { border-color: #208BFD; }
span { border-color: rgb(32,139,253); }
td.TdClassName
{
border-color: #208BFD;
}
.TagClassName
{
border-color: #208BFD;
}
</style>