Shades of Dodger Blue #1078F6
Tints of Dodger Blue #1078F6
RGB
CMYK
RGB Variations
Color information
#1078F6 (or 0x1078F6) is known color: Dodger Blue. HEX triplet: 10, 78 and F6. RGB value is (16,120,246). Sum of RGB (Red+Green+Blue) = 16+120+246=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 246 (96.48% from 255 or 64.40% from 382); Max value from RGB is 246 - color contains mainly: blue. Hex color #1078F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1078F6 is #EF8709. Grayscale: #666666. Windows color (decimal): -15697674 or 16152592. OLE color: 16152592.
HSL color Cylindrical-coordinate representation of color #1078F6: hue angle of 212.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1078F6 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 120 | 246 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.04 |
| HSL | 212.87º | 0.93% | 0.51% | - |
| HSV(B) | 212.87º | 0.93% | 0.96% | - |
| XYZ | 23.56 | 20.2 | 89.85 | - |
| YUV | 103.27 | 208.54 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 246 | 0.93 | 0.51 | 0 | 0.04 | 212.87 | 0.93 | 0.51 |
| Hex | 10 | 78 | F6 | 5D | 33 | 0 | 4 | D5 | 5D | 33 |
| Octal | 20 | 170 | 366 | 135 | 63 | 0 | 4 | 325 | 135 | 63 |
| Binary | 10000 | 1111000 | 11110110 | 1011101 | 110011 | 0 | 100 | 11010101 | 1011101 | 110011 |
Color Harmonies of #1078F6
Complementary color
Monochromatic Colors of #1078F6
Black with #1078F6
Text Example
Text Example
White with #1078F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078F6; }
p { color: rgb(16,120,246); }
H1.HeaderClassName
{
color: #1078F6;
}
.AnyTagClassName
{
color: #1078F6;
}
</style>
background-color css
<style>
a { background-color: #1078F6; }
a { background-color: rgb(16,120,246); }
div.DivClassName
{
background-color: #1078F6;
}
.BgClassName
{
background-color: #1078F6;
}
</style>
border-color css
<style>
span { border-color: #1078F6; }
span { border-color: rgb(16,120,246); }
td.TdClassName
{
border-color: #1078F6;
}
.TagClassName
{
border-color: #1078F6;
}
</style>