Shades of Dodger Blue #206DFF
Tints of Dodger Blue #206DFF
RGB
CMYK
RGB Variations
Color information
#206DFF (or 0x206DFF) is known color: Dodger Blue. HEX triplet: 20, 6D and FF. RGB value is (32,109,255). Sum of RGB (Red+Green+Blue) = 32+109+255=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #206DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DFF is #DF9200. Grayscale: #656565. Windows color (decimal): -14651905 or 16739616. OLE color: 16739616.
HSL color Cylindrical-coordinate representation of color #206DFF: hue angle of 219.28º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206DFF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 109 | 255 | - |
| CMYK | 0.87 | 0.57 | 0 | 0 |
| HSL | 219.28º | 1% | 0.56% | - |
| HSV(B) | 219.28º | 0.87% | 1% | - |
| XYZ | 24.11 | 18.46 | 96.9 | - |
| YUV | 102.62 | 213.99 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 255 | 0.87 | 0.57 | 0 | 0 | 219.28 | 1 | 0.56 |
| Hex | 20 | 6D | FF | 57 | 39 | 0 | 0 | DB | 64 | 38 |
| Octal | 40 | 155 | 377 | 127 | 71 | 0 | 0 | 333 | 144 | 70 |
| Binary | 100000 | 1101101 | 11111111 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100100 | 111000 |
Color Harmonies of #206DFF
Complementary color
Monochromatic Colors of #206DFF
Black with #206DFF
Text Example
Text Example
White with #206DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DFF; }
p { color: rgb(32,109,255); }
H1.HeaderClassName
{
color: #206DFF;
}
.AnyTagClassName
{
color: #206DFF;
}
</style>
background-color css
<style>
a { background-color: #206DFF; }
a { background-color: rgb(32,109,255); }
div.DivClassName
{
background-color: #206DFF;
}
.BgClassName
{
background-color: #206DFF;
}
</style>
border-color css
<style>
span { border-color: #206DFF; }
span { border-color: rgb(32,109,255); }
td.TdClassName
{
border-color: #206DFF;
}
.TagClassName
{
border-color: #206DFF;
}
</style>