Shades of Dodger Blue #1779EA
Tints of Dodger Blue #1779EA
RGB
CMYK
RGB Variations
Color information
#1779EA (or 0x1779EA) is known color: Dodger Blue. HEX triplet: 17, 79 and EA. RGB value is (23,121,234). Sum of RGB (Red+Green+Blue) = 23+121+234=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #1779EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1779EA is #E88615. Grayscale: #686868. Windows color (decimal): -15238678 or 15366423. OLE color: 15366423.
HSL color Cylindrical-coordinate representation of color #1779EA: hue angle of 212.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1779EA is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 121 | 234 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.08 |
| HSL | 212.13º | 0.83% | 0.5% | - |
| HSV(B) | 212.13º | 0.9% | 0.92% | - |
| XYZ | 22.04 | 19.8 | 80.5 | - |
| YUV | 104.58 | 201.03 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 234 | 0.90 | 0.48 | 0 | 0.08 | 212.13 | 0.83 | 0.5 |
| Hex | 17 | 79 | EA | 5A | 30 | 0 | 8 | D4 | 53 | 32 |
| Octal | 27 | 171 | 352 | 132 | 60 | 0 | 10 | 324 | 123 | 62 |
| Binary | 10111 | 1111001 | 11101010 | 1011010 | 110000 | 0 | 1000 | 11010100 | 1010011 | 110010 |
Color Harmonies of #1779EA
Complementary color
Monochromatic Colors of #1779EA
Black with #1779EA
Text Example
Text Example
White with #1779EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779EA; }
p { color: rgb(23,121,234); }
H1.HeaderClassName
{
color: #1779EA;
}
.AnyTagClassName
{
color: #1779EA;
}
</style>
background-color css
<style>
a { background-color: #1779EA; }
a { background-color: rgb(23,121,234); }
div.DivClassName
{
background-color: #1779EA;
}
.BgClassName
{
background-color: #1779EA;
}
</style>
border-color css
<style>
span { border-color: #1779EA; }
span { border-color: rgb(23,121,234); }
td.TdClassName
{
border-color: #1779EA;
}
.TagClassName
{
border-color: #1779EA;
}
</style>