Shades of Dodger Blue #1075EF
Tints of Dodger Blue #1075EF
RGB
CMYK
RGB Variations
Color information
#1075EF (or 0x1075EF) is known color: Dodger Blue. HEX triplet: 10, 75 and EF. RGB value is (16,117,239). Sum of RGB (Red+Green+Blue) = 16+117+239=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #1075EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1075EF is #EF8A10. Grayscale: #646464. Windows color (decimal): -15698449 or 15693072. OLE color: 15693072.
HSL color Cylindrical-coordinate representation of color #1075EF: hue angle of 212.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1075EF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 117 | 239 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.06 |
| HSL | 212.83º | 0.87% | 0.5% | - |
| HSV(B) | 212.83º | 0.93% | 0.94% | - |
| XYZ | 22.15 | 19.06 | 84.17 | - |
| YUV | 100.71 | 206.04 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 239 | 0.93 | 0.51 | 0 | 0.06 | 212.83 | 0.87 | 0.5 |
| Hex | 10 | 75 | EF | 5D | 33 | 0 | 6 | D5 | 57 | 32 |
| Octal | 20 | 165 | 357 | 135 | 63 | 0 | 6 | 325 | 127 | 62 |
| Binary | 10000 | 1110101 | 11101111 | 1011101 | 110011 | 0 | 110 | 11010101 | 1010111 | 110010 |
Color Harmonies of #1075EF
Complementary color
Monochromatic Colors of #1075EF
Black with #1075EF
Text Example
Text Example
White with #1075EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075EF; }
p { color: rgb(16,117,239); }
H1.HeaderClassName
{
color: #1075EF;
}
.AnyTagClassName
{
color: #1075EF;
}
</style>
background-color css
<style>
a { background-color: #1075EF; }
a { background-color: rgb(16,117,239); }
div.DivClassName
{
background-color: #1075EF;
}
.BgClassName
{
background-color: #1075EF;
}
</style>
border-color css
<style>
span { border-color: #1075EF; }
span { border-color: rgb(16,117,239); }
td.TdClassName
{
border-color: #1075EF;
}
.TagClassName
{
border-color: #1075EF;
}
</style>