Shades of Dodger Blue #1079E9
Tints of Dodger Blue #1079E9
RGB
CMYK
RGB Variations
Color information
#1079E9 (or 0x1079E9) is known color: Dodger Blue. HEX triplet: 10, 79 and E9. RGB value is (16,121,233). Sum of RGB (Red+Green+Blue) = 16+121+233=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #1079E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1079E9 is #EF8616. Grayscale: #656565. Windows color (decimal): -15697431 or 15300880. OLE color: 15300880.
HSL color Cylindrical-coordinate representation of color #1079E9: hue angle of 210.97º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1079E9 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 121 | 233 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.09 |
| HSL | 210.97º | 0.87% | 0.49% | - |
| HSV(B) | 210.97º | 0.93% | 0.91% | - |
| XYZ | 21.76 | 19.67 | 79.74 | - |
| YUV | 102.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 233 | 0.93 | 0.48 | 0 | 0.09 | 210.97 | 0.87 | 0.49 |
| Hex | 10 | 79 | E9 | 5D | 30 | 0 | 9 | D3 | 57 | 31 |
| Octal | 20 | 171 | 351 | 135 | 60 | 0 | 11 | 323 | 127 | 61 |
| Binary | 10000 | 1111001 | 11101001 | 1011101 | 110000 | 0 | 1001 | 11010011 | 1010111 | 110001 |
Color Harmonies of #1079E9
Complementary color
Monochromatic Colors of #1079E9
Black with #1079E9
Text Example
Text Example
White with #1079E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1079E9; }
p { color: rgb(16,121,233); }
H1.HeaderClassName
{
color: #1079E9;
}
.AnyTagClassName
{
color: #1079E9;
}
</style>
background-color css
<style>
a { background-color: #1079E9; }
a { background-color: rgb(16,121,233); }
div.DivClassName
{
background-color: #1079E9;
}
.BgClassName
{
background-color: #1079E9;
}
</style>
border-color css
<style>
span { border-color: #1079E9; }
span { border-color: rgb(16,121,233); }
td.TdClassName
{
border-color: #1079E9;
}
.TagClassName
{
border-color: #1079E9;
}
</style>