Shades of Dodger Blue #1773FF
Tints of Dodger Blue #1773FF
RGB
CMYK
RGB Variations
Color information
#1773FF (or 0x1773FF) is known color: Dodger Blue. HEX triplet: 17, 73 and FF. RGB value is (23,115,255). Sum of RGB (Red+Green+Blue) = 23+115+255=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1773FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1773FF is #E88C00. Grayscale: #666666. Windows color (decimal): -15240193 or 16741143. OLE color: 16741143.
HSL color Cylindrical-coordinate representation of color #1773FF: hue angle of 216.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1773FF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 115 | 255 | - |
| CMYK | 0.91 | 0.55 | 0 | 0 |
| HSL | 216.21º | 1% | 0.55% | - |
| HSV(B) | 216.21º | 0.91% | 1% | - |
| XYZ | 24.53 | 19.66 | 97.11 | - |
| YUV | 103.45 | 213.52 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 255 | 0.91 | 0.55 | 0 | 0 | 216.21 | 1 | 0.55 |
| Hex | 17 | 73 | FF | 5B | 37 | 0 | 0 | D8 | 64 | 37 |
| Octal | 27 | 163 | 377 | 133 | 67 | 0 | 0 | 330 | 144 | 67 |
| Binary | 10111 | 1110011 | 11111111 | 1011011 | 110111 | 0 | 0 | 11011000 | 1100100 | 110111 |
Color Harmonies of #1773FF
Complementary color
Monochromatic Colors of #1773FF
Black with #1773FF
Text Example
Text Example
White with #1773FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1773FF; }
p { color: rgb(23,115,255); }
H1.HeaderClassName
{
color: #1773FF;
}
.AnyTagClassName
{
color: #1773FF;
}
</style>
background-color css
<style>
a { background-color: #1773FF; }
a { background-color: rgb(23,115,255); }
div.DivClassName
{
background-color: #1773FF;
}
.BgClassName
{
background-color: #1773FF;
}
</style>
border-color css
<style>
span { border-color: #1773FF; }
span { border-color: rgb(23,115,255); }
td.TdClassName
{
border-color: #1773FF;
}
.TagClassName
{
border-color: #1773FF;
}
</style>