Shades of Dodger Blue #206BFD
Tints of Dodger Blue #206BFD
RGB
CMYK
RGB Variations
Color information
#206BFD (or 0x206BFD) is known color: Dodger Blue. HEX triplet: 20, 6B and FD. RGB value is (32,107,253). Sum of RGB (Red+Green+Blue) = 32+107+253=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #206BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BFD is #DF9402. Grayscale: #646464. Windows color (decimal): -14652419 or 16608032. OLE color: 16608032.
HSL color Cylindrical-coordinate representation of color #206BFD: hue angle of 219.64º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206BFD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 107 | 253 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.01 |
| HSL | 219.64º | 0.98% | 0.56% | - |
| HSV(B) | 219.64º | 0.87% | 0.99% | - |
| XYZ | 23.58 | 17.91 | 95.14 | - |
| YUV | 101.22 | 213.65 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 253 | 0.87 | 0.58 | 0 | 0.01 | 219.64 | 0.98 | 0.56 |
| Hex | 20 | 6B | FD | 57 | 3A | 0 | 1 | DC | 62 | 38 |
| Octal | 40 | 153 | 375 | 127 | 72 | 0 | 1 | 334 | 142 | 70 |
| Binary | 100000 | 1101011 | 11111101 | 1010111 | 111010 | 0 | 1 | 11011100 | 1100010 | 111000 |
Color Harmonies of #206BFD
Complementary color
Monochromatic Colors of #206BFD
Black with #206BFD
Text Example
Text Example
White with #206BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206BFD; }
p { color: rgb(32,107,253); }
H1.HeaderClassName
{
color: #206BFD;
}
.AnyTagClassName
{
color: #206BFD;
}
</style>
background-color css
<style>
a { background-color: #206BFD; }
a { background-color: rgb(32,107,253); }
div.DivClassName
{
background-color: #206BFD;
}
.BgClassName
{
background-color: #206BFD;
}
</style>
border-color css
<style>
span { border-color: #206BFD; }
span { border-color: rgb(32,107,253); }
td.TdClassName
{
border-color: #206BFD;
}
.TagClassName
{
border-color: #206BFD;
}
</style>