Shades of Dodger Blue #1773EA
Tints of Dodger Blue #1773EA
RGB
CMYK
RGB Variations
Color information
#1773EA (or 0x1773EA) is known color: Dodger Blue. HEX triplet: 17, 73 and EA. RGB value is (23,115,234). Sum of RGB (Red+Green+Blue) = 23+115+234=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #1773EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1773EA is #E88C15. Grayscale: #646464. Windows color (decimal): -15240214 or 15364887. OLE color: 15364887.
HSL color Cylindrical-coordinate representation of color #1773EA: hue angle of 213.84º 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 #1773EA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 115 | 234 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.08 |
| HSL | 213.84º | 0.83% | 0.5% | - |
| HSV(B) | 213.84º | 0.9% | 0.92% | - |
| XYZ | 21.34 | 18.38 | 80.27 | - |
| YUV | 101.06 | 203.02 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 234 | 0.90 | 0.51 | 0 | 0.08 | 213.84 | 0.83 | 0.5 |
| Hex | 17 | 73 | EA | 5A | 33 | 0 | 8 | D6 | 53 | 32 |
| Octal | 27 | 163 | 352 | 132 | 63 | 0 | 10 | 326 | 123 | 62 |
| Binary | 10111 | 1110011 | 11101010 | 1011010 | 110011 | 0 | 1000 | 11010110 | 1010011 | 110010 |
Color Harmonies of #1773EA
Complementary color
Monochromatic Colors of #1773EA
Black with #1773EA
Text Example
Text Example
White with #1773EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1773EA; }
p { color: rgb(23,115,234); }
H1.HeaderClassName
{
color: #1773EA;
}
.AnyTagClassName
{
color: #1773EA;
}
</style>
background-color css
<style>
a { background-color: #1773EA; }
a { background-color: rgb(23,115,234); }
div.DivClassName
{
background-color: #1773EA;
}
.BgClassName
{
background-color: #1773EA;
}
</style>
border-color css
<style>
span { border-color: #1773EA; }
span { border-color: rgb(23,115,234); }
td.TdClassName
{
border-color: #1773EA;
}
.TagClassName
{
border-color: #1773EA;
}
</style>