Shades of Dodger Blue #1790EB
Tints of Dodger Blue #1790EB
RGB
CMYK
RGB Variations
Color information
#1790EB (or 0x1790EB) is known color: Dodger Blue. HEX triplet: 17, 90 and EB. RGB value is (23,144,235). Sum of RGB (Red+Green+Blue) = 23+144+235=402 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.72% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #1790EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1790EB is #E86F14. Grayscale: #757575. Windows color (decimal): -15232789 or 15437847. OLE color: 15437847.
HSL color Cylindrical-coordinate representation of color #1790EB: hue angle of 205.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1790EB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 144 | 235 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.08 |
| HSL | 205.75º | 0.84% | 0.51% | - |
| HSV(B) | 205.75º | 0.9% | 0.92% | - |
| XYZ | 25.32 | 26.13 | 82.31 | - |
| YUV | 118.2 | 193.91 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 235 | 0.90 | 0.39 | 0 | 0.08 | 205.75 | 0.84 | 0.51 |
| Hex | 17 | 90 | EB | 5A | 27 | 0 | 8 | CE | 54 | 33 |
| Octal | 27 | 220 | 353 | 132 | 47 | 0 | 10 | 316 | 124 | 63 |
| Binary | 10111 | 10010000 | 11101011 | 1011010 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110011 |
Color Harmonies of #1790EB
Complementary color
Monochromatic Colors of #1790EB
Black with #1790EB
Text Example
Text Example
White with #1790EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790EB; }
p { color: rgb(23,144,235); }
H1.HeaderClassName
{
color: #1790EB;
}
.AnyTagClassName
{
color: #1790EB;
}
</style>
background-color css
<style>
a { background-color: #1790EB; }
a { background-color: rgb(23,144,235); }
div.DivClassName
{
background-color: #1790EB;
}
.BgClassName
{
background-color: #1790EB;
}
</style>
border-color css
<style>
span { border-color: #1790EB; }
span { border-color: rgb(23,144,235); }
td.TdClassName
{
border-color: #1790EB;
}
.TagClassName
{
border-color: #1790EB;
}
</style>