Shades of Dodger Blue #208FFB
Tints of Dodger Blue #208FFB
RGB
CMYK
RGB Variations
Color information
#208FFB (or 0x208FFB) is known color: Dodger Blue. HEX triplet: 20, 8F and FB. RGB value is (32,143,251). Sum of RGB (Red+Green+Blue) = 32+143+251=426 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.51% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #208FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208FFB is #DF7004. Grayscale: #797979. Windows color (decimal): -14643205 or 16486176. OLE color: 16486176.
HSL color Cylindrical-coordinate representation of color #208FFB: hue angle of 209.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208FFB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 143 | 251 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.02 |
| HSL | 209.59º | 0.96% | 0.55% | - |
| HSV(B) | 209.59º | 0.87% | 0.98% | - |
| XYZ | 27.83 | 26.92 | 95 | - |
| YUV | 122.12 | 200.73 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 251 | 0.87 | 0.43 | 0 | 0.02 | 209.59 | 0.96 | 0.55 |
| Hex | 20 | 8F | FB | 57 | 2B | 0 | 2 | D2 | 60 | 37 |
| Octal | 40 | 217 | 373 | 127 | 53 | 0 | 2 | 322 | 140 | 67 |
| Binary | 100000 | 10001111 | 11111011 | 1010111 | 101011 | 0 | 10 | 11010010 | 1100000 | 110111 |
Color Harmonies of #208FFB
Complementary color
Monochromatic Colors of #208FFB
Black with #208FFB
Text Example
Text Example
White with #208FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FFB; }
p { color: rgb(32,143,251); }
H1.HeaderClassName
{
color: #208FFB;
}
.AnyTagClassName
{
color: #208FFB;
}
</style>
background-color css
<style>
a { background-color: #208FFB; }
a { background-color: rgb(32,143,251); }
div.DivClassName
{
background-color: #208FFB;
}
.BgClassName
{
background-color: #208FFB;
}
</style>
border-color css
<style>
span { border-color: #208FFB; }
span { border-color: rgb(32,143,251); }
td.TdClassName
{
border-color: #208FFB;
}
.TagClassName
{
border-color: #208FFB;
}
</style>