Shades of Dodger Blue #2091DF
Tints of Dodger Blue #2091DF
RGB
CMYK
RGB Variations
Color information
#2091DF (or 0x2091DF) is known color: Dodger Blue. HEX triplet: 20, 91 and DF. RGB value is (32,145,223). Sum of RGB (Red+Green+Blue) = 32+145+223=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #2091DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2091DF is #DF6E20. Grayscale: #777777. Windows color (decimal): -14642721 or 14651680. OLE color: 14651680.
HSL color Cylindrical-coordinate representation of color #2091DF: hue angle of 204.5º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2091DF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 145 | 223 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.13 |
| HSL | 204.5º | 0.75% | 0.5% | - |
| HSV(B) | 204.5º | 0.86% | 0.87% | - |
| XYZ | 24.04 | 25.89 | 73.54 | - |
| YUV | 120.11 | 186.06 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 223 | 0.86 | 0.35 | 0 | 0.13 | 204.5 | 0.75 | 0.5 |
| Hex | 20 | 91 | DF | 56 | 23 | 0 | D | CD | 4B | 32 |
| Octal | 40 | 221 | 337 | 126 | 43 | 0 | 15 | 315 | 113 | 62 |
| Binary | 100000 | 10010001 | 11011111 | 1010110 | 100011 | 0 | 1101 | 11001101 | 1001011 | 110010 |
Color Harmonies of #2091DF
Complementary color
Monochromatic Colors of #2091DF
Black with #2091DF
Text Example
Text Example
White with #2091DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2091DF; }
p { color: rgb(32,145,223); }
H1.HeaderClassName
{
color: #2091DF;
}
.AnyTagClassName
{
color: #2091DF;
}
</style>
background-color css
<style>
a { background-color: #2091DF; }
a { background-color: rgb(32,145,223); }
div.DivClassName
{
background-color: #2091DF;
}
.BgClassName
{
background-color: #2091DF;
}
</style>
border-color css
<style>
span { border-color: #2091DF; }
span { border-color: rgb(32,145,223); }
td.TdClassName
{
border-color: #2091DF;
}
.TagClassName
{
border-color: #2091DF;
}
</style>