Shades of Dodger Blue #2083FD
Tints of Dodger Blue #2083FD
RGB
CMYK
RGB Variations
Color information
#2083FD (or 0x2083FD) is known color: Dodger Blue. HEX triplet: 20, 83 and FD. RGB value is (32,131,253). Sum of RGB (Red+Green+Blue) = 32+131+253=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #2083FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2083FD is #DF7C02. Grayscale: #727272. Windows color (decimal): -14646275 or 16614176. OLE color: 16614176.
HSL color Cylindrical-coordinate representation of color #2083FD: hue angle of 213.12º 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 #2083FD is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 131 | 253 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.01 |
| HSL | 213.12º | 0.98% | 0.56% | - |
| HSV(B) | 213.12º | 0.87% | 0.99% | - |
| XYZ | 26.44 | 23.63 | 96.1 | - |
| YUV | 115.31 | 205.7 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 253 | 0.87 | 0.48 | 0 | 0.01 | 213.12 | 0.98 | 0.56 |
| Hex | 20 | 83 | FD | 57 | 30 | 0 | 1 | D5 | 62 | 38 |
| Octal | 40 | 203 | 375 | 127 | 60 | 0 | 1 | 325 | 142 | 70 |
| Binary | 100000 | 10000011 | 11111101 | 1010111 | 110000 | 0 | 1 | 11010101 | 1100010 | 111000 |
Color Harmonies of #2083FD
Complementary color
Monochromatic Colors of #2083FD
Black with #2083FD
Text Example
Text Example
White with #2083FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2083FD; }
p { color: rgb(32,131,253); }
H1.HeaderClassName
{
color: #2083FD;
}
.AnyTagClassName
{
color: #2083FD;
}
</style>
background-color css
<style>
a { background-color: #2083FD; }
a { background-color: rgb(32,131,253); }
div.DivClassName
{
background-color: #2083FD;
}
.BgClassName
{
background-color: #2083FD;
}
</style>
border-color css
<style>
span { border-color: #2083FD; }
span { border-color: rgb(32,131,253); }
td.TdClassName
{
border-color: #2083FD;
}
.TagClassName
{
border-color: #2083FD;
}
</style>