Shades of Dodger Blue #1677E6
Tints of Dodger Blue #1677E6
RGB
CMYK
RGB Variations
Color information
#1677E6 (or 0x1677E6) is known color: Dodger Blue. HEX triplet: 16, 77 and E6. RGB value is (22,119,230). Sum of RGB (Red+Green+Blue) = 22+119+230=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #1677E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1677E6 is #E98819. Grayscale: #666666. Windows color (decimal): -15304730 or 15103766. OLE color: 15103766.
HSL color Cylindrical-coordinate representation of color #1677E6: hue angle of 212.02º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1677E6 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 119 | 230 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.10 |
| HSL | 212.02º | 0.83% | 0.49% | - |
| HSV(B) | 212.02º | 0.9% | 0.9% | - |
| XYZ | 21.21 | 19.08 | 77.43 | - |
| YUV | 102.65 | 199.86 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 230 | 0.90 | 0.48 | 0 | 0.10 | 212.02 | 0.83 | 0.49 |
| Hex | 16 | 77 | E6 | 5A | 30 | 0 | A | D4 | 53 | 31 |
| Octal | 26 | 167 | 346 | 132 | 60 | 0 | 12 | 324 | 123 | 61 |
| Binary | 10110 | 1110111 | 11100110 | 1011010 | 110000 | 0 | 1010 | 11010100 | 1010011 | 110001 |
Color Harmonies of #1677E6
Complementary color
Monochromatic Colors of #1677E6
Black with #1677E6
Text Example
Text Example
White with #1677E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1677E6; }
p { color: rgb(22,119,230); }
H1.HeaderClassName
{
color: #1677E6;
}
.AnyTagClassName
{
color: #1677E6;
}
</style>
background-color css
<style>
a { background-color: #1677E6; }
a { background-color: rgb(22,119,230); }
div.DivClassName
{
background-color: #1677E6;
}
.BgClassName
{
background-color: #1677E6;
}
</style>
border-color css
<style>
span { border-color: #1677E6; }
span { border-color: rgb(22,119,230); }
td.TdClassName
{
border-color: #1677E6;
}
.TagClassName
{
border-color: #1677E6;
}
</style>