Shades of Dodger Blue #1779ED
Tints of Dodger Blue #1779ED
RGB
CMYK
RGB Variations
Color information
#1779ED (or 0x1779ED) is known color: Dodger Blue. HEX triplet: 17, 79 and ED. RGB value is (23,121,237). Sum of RGB (Red+Green+Blue) = 23+121+237=381 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.04% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #1779ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1779ED is #E88612. Grayscale: #686868. Windows color (decimal): -15238675 or 15563031. OLE color: 15563031.
HSL color Cylindrical-coordinate representation of color #1779ED: hue angle of 212.52º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1779ED is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 121 | 237 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.07 |
| HSL | 212.52º | 0.86% | 0.51% | - |
| HSV(B) | 212.52º | 0.9% | 0.93% | - |
| XYZ | 22.48 | 19.97 | 82.79 | - |
| YUV | 104.92 | 202.53 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 237 | 0.90 | 0.49 | 0 | 0.07 | 212.52 | 0.86 | 0.51 |
| Hex | 17 | 79 | ED | 5A | 31 | 0 | 7 | D5 | 56 | 33 |
| Octal | 27 | 171 | 355 | 132 | 61 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10111 | 1111001 | 11101101 | 1011010 | 110001 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1779ED
Complementary color
Monochromatic Colors of #1779ED
Black with #1779ED
Text Example
Text Example
White with #1779ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779ED; }
p { color: rgb(23,121,237); }
H1.HeaderClassName
{
color: #1779ED;
}
.AnyTagClassName
{
color: #1779ED;
}
</style>
background-color css
<style>
a { background-color: #1779ED; }
a { background-color: rgb(23,121,237); }
div.DivClassName
{
background-color: #1779ED;
}
.BgClassName
{
background-color: #1779ED;
}
</style>
border-color css
<style>
span { border-color: #1779ED; }
span { border-color: rgb(23,121,237); }
td.TdClassName
{
border-color: #1779ED;
}
.TagClassName
{
border-color: #1779ED;
}
</style>