Shades of Dodger Blue #1679EA
Tints of Dodger Blue #1679EA
RGB
CMYK
RGB Variations
Color information
#1679EA (or 0x1679EA) is known color: Dodger Blue. HEX triplet: 16, 79 and EA. RGB value is (22,121,234). Sum of RGB (Red+Green+Blue) = 22+121+234=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #1679EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1679EA is #E98615. Grayscale: #676767. Windows color (decimal): -15304214 or 15366422. OLE color: 15366422.
HSL color Cylindrical-coordinate representation of color #1679EA: hue angle of 211.98º 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 #1679EA is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 121 | 234 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.08 |
| HSL | 211.98º | 0.83% | 0.5% | - |
| HSV(B) | 211.98º | 0.91% | 0.92% | - |
| XYZ | 22.02 | 19.79 | 80.5 | - |
| YUV | 104.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 234 | 0.91 | 0.48 | 0 | 0.08 | 211.98 | 0.83 | 0.5 |
| Hex | 16 | 79 | EA | 5B | 30 | 0 | 8 | D4 | 53 | 32 |
| Octal | 26 | 171 | 352 | 133 | 60 | 0 | 10 | 324 | 123 | 62 |
| Binary | 10110 | 1111001 | 11101010 | 1011011 | 110000 | 0 | 1000 | 11010100 | 1010011 | 110010 |
Color Harmonies of #1679EA
Complementary color
Monochromatic Colors of #1679EA
Black with #1679EA
Text Example
Text Example
White with #1679EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679EA; }
p { color: rgb(22,121,234); }
H1.HeaderClassName
{
color: #1679EA;
}
.AnyTagClassName
{
color: #1679EA;
}
</style>
background-color css
<style>
a { background-color: #1679EA; }
a { background-color: rgb(22,121,234); }
div.DivClassName
{
background-color: #1679EA;
}
.BgClassName
{
background-color: #1679EA;
}
</style>
border-color css
<style>
span { border-color: #1679EA; }
span { border-color: rgb(22,121,234); }
td.TdClassName
{
border-color: #1679EA;
}
.TagClassName
{
border-color: #1679EA;
}
</style>