Shades of Dodger Blue #206FFA
Tints of Dodger Blue #206FFA
RGB
CMYK
RGB Variations
Color information
#206FFA (or 0x206FFA) is known color: Dodger Blue. HEX triplet: 20, 6F and FA. RGB value is (32,111,250). Sum of RGB (Red+Green+Blue) = 32+111+250=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #206FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FFA is #DF9005. Grayscale: #666666. Windows color (decimal): -14651398 or 16412448. OLE color: 16412448.
HSL color Cylindrical-coordinate representation of color #206FFA: hue angle of 218.26º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206FFA is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 111 | 250 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.02 |
| HSL | 218.26º | 0.96% | 0.55% | - |
| HSV(B) | 218.26º | 0.87% | 0.98% | - |
| XYZ | 23.54 | 18.58 | 92.79 | - |
| YUV | 103.23 | 210.83 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 250 | 0.87 | 0.56 | 0 | 0.02 | 218.26 | 0.96 | 0.55 |
| Hex | 20 | 6F | FA | 57 | 38 | 0 | 2 | DA | 60 | 37 |
| Octal | 40 | 157 | 372 | 127 | 70 | 0 | 2 | 332 | 140 | 67 |
| Binary | 100000 | 1101111 | 11111010 | 1010111 | 111000 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #206FFA
Complementary color
Monochromatic Colors of #206FFA
Black with #206FFA
Text Example
Text Example
White with #206FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206FFA; }
p { color: rgb(32,111,250); }
H1.HeaderClassName
{
color: #206FFA;
}
.AnyTagClassName
{
color: #206FFA;
}
</style>
background-color css
<style>
a { background-color: #206FFA; }
a { background-color: rgb(32,111,250); }
div.DivClassName
{
background-color: #206FFA;
}
.BgClassName
{
background-color: #206FFA;
}
</style>
border-color css
<style>
span { border-color: #206FFA; }
span { border-color: rgb(32,111,250); }
td.TdClassName
{
border-color: #206FFA;
}
.TagClassName
{
border-color: #206FFA;
}
</style>