Shades of Dodger Blue #1785EB
Tints of Dodger Blue #1785EB
RGB
CMYK
RGB Variations
Color information
#1785EB (or 0x1785EB) is known color: Dodger Blue. HEX triplet: 17, 85 and EB. RGB value is (23,133,235). Sum of RGB (Red+Green+Blue) = 23+133+235=391 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.88% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #1785EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785EB is #E87A14. Grayscale: #6F6F6F. Windows color (decimal): -15235605 or 15435031. OLE color: 15435031.
HSL color Cylindrical-coordinate representation of color #1785EB: hue angle of 208.87º 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 #1785EB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 133 | 235 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.08 |
| HSL | 208.87º | 0.84% | 0.51% | - |
| HSV(B) | 208.87º | 0.9% | 0.92% | - |
| XYZ | 23.74 | 22.96 | 81.78 | - |
| YUV | 111.74 | 197.56 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 235 | 0.90 | 0.43 | 0 | 0.08 | 208.87 | 0.84 | 0.51 |
| Hex | 17 | 85 | EB | 5A | 2B | 0 | 8 | D1 | 54 | 33 |
| Octal | 27 | 205 | 353 | 132 | 53 | 0 | 10 | 321 | 124 | 63 |
| Binary | 10111 | 10000101 | 11101011 | 1011010 | 101011 | 0 | 1000 | 11010001 | 1010100 | 110011 |
Color Harmonies of #1785EB
Complementary color
Monochromatic Colors of #1785EB
Black with #1785EB
Text Example
Text Example
White with #1785EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1785EB; }
p { color: rgb(23,133,235); }
H1.HeaderClassName
{
color: #1785EB;
}
.AnyTagClassName
{
color: #1785EB;
}
</style>
background-color css
<style>
a { background-color: #1785EB; }
a { background-color: rgb(23,133,235); }
div.DivClassName
{
background-color: #1785EB;
}
.BgClassName
{
background-color: #1785EB;
}
</style>
border-color css
<style>
span { border-color: #1785EB; }
span { border-color: rgb(23,133,235); }
td.TdClassName
{
border-color: #1785EB;
}
.TagClassName
{
border-color: #1785EB;
}
</style>