Shades of Dodger Blue #206AFF
Tints of Dodger Blue #206AFF
RGB
CMYK
RGB Variations
Color information
#206AFF (or 0x206AFF) is known color: Dodger Blue. HEX triplet: 20, 6A and FF. RGB value is (32,106,255). Sum of RGB (Red+Green+Blue) = 32+106+255=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #206AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AFF is #DF9500. Grayscale: #646464. Windows color (decimal): -14652673 or 16738848. OLE color: 16738848.
HSL color Cylindrical-coordinate representation of color #206AFF: hue angle of 220.09º 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 #206AFF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 106 | 255 | - |
| CMYK | 0.87 | 0.58 | 0 | 0 |
| HSL | 220.09º | 1% | 0.56% | - |
| HSV(B) | 220.09º | 0.87% | 1% | - |
| XYZ | 23.8 | 17.84 | 96.8 | - |
| YUV | 100.86 | 214.98 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 255 | 0.87 | 0.58 | 0 | 0 | 220.09 | 1 | 0.56 |
| Hex | 20 | 6A | FF | 57 | 3A | 0 | 0 | DC | 64 | 38 |
| Octal | 40 | 152 | 377 | 127 | 72 | 0 | 0 | 334 | 144 | 70 |
| Binary | 100000 | 1101010 | 11111111 | 1010111 | 111010 | 0 | 0 | 11011100 | 1100100 | 111000 |
Color Harmonies of #206AFF
Complementary color
Monochromatic Colors of #206AFF
Black with #206AFF
Text Example
Text Example
White with #206AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AFF; }
p { color: rgb(32,106,255); }
H1.HeaderClassName
{
color: #206AFF;
}
.AnyTagClassName
{
color: #206AFF;
}
</style>
background-color css
<style>
a { background-color: #206AFF; }
a { background-color: rgb(32,106,255); }
div.DivClassName
{
background-color: #206AFF;
}
.BgClassName
{
background-color: #206AFF;
}
</style>
border-color css
<style>
span { border-color: #206AFF; }
span { border-color: rgb(32,106,255); }
td.TdClassName
{
border-color: #206AFF;
}
.TagClassName
{
border-color: #206AFF;
}
</style>