Shades of Dodger Blue #209DF2
Tints of Dodger Blue #209DF2
RGB
CMYK
RGB Variations
Color information
#209DF2 (or 0x209DF2) is known color: Dodger Blue. HEX triplet: 20, 9D and F2. RGB value is (32,157,242). Sum of RGB (Red+Green+Blue) = 32+157+242=431 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.42% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #209DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209DF2 is #DF620D. Grayscale: #808080. Windows color (decimal): -14639630 or 15899936. OLE color: 15899936.
HSL color Cylindrical-coordinate representation of color #209DF2: hue angle of 204.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #209DF2 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 157 | 242 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.05 |
| HSL | 204.29º | 0.89% | 0.54% | - |
| HSV(B) | 204.29º | 0.87% | 0.95% | - |
| XYZ | 28.68 | 30.83 | 88.44 | - |
| YUV | 129.32 | 191.59 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 242 | 0.87 | 0.35 | 0 | 0.05 | 204.29 | 0.89 | 0.54 |
| Hex | 20 | 9D | F2 | 57 | 23 | 0 | 5 | CC | 59 | 36 |
| Octal | 40 | 235 | 362 | 127 | 43 | 0 | 5 | 314 | 131 | 66 |
| Binary | 100000 | 10011101 | 11110010 | 1010111 | 100011 | 0 | 101 | 11001100 | 1011001 | 110110 |
Color Harmonies of #209DF2
Complementary color
Monochromatic Colors of #209DF2
Black with #209DF2
Text Example
Text Example
White with #209DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DF2; }
p { color: rgb(32,157,242); }
H1.HeaderClassName
{
color: #209DF2;
}
.AnyTagClassName
{
color: #209DF2;
}
</style>
background-color css
<style>
a { background-color: #209DF2; }
a { background-color: rgb(32,157,242); }
div.DivClassName
{
background-color: #209DF2;
}
.BgClassName
{
background-color: #209DF2;
}
</style>
border-color css
<style>
span { border-color: #209DF2; }
span { border-color: rgb(32,157,242); }
td.TdClassName
{
border-color: #209DF2;
}
.TagClassName
{
border-color: #209DF2;
}
</style>