Shades of Dodger Blue #1077F7
Tints of Dodger Blue #1077F7
RGB
CMYK
RGB Variations
Color information
#1077F7 (or 0x1077F7) is known color: Dodger Blue. HEX triplet: 10, 77 and F7. RGB value is (16,119,247). Sum of RGB (Red+Green+Blue) = 16+119+247=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 247 (96.88% from 255 or 64.66% from 382); Max value from RGB is 247 - color contains mainly: blue. Hex color #1077F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077F7 is #EF8808. Grayscale: #666666. Windows color (decimal): -15697929 or 16217872. OLE color: 16217872.
HSL color Cylindrical-coordinate representation of color #1077F7: hue angle of 213.25º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1077F7 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 119 | 247 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.03 |
| HSL | 213.25º | 0.94% | 0.52% | - |
| HSV(B) | 213.25º | 0.94% | 0.97% | - |
| XYZ | 23.6 | 20.02 | 90.62 | - |
| YUV | 102.8 | 209.38 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 247 | 0.94 | 0.52 | 0 | 0.03 | 213.25 | 0.94 | 0.52 |
| Hex | 10 | 77 | F7 | 5E | 34 | 0 | 3 | D5 | 5E | 34 |
| Octal | 20 | 167 | 367 | 136 | 64 | 0 | 3 | 325 | 136 | 64 |
| Binary | 10000 | 1110111 | 11110111 | 1011110 | 110100 | 0 | 11 | 11010101 | 1011110 | 110100 |
Color Harmonies of #1077F7
Complementary color
Monochromatic Colors of #1077F7
Black with #1077F7
Text Example
Text Example
White with #1077F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077F7; }
p { color: rgb(16,119,247); }
H1.HeaderClassName
{
color: #1077F7;
}
.AnyTagClassName
{
color: #1077F7;
}
</style>
background-color css
<style>
a { background-color: #1077F7; }
a { background-color: rgb(16,119,247); }
div.DivClassName
{
background-color: #1077F7;
}
.BgClassName
{
background-color: #1077F7;
}
</style>
border-color css
<style>
span { border-color: #1077F7; }
span { border-color: rgb(16,119,247); }
td.TdClassName
{
border-color: #1077F7;
}
.TagClassName
{
border-color: #1077F7;
}
</style>