Shades of Dodger Blue #1791DF
Tints of Dodger Blue #1791DF
RGB
CMYK
RGB Variations
Color information
#1791DF (or 0x1791DF) is known color: Dodger Blue. HEX triplet: 17, 91 and DF. RGB value is (23,145,223). Sum of RGB (Red+Green+Blue) = 23+145+223=391 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.88% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #1791DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1791DF is #E86E20. Grayscale: #747474. Windows color (decimal): -15232545 or 14651671. OLE color: 14651671.
HSL color Cylindrical-coordinate representation of color #1791DF: hue angle of 203.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1791DF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 145 | 223 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.13 |
| HSL | 203.4º | 0.81% | 0.48% | - |
| HSV(B) | 203.4º | 0.9% | 0.87% | - |
| XYZ | 23.8 | 25.76 | 73.53 | - |
| YUV | 117.41 | 187.58 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 223 | 0.90 | 0.35 | 0 | 0.13 | 203.4 | 0.81 | 0.48 |
| Hex | 17 | 91 | DF | 5A | 23 | 0 | D | CB | 51 | 30 |
| Octal | 27 | 221 | 337 | 132 | 43 | 0 | 15 | 313 | 121 | 60 |
| Binary | 10111 | 10010001 | 11011111 | 1011010 | 100011 | 0 | 1101 | 11001011 | 1010001 | 110000 |
Color Harmonies of #1791DF
Complementary color
Monochromatic Colors of #1791DF
Black with #1791DF
Text Example
Text Example
White with #1791DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791DF; }
p { color: rgb(23,145,223); }
H1.HeaderClassName
{
color: #1791DF;
}
.AnyTagClassName
{
color: #1791DF;
}
</style>
background-color css
<style>
a { background-color: #1791DF; }
a { background-color: rgb(23,145,223); }
div.DivClassName
{
background-color: #1791DF;
}
.BgClassName
{
background-color: #1791DF;
}
</style>
border-color css
<style>
span { border-color: #1791DF; }
span { border-color: rgb(23,145,223); }
td.TdClassName
{
border-color: #1791DF;
}
.TagClassName
{
border-color: #1791DF;
}
</style>