Shades of Dodger Blue #1679EC
Tints of Dodger Blue #1679EC
RGB
CMYK
RGB Variations
Color information
#1679EC (or 0x1679EC) is known color: Dodger Blue. HEX triplet: 16, 79 and EC. RGB value is (22,121,236). Sum of RGB (Red+Green+Blue) = 22+121+236=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #1679EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1679EC is #E98613. Grayscale: #676767. Windows color (decimal): -15304212 or 15497494. OLE color: 15497494.
HSL color Cylindrical-coordinate representation of color #1679EC: hue angle of 212.24º degrees, saturation: 0.85, 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 #1679EC is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 121 | 236 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.07 |
| HSL | 212.24º | 0.85% | 0.51% | - |
| HSV(B) | 212.24º | 0.91% | 0.93% | - |
| XYZ | 22.31 | 19.9 | 82.02 | - |
| YUV | 104.51 | 202.2 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 236 | 0.91 | 0.49 | 0 | 0.07 | 212.24 | 0.85 | 0.51 |
| Hex | 16 | 79 | EC | 5B | 31 | 0 | 7 | D4 | 55 | 33 |
| Octal | 26 | 171 | 354 | 133 | 61 | 0 | 7 | 324 | 125 | 63 |
| Binary | 10110 | 1111001 | 11101100 | 1011011 | 110001 | 0 | 111 | 11010100 | 1010101 | 110011 |
Color Harmonies of #1679EC
Complementary color
Monochromatic Colors of #1679EC
Black with #1679EC
Text Example
Text Example
White with #1679EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679EC; }
p { color: rgb(22,121,236); }
H1.HeaderClassName
{
color: #1679EC;
}
.AnyTagClassName
{
color: #1679EC;
}
</style>
background-color css
<style>
a { background-color: #1679EC; }
a { background-color: rgb(22,121,236); }
div.DivClassName
{
background-color: #1679EC;
}
.BgClassName
{
background-color: #1679EC;
}
</style>
border-color css
<style>
span { border-color: #1679EC; }
span { border-color: rgb(22,121,236); }
td.TdClassName
{
border-color: #1679EC;
}
.TagClassName
{
border-color: #1679EC;
}
</style>