Shades of Dodger Blue #1077EA
Tints of Dodger Blue #1077EA
RGB
CMYK
RGB Variations
Color information
#1077EA (or 0x1077EA) is known color: Dodger Blue. HEX triplet: 10, 77 and EA. RGB value is (16,119,234). Sum of RGB (Red+Green+Blue) = 16+119+234=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #1077EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077EA is #EF8815. Grayscale: #646464. Windows color (decimal): -15697942 or 15365904. OLE color: 15365904.
HSL color Cylindrical-coordinate representation of color #1077EA: hue angle of 211.65º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077EA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 119 | 234 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.08 |
| HSL | 211.65º | 0.87% | 0.49% | - |
| HSV(B) | 211.65º | 0.93% | 0.92% | - |
| XYZ | 21.66 | 19.24 | 80.41 | - |
| YUV | 101.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 234 | 0.93 | 0.49 | 0 | 0.08 | 211.65 | 0.87 | 0.49 |
| Hex | 10 | 77 | EA | 5D | 31 | 0 | 8 | D4 | 57 | 31 |
| Octal | 20 | 167 | 352 | 135 | 61 | 0 | 10 | 324 | 127 | 61 |
| Binary | 10000 | 1110111 | 11101010 | 1011101 | 110001 | 0 | 1000 | 11010100 | 1010111 | 110001 |
Color Harmonies of #1077EA
Complementary color
Monochromatic Colors of #1077EA
Black with #1077EA
Text Example
Text Example
White with #1077EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077EA; }
p { color: rgb(16,119,234); }
H1.HeaderClassName
{
color: #1077EA;
}
.AnyTagClassName
{
color: #1077EA;
}
</style>
background-color css
<style>
a { background-color: #1077EA; }
a { background-color: rgb(16,119,234); }
div.DivClassName
{
background-color: #1077EA;
}
.BgClassName
{
background-color: #1077EA;
}
</style>
border-color css
<style>
span { border-color: #1077EA; }
span { border-color: rgb(16,119,234); }
td.TdClassName
{
border-color: #1077EA;
}
.TagClassName
{
border-color: #1077EA;
}
</style>