Shades of Dodger Blue #209DFF
Tints of Dodger Blue #209DFF
RGB
CMYK
RGB Variations
Color information
#209DFF (or 0x209DFF) is known color: Dodger Blue. HEX triplet: 20, 9D and FF. RGB value is (32,157,255). Sum of RGB (Red+Green+Blue) = 32+157+255=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #209DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209DFF is #DF6200. Grayscale: #828282. Windows color (decimal): -14639617 or 16751904. OLE color: 16751904.
HSL color Cylindrical-coordinate representation of color #209DFF: hue angle of 206.37º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #209DFF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 157 | 255 | - |
| CMYK | 0.87 | 0.38 | 0 | 0 |
| HSL | 206.37º | 1% | 0.56% | - |
| HSV(B) | 206.37º | 0.87% | 1% | - |
| XYZ | 30.7 | 31.64 | 99.1 | - |
| YUV | 130.8 | 198.09 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 255 | 0.87 | 0.38 | 0 | 0 | 206.37 | 1 | 0.56 |
| Hex | 20 | 9D | FF | 57 | 26 | 0 | 0 | CE | 64 | 38 |
| Octal | 40 | 235 | 377 | 127 | 46 | 0 | 0 | 316 | 144 | 70 |
| Binary | 100000 | 10011101 | 11111111 | 1010111 | 100110 | 0 | 0 | 11001110 | 1100100 | 111000 |
Color Harmonies of #209DFF
Complementary color
Monochromatic Colors of #209DFF
Black with #209DFF
Text Example
Text Example
White with #209DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DFF; }
p { color: rgb(32,157,255); }
H1.HeaderClassName
{
color: #209DFF;
}
.AnyTagClassName
{
color: #209DFF;
}
</style>
background-color css
<style>
a { background-color: #209DFF; }
a { background-color: rgb(32,157,255); }
div.DivClassName
{
background-color: #209DFF;
}
.BgClassName
{
background-color: #209DFF;
}
</style>
border-color css
<style>
span { border-color: #209DFF; }
span { border-color: rgb(32,157,255); }
td.TdClassName
{
border-color: #209DFF;
}
.TagClassName
{
border-color: #209DFF;
}
</style>