Shades of Dodger Blue #1678E7
Tints of Dodger Blue #1678E7
RGB
CMYK
RGB Variations
Color information
#1678E7 (or 0x1678E7) is known color: Dodger Blue. HEX triplet: 16, 78 and E7. RGB value is (22,120,231). Sum of RGB (Red+Green+Blue) = 22+120+231=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 231 (90.62% from 255 or 61.93% from 373); Max value from RGB is 231 - color contains mainly: blue. Hex color #1678E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1678E7 is #E98718. Grayscale: #666666. Windows color (decimal): -15304473 or 15169558. OLE color: 15169558.
HSL color Cylindrical-coordinate representation of color #1678E7: hue angle of 211.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1678E7 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 120 | 231 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.09 |
| HSL | 211.87º | 0.83% | 0.5% | - |
| HSV(B) | 211.87º | 0.9% | 0.91% | - |
| XYZ | 21.47 | 19.37 | 78.21 | - |
| YUV | 103.35 | 200.03 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 231 | 0.90 | 0.48 | 0 | 0.09 | 211.87 | 0.83 | 0.5 |
| Hex | 16 | 78 | E7 | 5A | 30 | 0 | 9 | D4 | 53 | 32 |
| Octal | 26 | 170 | 347 | 132 | 60 | 0 | 11 | 324 | 123 | 62 |
| Binary | 10110 | 1111000 | 11100111 | 1011010 | 110000 | 0 | 1001 | 11010100 | 1010011 | 110010 |
Color Harmonies of #1678E7
Complementary color
Monochromatic Colors of #1678E7
Black with #1678E7
Text Example
Text Example
White with #1678E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678E7; }
p { color: rgb(22,120,231); }
H1.HeaderClassName
{
color: #1678E7;
}
.AnyTagClassName
{
color: #1678E7;
}
</style>
background-color css
<style>
a { background-color: #1678E7; }
a { background-color: rgb(22,120,231); }
div.DivClassName
{
background-color: #1678E7;
}
.BgClassName
{
background-color: #1678E7;
}
</style>
border-color css
<style>
span { border-color: #1678E7; }
span { border-color: rgb(22,120,231); }
td.TdClassName
{
border-color: #1678E7;
}
.TagClassName
{
border-color: #1678E7;
}
</style>