Shades of Dodger Blue #1677ED
Tints of Dodger Blue #1677ED
RGB
CMYK
RGB Variations
Color information
#1677ED (or 0x1677ED) is known color: Dodger Blue. HEX triplet: 16, 77 and ED. RGB value is (22,119,237). Sum of RGB (Red+Green+Blue) = 22+119+237=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #1677ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1677ED is #E98812. Grayscale: #666666. Windows color (decimal): -15304723 or 15562518. OLE color: 15562518.
HSL color Cylindrical-coordinate representation of color #1677ED: hue angle of 212.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1677ED is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 119 | 237 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.07 |
| HSL | 212.93º | 0.86% | 0.51% | - |
| HSV(B) | 212.93º | 0.91% | 0.93% | - |
| XYZ | 22.21 | 19.48 | 82.71 | - |
| YUV | 103.45 | 203.36 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 237 | 0.91 | 0.50 | 0 | 0.07 | 212.93 | 0.86 | 0.51 |
| Hex | 16 | 77 | ED | 5B | 32 | 0 | 7 | D5 | 56 | 33 |
| Octal | 26 | 167 | 355 | 133 | 62 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10110 | 1110111 | 11101101 | 1011011 | 110010 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1677ED
Complementary color
Monochromatic Colors of #1677ED
Black with #1677ED
Text Example
Text Example
White with #1677ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1677ED; }
p { color: rgb(22,119,237); }
H1.HeaderClassName
{
color: #1677ED;
}
.AnyTagClassName
{
color: #1677ED;
}
</style>
background-color css
<style>
a { background-color: #1677ED; }
a { background-color: rgb(22,119,237); }
div.DivClassName
{
background-color: #1677ED;
}
.BgClassName
{
background-color: #1677ED;
}
</style>
border-color css
<style>
span { border-color: #1677ED; }
span { border-color: rgb(22,119,237); }
td.TdClassName
{
border-color: #1677ED;
}
.TagClassName
{
border-color: #1677ED;
}
</style>