Shades of Dodger Blue #2093DF
Tints of Dodger Blue #2093DF
RGB
CMYK
RGB Variations
Color information
#2093DF (or 0x2093DF) is known color: Dodger Blue. HEX triplet: 20, 93 and DF. RGB value is (32,147,223). Sum of RGB (Red+Green+Blue) = 32+147+223=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #2093DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093DF is #DF6C20. Grayscale: #787878. Windows color (decimal): -14642209 or 14652192. OLE color: 14652192.
HSL color Cylindrical-coordinate representation of color #2093DF: hue angle of 203.87º 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 #2093DF is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 147 | 223 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.13 |
| HSL | 203.87º | 0.75% | 0.5% | - |
| HSV(B) | 203.87º | 0.86% | 0.87% | - |
| XYZ | 24.35 | 26.5 | 73.64 | - |
| YUV | 121.28 | 185.4 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 223 | 0.86 | 0.34 | 0 | 0.13 | 203.87 | 0.75 | 0.5 |
| Hex | 20 | 93 | DF | 56 | 22 | 0 | D | CC | 4B | 32 |
| Octal | 40 | 223 | 337 | 126 | 42 | 0 | 15 | 314 | 113 | 62 |
| Binary | 100000 | 10010011 | 11011111 | 1010110 | 100010 | 0 | 1101 | 11001100 | 1001011 | 110010 |
Color Harmonies of #2093DF
Complementary color
Monochromatic Colors of #2093DF
Black with #2093DF
Text Example
Text Example
White with #2093DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2093DF; }
p { color: rgb(32,147,223); }
H1.HeaderClassName
{
color: #2093DF;
}
.AnyTagClassName
{
color: #2093DF;
}
</style>
background-color css
<style>
a { background-color: #2093DF; }
a { background-color: rgb(32,147,223); }
div.DivClassName
{
background-color: #2093DF;
}
.BgClassName
{
background-color: #2093DF;
}
</style>
border-color css
<style>
span { border-color: #2093DF; }
span { border-color: rgb(32,147,223); }
td.TdClassName
{
border-color: #2093DF;
}
.TagClassName
{
border-color: #2093DF;
}
</style>