Shades of Dodger Blue #1678EA
Tints of Dodger Blue #1678EA
RGB
CMYK
RGB Variations
Color information
#1678EA (or 0x1678EA) is known color: Dodger Blue. HEX triplet: 16, 78 and EA. RGB value is (22,120,234). Sum of RGB (Red+Green+Blue) = 22+120+234=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #1678EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1678EA is #E98715. Grayscale: #676767. Windows color (decimal): -15304470 or 15366166. OLE color: 15366166.
HSL color Cylindrical-coordinate representation of color #1678EA: hue angle of 212.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1678EA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 120 | 234 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.08 |
| HSL | 212.26º | 0.83% | 0.5% | - |
| HSV(B) | 212.26º | 0.91% | 0.92% | - |
| XYZ | 21.9 | 19.54 | 80.46 | - |
| YUV | 103.69 | 201.53 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 234 | 0.91 | 0.49 | 0 | 0.08 | 212.26 | 0.83 | 0.5 |
| Hex | 16 | 78 | EA | 5B | 31 | 0 | 8 | D4 | 53 | 32 |
| Octal | 26 | 170 | 352 | 133 | 61 | 0 | 10 | 324 | 123 | 62 |
| Binary | 10110 | 1111000 | 11101010 | 1011011 | 110001 | 0 | 1000 | 11010100 | 1010011 | 110010 |
Color Harmonies of #1678EA
Complementary color
Monochromatic Colors of #1678EA
Black with #1678EA
Text Example
Text Example
White with #1678EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1678EA; }
p { color: rgb(22,120,234); }
H1.HeaderClassName
{
color: #1678EA;
}
.AnyTagClassName
{
color: #1678EA;
}
</style>
background-color css
<style>
a { background-color: #1678EA; }
a { background-color: rgb(22,120,234); }
div.DivClassName
{
background-color: #1678EA;
}
.BgClassName
{
background-color: #1678EA;
}
</style>
border-color css
<style>
span { border-color: #1678EA; }
span { border-color: rgb(22,120,234); }
td.TdClassName
{
border-color: #1678EA;
}
.TagClassName
{
border-color: #1678EA;
}
</style>