Shades of Dodger Blue #1088DD
Tints of Dodger Blue #1088DD
RGB
CMYK
RGB Variations
Color information
#1088DD (or 0x1088DD) is known color: Dodger Blue. HEX triplet: 10, 88 and DD. RGB value is (16,136,221). Sum of RGB (Red+Green+Blue) = 16+136+221=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #1088DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088DD is #EF7722. Grayscale: #6D6D6D. Windows color (decimal): -15693603 or 14518288. OLE color: 14518288.
HSL color Cylindrical-coordinate representation of color #1088DD: hue angle of 204.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1088DD is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 136 | 221 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.13 |
| HSL | 204.88º | 0.86% | 0.46% | - |
| HSV(B) | 204.88º | 0.93% | 0.87% | - |
| XYZ | 22.07 | 22.94 | 71.67 | - |
| YUV | 109.81 | 190.74 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 221 | 0.93 | 0.38 | 0 | 0.13 | 204.88 | 0.86 | 0.46 |
| Hex | 10 | 88 | DD | 5D | 26 | 0 | D | CD | 56 | 2E |
| Octal | 20 | 210 | 335 | 135 | 46 | 0 | 15 | 315 | 126 | 56 |
| Binary | 10000 | 10001000 | 11011101 | 1011101 | 100110 | 0 | 1101 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1088DD
Complementary color
Monochromatic Colors of #1088DD
Black with #1088DD
Text Example
Text Example
White with #1088DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1088DD; }
p { color: rgb(16,136,221); }
H1.HeaderClassName
{
color: #1088DD;
}
.AnyTagClassName
{
color: #1088DD;
}
</style>
background-color css
<style>
a { background-color: #1088DD; }
a { background-color: rgb(16,136,221); }
div.DivClassName
{
background-color: #1088DD;
}
.BgClassName
{
background-color: #1088DD;
}
</style>
border-color css
<style>
span { border-color: #1088DD; }
span { border-color: rgb(16,136,221); }
td.TdClassName
{
border-color: #1088DD;
}
.TagClassName
{
border-color: #1088DD;
}
</style>