Shades of Dodger Blue #2088DF
Tints of Dodger Blue #2088DF
RGB
CMYK
RGB Variations
Color information
#2088DF (or 0x2088DF) is known color: Dodger Blue. HEX triplet: 20, 88 and DF. RGB value is (32,136,223). Sum of RGB (Red+Green+Blue) = 32+136+223=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #2088DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088DF is #DF7720. Grayscale: #727272. Windows color (decimal): -14645025 or 14649376. OLE color: 14649376.
HSL color Cylindrical-coordinate representation of color #2088DF: hue angle of 207.33º 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 #2088DF is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 136 | 223 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.13 |
| HSL | 207.33º | 0.75% | 0.5% | - |
| HSV(B) | 207.33º | 0.86% | 0.87% | - |
| XYZ | 22.72 | 23.24 | 73.1 | - |
| YUV | 114.82 | 189.04 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 223 | 0.86 | 0.39 | 0 | 0.13 | 207.33 | 0.75 | 0.5 |
| Hex | 20 | 88 | DF | 56 | 27 | 0 | D | CF | 4B | 32 |
| Octal | 40 | 210 | 337 | 126 | 47 | 0 | 15 | 317 | 113 | 62 |
| Binary | 100000 | 10001000 | 11011111 | 1010110 | 100111 | 0 | 1101 | 11001111 | 1001011 | 110010 |
Color Harmonies of #2088DF
Complementary color
Monochromatic Colors of #2088DF
Black with #2088DF
Text Example
Text Example
White with #2088DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088DF; }
p { color: rgb(32,136,223); }
H1.HeaderClassName
{
color: #2088DF;
}
.AnyTagClassName
{
color: #2088DF;
}
</style>
background-color css
<style>
a { background-color: #2088DF; }
a { background-color: rgb(32,136,223); }
div.DivClassName
{
background-color: #2088DF;
}
.BgClassName
{
background-color: #2088DF;
}
</style>
border-color css
<style>
span { border-color: #2088DF; }
span { border-color: rgb(32,136,223); }
td.TdClassName
{
border-color: #2088DF;
}
.TagClassName
{
border-color: #2088DF;
}
</style>