Shades of Dodger Blue #206FF8
Tints of Dodger Blue #206FF8
RGB
CMYK
RGB Variations
Color information
#206FF8 (or 0x206FF8) is known color: Dodger Blue. HEX triplet: 20, 6F and F8. RGB value is (32,111,248). Sum of RGB (Red+Green+Blue) = 32+111+248=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #206FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FF8 is #DF9007. Grayscale: #666666. Windows color (decimal): -14651400 or 16281376. OLE color: 16281376.
HSL color Cylindrical-coordinate representation of color #206FF8: hue angle of 218.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206FF8 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 111 | 248 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.03 |
| HSL | 218.06º | 0.94% | 0.55% | - |
| HSV(B) | 218.06º | 0.87% | 0.97% | - |
| XYZ | 23.22 | 18.45 | 91.14 | - |
| YUV | 103 | 209.83 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 248 | 0.87 | 0.55 | 0 | 0.03 | 218.06 | 0.94 | 0.55 |
| Hex | 20 | 6F | F8 | 57 | 37 | 0 | 3 | DA | 5E | 37 |
| Octal | 40 | 157 | 370 | 127 | 67 | 0 | 3 | 332 | 136 | 67 |
| Binary | 100000 | 1101111 | 11111000 | 1010111 | 110111 | 0 | 11 | 11011010 | 1011110 | 110111 |
Color Harmonies of #206FF8
Complementary color
Monochromatic Colors of #206FF8
Black with #206FF8
Text Example
Text Example
White with #206FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FF8; }
p { color: rgb(32,111,248); }
H1.HeaderClassName
{
color: #206FF8;
}
.AnyTagClassName
{
color: #206FF8;
}
</style>
background-color css
<style>
a { background-color: #206FF8; }
a { background-color: rgb(32,111,248); }
div.DivClassName
{
background-color: #206FF8;
}
.BgClassName
{
background-color: #206FF8;
}
</style>
border-color css
<style>
span { border-color: #206FF8; }
span { border-color: rgb(32,111,248); }
td.TdClassName
{
border-color: #206FF8;
}
.TagClassName
{
border-color: #206FF8;
}
</style>