Shades of Dodger Blue #206DFB
Tints of Dodger Blue #206DFB
RGB
CMYK
RGB Variations
Color information
#206DFB (or 0x206DFB) is known color: Dodger Blue. HEX triplet: 20, 6D and FB. RGB value is (32,109,251). Sum of RGB (Red+Green+Blue) = 32+109+251=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #206DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DFB is #DF9204. Grayscale: #656565. Windows color (decimal): -14651909 or 16477472. OLE color: 16477472.
HSL color Cylindrical-coordinate representation of color #206DFB: hue angle of 218.9º 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 #206DFB is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 109 | 251 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.02 |
| HSL | 218.9º | 0.96% | 0.55% | - |
| HSV(B) | 218.9º | 0.87% | 0.98% | - |
| XYZ | 23.48 | 18.21 | 93.54 | - |
| YUV | 102.17 | 211.99 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 251 | 0.87 | 0.57 | 0 | 0.02 | 218.9 | 0.96 | 0.55 |
| Hex | 20 | 6D | FB | 57 | 39 | 0 | 2 | DB | 60 | 37 |
| Octal | 40 | 155 | 373 | 127 | 71 | 0 | 2 | 333 | 140 | 67 |
| Binary | 100000 | 1101101 | 11111011 | 1010111 | 111001 | 0 | 10 | 11011011 | 1100000 | 110111 |
Color Harmonies of #206DFB
Complementary color
Monochromatic Colors of #206DFB
Black with #206DFB
Text Example
Text Example
White with #206DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DFB; }
p { color: rgb(32,109,251); }
H1.HeaderClassName
{
color: #206DFB;
}
.AnyTagClassName
{
color: #206DFB;
}
</style>
background-color css
<style>
a { background-color: #206DFB; }
a { background-color: rgb(32,109,251); }
div.DivClassName
{
background-color: #206DFB;
}
.BgClassName
{
background-color: #206DFB;
}
</style>
border-color css
<style>
span { border-color: #206DFB; }
span { border-color: rgb(32,109,251); }
td.TdClassName
{
border-color: #206DFB;
}
.TagClassName
{
border-color: #206DFB;
}
</style>