Shades of Dodger Blue #1791EF
Tints of Dodger Blue #1791EF
RGB
CMYK
RGB Variations
Color information
#1791EF (or 0x1791EF) is known color: Dodger Blue. HEX triplet: 17, 91 and EF. RGB value is (23,145,239). Sum of RGB (Red+Green+Blue) = 23+145+239=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #1791EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1791EF is #E86E10. Grayscale: #767676. Windows color (decimal): -15232529 or 15700247. OLE color: 15700247.
HSL color Cylindrical-coordinate representation of color #1791EF: hue angle of 206.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1791EF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 145 | 239 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.06 |
| HSL | 206.11º | 0.87% | 0.51% | - |
| HSV(B) | 206.11º | 0.9% | 0.94% | - |
| XYZ | 26.06 | 26.66 | 85.43 | - |
| YUV | 119.24 | 195.58 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 239 | 0.90 | 0.39 | 0 | 0.06 | 206.11 | 0.87 | 0.51 |
| Hex | 17 | 91 | EF | 5A | 27 | 0 | 6 | CE | 57 | 33 |
| Octal | 27 | 221 | 357 | 132 | 47 | 0 | 6 | 316 | 127 | 63 |
| Binary | 10111 | 10010001 | 11101111 | 1011010 | 100111 | 0 | 110 | 11001110 | 1010111 | 110011 |
Color Harmonies of #1791EF
Complementary color
Monochromatic Colors of #1791EF
Black with #1791EF
Text Example
Text Example
White with #1791EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791EF; }
p { color: rgb(23,145,239); }
H1.HeaderClassName
{
color: #1791EF;
}
.AnyTagClassName
{
color: #1791EF;
}
</style>
background-color css
<style>
a { background-color: #1791EF; }
a { background-color: rgb(23,145,239); }
div.DivClassName
{
background-color: #1791EF;
}
.BgClassName
{
background-color: #1791EF;
}
</style>
border-color css
<style>
span { border-color: #1791EF; }
span { border-color: rgb(23,145,239); }
td.TdClassName
{
border-color: #1791EF;
}
.TagClassName
{
border-color: #1791EF;
}
</style>