Shades of Dodger Blue #206DFE
Tints of Dodger Blue #206DFE
RGB
CMYK
RGB Variations
Color information
#206DFE (or 0x206DFE) is known color: Dodger Blue. HEX triplet: 20, 6D and FE. RGB value is (32,109,254). Sum of RGB (Red+Green+Blue) = 32+109+254=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #206DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DFE is #DF9201. Grayscale: #656565. Windows color (decimal): -14651906 or 16674080. OLE color: 16674080.
HSL color Cylindrical-coordinate representation of color #206DFE: hue angle of 219.19º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206DFE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 109 | 254 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.00 |
| HSL | 219.19º | 0.99% | 0.56% | - |
| HSV(B) | 219.19º | 0.87% | 1% | - |
| XYZ | 23.95 | 18.4 | 96.06 | - |
| YUV | 102.51 | 213.49 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 254 | 0.87 | 0.57 | 0 | 0.00 | 219.19 | 0.99 | 0.56 |
| Hex | 20 | 6D | FE | 57 | 39 | 0 | 0 | DB | 63 | 38 |
| Octal | 40 | 155 | 376 | 127 | 71 | 0 | 0 | 333 | 143 | 70 |
| Binary | 100000 | 1101101 | 11111110 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100011 | 111000 |
Color Harmonies of #206DFE
Complementary color
Monochromatic Colors of #206DFE
Black with #206DFE
Text Example
Text Example
White with #206DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206DFE; }
p { color: rgb(32,109,254); }
H1.HeaderClassName
{
color: #206DFE;
}
.AnyTagClassName
{
color: #206DFE;
}
</style>
background-color css
<style>
a { background-color: #206DFE; }
a { background-color: rgb(32,109,254); }
div.DivClassName
{
background-color: #206DFE;
}
.BgClassName
{
background-color: #206DFE;
}
</style>
border-color css
<style>
span { border-color: #206DFE; }
span { border-color: rgb(32,109,254); }
td.TdClassName
{
border-color: #206DFE;
}
.TagClassName
{
border-color: #206DFE;
}
</style>