Shades of Dodger Blue #1087DF
Tints of Dodger Blue #1087DF
RGB
CMYK
RGB Variations
Color information
#1087DF (or 0x1087DF) is known color: Dodger Blue. HEX triplet: 10, 87 and DF. RGB value is (16,135,223). Sum of RGB (Red+Green+Blue) = 16+135+223=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #1087DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1087DF is #EF7820. Grayscale: #6C6C6C. Windows color (decimal): -15693857 or 14649104. OLE color: 14649104.
HSL color Cylindrical-coordinate representation of color #1087DF: hue angle of 205.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087DF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 135 | 223 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.13 |
| HSL | 205.51º | 0.87% | 0.47% | - |
| HSV(B) | 205.51º | 0.93% | 0.87% | - |
| XYZ | 22.2 | 22.77 | 73.04 | - |
| YUV | 109.45 | 192.08 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 223 | 0.93 | 0.39 | 0 | 0.13 | 205.51 | 0.87 | 0.47 |
| Hex | 10 | 87 | DF | 5D | 27 | 0 | D | CE | 57 | 2F |
| Octal | 20 | 207 | 337 | 135 | 47 | 0 | 15 | 316 | 127 | 57 |
| Binary | 10000 | 10000111 | 11011111 | 1011101 | 100111 | 0 | 1101 | 11001110 | 1010111 | 101111 |
Color Harmonies of #1087DF
Complementary color
Monochromatic Colors of #1087DF
Black with #1087DF
Text Example
Text Example
White with #1087DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087DF; }
p { color: rgb(16,135,223); }
H1.HeaderClassName
{
color: #1087DF;
}
.AnyTagClassName
{
color: #1087DF;
}
</style>
background-color css
<style>
a { background-color: #1087DF; }
a { background-color: rgb(16,135,223); }
div.DivClassName
{
background-color: #1087DF;
}
.BgClassName
{
background-color: #1087DF;
}
</style>
border-color css
<style>
span { border-color: #1087DF; }
span { border-color: rgb(16,135,223); }
td.TdClassName
{
border-color: #1087DF;
}
.TagClassName
{
border-color: #1087DF;
}
</style>