Shades of Dodger Blue #206DF4
Tints of Dodger Blue #206DF4
RGB
CMYK
RGB Variations
Color information
#206DF4 (or 0x206DF4) is known color: Dodger Blue. HEX triplet: 20, 6D and F4. RGB value is (32,109,244). Sum of RGB (Red+Green+Blue) = 32+109+244=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 244 (95.70% from 255 or 63.38% from 385); Max value from RGB is 244 - color contains mainly: blue. Hex color #206DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DF4 is #DF920B. Grayscale: #646464. Windows color (decimal): -14651916 or 16018720. OLE color: 16018720.
HSL color Cylindrical-coordinate representation of color #206DF4: hue angle of 218.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206DF4 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 109 | 244 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.04 |
| HSL | 218.21º | 0.91% | 0.54% | - |
| HSV(B) | 218.21º | 0.87% | 0.96% | - |
| XYZ | 22.39 | 17.78 | 87.84 | - |
| YUV | 101.37 | 208.49 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 244 | 0.87 | 0.55 | 0 | 0.04 | 218.21 | 0.91 | 0.54 |
| Hex | 20 | 6D | F4 | 57 | 37 | 0 | 4 | DA | 5B | 36 |
| Octal | 40 | 155 | 364 | 127 | 67 | 0 | 4 | 332 | 133 | 66 |
| Binary | 100000 | 1101101 | 11110100 | 1010111 | 110111 | 0 | 100 | 11011010 | 1011011 | 110110 |
Color Harmonies of #206DF4
Complementary color
Monochromatic Colors of #206DF4
Black with #206DF4
Text Example
Text Example
White with #206DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DF4; }
p { color: rgb(32,109,244); }
H1.HeaderClassName
{
color: #206DF4;
}
.AnyTagClassName
{
color: #206DF4;
}
</style>
background-color css
<style>
a { background-color: #206DF4; }
a { background-color: rgb(32,109,244); }
div.DivClassName
{
background-color: #206DF4;
}
.BgClassName
{
background-color: #206DF4;
}
</style>
border-color css
<style>
span { border-color: #206DF4; }
span { border-color: rgb(32,109,244); }
td.TdClassName
{
border-color: #206DF4;
}
.TagClassName
{
border-color: #206DF4;
}
</style>