Shades of Dodger Blue #209FFF
Tints of Dodger Blue #209FFF
RGB
CMYK
RGB Variations
Color information
#209FFF (or 0x209FFF) is known color: Dodger Blue. HEX triplet: 20, 9F and FF. RGB value is (32,159,255). Sum of RGB (Red+Green+Blue) = 32+159+255=446 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.17% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #209FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209FFF is #DF6000. Grayscale: #838383. Windows color (decimal): -14639105 or 16752416. OLE color: 16752416.
HSL color Cylindrical-coordinate representation of color #209FFF: hue angle of 205.83º 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 #209FFF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 159 | 255 | - |
| CMYK | 0.87 | 0.38 | 0 | 0 |
| HSL | 205.83º | 1% | 0.56% | - |
| HSV(B) | 205.83º | 0.87% | 1% | - |
| XYZ | 31.04 | 32.32 | 99.21 | - |
| YUV | 131.97 | 197.42 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 159 | 255 | 0.87 | 0.38 | 0 | 0 | 205.83 | 1 | 0.56 |
| Hex | 20 | 9F | FF | 57 | 26 | 0 | 0 | CE | 64 | 38 |
| Octal | 40 | 237 | 377 | 127 | 46 | 0 | 0 | 316 | 144 | 70 |
| Binary | 100000 | 10011111 | 11111111 | 1010111 | 100110 | 0 | 0 | 11001110 | 1100100 | 111000 |
Color Harmonies of #209FFF
Complementary color
Monochromatic Colors of #209FFF
Black with #209FFF
Text Example
Text Example
White with #209FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209FFF; }
p { color: rgb(32,159,255); }
H1.HeaderClassName
{
color: #209FFF;
}
.AnyTagClassName
{
color: #209FFF;
}
</style>
background-color css
<style>
a { background-color: #209FFF; }
a { background-color: rgb(32,159,255); }
div.DivClassName
{
background-color: #209FFF;
}
.BgClassName
{
background-color: #209FFF;
}
</style>
border-color css
<style>
span { border-color: #209FFF; }
span { border-color: rgb(32,159,255); }
td.TdClassName
{
border-color: #209FFF;
}
.TagClassName
{
border-color: #209FFF;
}
</style>