Shades of Dodger Blue #2096FD
Tints of Dodger Blue #2096FD
RGB
CMYK
RGB Variations
Color information
#2096FD (or 0x2096FD) is known color: Dodger Blue. HEX triplet: 20, 96 and FD. RGB value is (32,150,253). Sum of RGB (Red+Green+Blue) = 32+150+253=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #2096FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2096FD is #DF6902. Grayscale: #7D7D7D. Windows color (decimal): -14641411 or 16619040. OLE color: 16619040.
HSL color Cylindrical-coordinate representation of color #2096FD: hue angle of 207.96º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2096FD is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 150 | 253 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.01 |
| HSL | 207.96º | 0.98% | 0.56% | - |
| HSV(B) | 207.96º | 0.87% | 0.99% | - |
| XYZ | 29.23 | 29.21 | 97.03 | - |
| YUV | 126.46 | 199.41 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 253 | 0.87 | 0.41 | 0 | 0.01 | 207.96 | 0.98 | 0.56 |
| Hex | 20 | 96 | FD | 57 | 29 | 0 | 1 | D0 | 62 | 38 |
| Octal | 40 | 226 | 375 | 127 | 51 | 0 | 1 | 320 | 142 | 70 |
| Binary | 100000 | 10010110 | 11111101 | 1010111 | 101001 | 0 | 1 | 11010000 | 1100010 | 111000 |
Color Harmonies of #2096FD
Complementary color
Monochromatic Colors of #2096FD
Black with #2096FD
Text Example
Text Example
White with #2096FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2096FD; }
p { color: rgb(32,150,253); }
H1.HeaderClassName
{
color: #2096FD;
}
.AnyTagClassName
{
color: #2096FD;
}
</style>
background-color css
<style>
a { background-color: #2096FD; }
a { background-color: rgb(32,150,253); }
div.DivClassName
{
background-color: #2096FD;
}
.BgClassName
{
background-color: #2096FD;
}
</style>
border-color css
<style>
span { border-color: #2096FD; }
span { border-color: rgb(32,150,253); }
td.TdClassName
{
border-color: #2096FD;
}
.TagClassName
{
border-color: #2096FD;
}
</style>