Shades of Dodger Blue #206CFD
Tints of Dodger Blue #206CFD
RGB
CMYK
RGB Variations
Color information
#206CFD (or 0x206CFD) is known color: Dodger Blue. HEX triplet: 20, 6C and FD. RGB value is (32,108,253). Sum of RGB (Red+Green+Blue) = 32+108+253=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #206CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CFD is #DF9302. Grayscale: #656565. Windows color (decimal): -14652163 or 16608288. OLE color: 16608288.
HSL color Cylindrical-coordinate representation of color #206CFD: hue angle of 219.37º 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 #206CFD is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 108 | 253 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.01 |
| HSL | 219.37º | 0.98% | 0.56% | - |
| HSV(B) | 219.37º | 0.87% | 0.99% | - |
| XYZ | 23.69 | 18.12 | 95.18 | - |
| YUV | 101.81 | 213.32 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 253 | 0.87 | 0.57 | 0 | 0.01 | 219.37 | 0.98 | 0.56 |
| Hex | 20 | 6C | FD | 57 | 39 | 0 | 1 | DB | 62 | 38 |
| Octal | 40 | 154 | 375 | 127 | 71 | 0 | 1 | 333 | 142 | 70 |
| Binary | 100000 | 1101100 | 11111101 | 1010111 | 111001 | 0 | 1 | 11011011 | 1100010 | 111000 |
Color Harmonies of #206CFD
Complementary color
Monochromatic Colors of #206CFD
Black with #206CFD
Text Example
Text Example
White with #206CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CFD; }
p { color: rgb(32,108,253); }
H1.HeaderClassName
{
color: #206CFD;
}
.AnyTagClassName
{
color: #206CFD;
}
</style>
background-color css
<style>
a { background-color: #206CFD; }
a { background-color: rgb(32,108,253); }
div.DivClassName
{
background-color: #206CFD;
}
.BgClassName
{
background-color: #206CFD;
}
</style>
border-color css
<style>
span { border-color: #206CFD; }
span { border-color: rgb(32,108,253); }
td.TdClassName
{
border-color: #206CFD;
}
.TagClassName
{
border-color: #206CFD;
}
</style>