Shades of Dodger Blue #206CFE
Tints of Dodger Blue #206CFE
RGB
CMYK
RGB Variations
Color information
#206CFE (or 0x206CFE) is known color: Dodger Blue. HEX triplet: 20, 6C and FE. RGB value is (32,108,254). Sum of RGB (Red+Green+Blue) = 32+108+254=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #206CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CFE is #DF9301. Grayscale: #656565. Windows color (decimal): -14652162 or 16673824. OLE color: 16673824.
HSL color Cylindrical-coordinate representation of color #206CFE: hue angle of 219.46º 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 #206CFE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 108 | 254 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.00 |
| HSL | 219.46º | 0.99% | 0.56% | - |
| HSV(B) | 219.46º | 0.87% | 1% | - |
| XYZ | 23.85 | 18.19 | 96.02 | - |
| YUV | 101.92 | 213.82 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 254 | 0.87 | 0.57 | 0 | 0.00 | 219.46 | 0.99 | 0.56 |
| Hex | 20 | 6C | FE | 57 | 39 | 0 | 0 | DB | 63 | 38 |
| Octal | 40 | 154 | 376 | 127 | 71 | 0 | 0 | 333 | 143 | 70 |
| Binary | 100000 | 1101100 | 11111110 | 1010111 | 111001 | 0 | 0 | 11011011 | 1100011 | 111000 |
Color Harmonies of #206CFE
Complementary color
Monochromatic Colors of #206CFE
Black with #206CFE
Text Example
Text Example
White with #206CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CFE; }
p { color: rgb(32,108,254); }
H1.HeaderClassName
{
color: #206CFE;
}
.AnyTagClassName
{
color: #206CFE;
}
</style>
background-color css
<style>
a { background-color: #206CFE; }
a { background-color: rgb(32,108,254); }
div.DivClassName
{
background-color: #206CFE;
}
.BgClassName
{
background-color: #206CFE;
}
</style>
border-color css
<style>
span { border-color: #206CFE; }
span { border-color: rgb(32,108,254); }
td.TdClassName
{
border-color: #206CFE;
}
.TagClassName
{
border-color: #206CFE;
}
</style>