Shades of Dodger Blue #1678EE
Tints of Dodger Blue #1678EE
RGB
CMYK
RGB Variations
Color information
#1678EE (or 0x1678EE) is known color: Dodger Blue. HEX triplet: 16, 78 and EE. RGB value is (22,120,238). Sum of RGB (Red+Green+Blue) = 22+120+238=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #1678EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1678EE is #E98711. Grayscale: #676767. Windows color (decimal): -15304466 or 15628310. OLE color: 15628310.
HSL color Cylindrical-coordinate representation of color #1678EE: hue angle of 212.78º 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 #1678EE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 120 | 238 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.07 |
| HSL | 212.78º | 0.86% | 0.51% | - |
| HSV(B) | 212.78º | 0.91% | 0.93% | - |
| XYZ | 22.48 | 19.78 | 83.52 | - |
| YUV | 104.15 | 203.53 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 238 | 0.91 | 0.50 | 0 | 0.07 | 212.78 | 0.86 | 0.51 |
| Hex | 16 | 78 | EE | 5B | 32 | 0 | 7 | D5 | 56 | 33 |
| Octal | 26 | 170 | 356 | 133 | 62 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10110 | 1111000 | 11101110 | 1011011 | 110010 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1678EE
Complementary color
Monochromatic Colors of #1678EE
Black with #1678EE
Text Example
Text Example
White with #1678EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678EE; }
p { color: rgb(22,120,238); }
H1.HeaderClassName
{
color: #1678EE;
}
.AnyTagClassName
{
color: #1678EE;
}
</style>
background-color css
<style>
a { background-color: #1678EE; }
a { background-color: rgb(22,120,238); }
div.DivClassName
{
background-color: #1678EE;
}
.BgClassName
{
background-color: #1678EE;
}
</style>
border-color css
<style>
span { border-color: #1678EE; }
span { border-color: rgb(22,120,238); }
td.TdClassName
{
border-color: #1678EE;
}
.TagClassName
{
border-color: #1678EE;
}
</style>