Shades of Dodger Blue #1785EE
Tints of Dodger Blue #1785EE
RGB
CMYK
RGB Variations
Color information
#1785EE (or 0x1785EE) is known color: Dodger Blue. HEX triplet: 17, 85 and EE. RGB value is (23,133,238). Sum of RGB (Red+Green+Blue) = 23+133+238=394 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.84% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #1785EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785EE is #E87A11. Grayscale: #6F6F6F. Windows color (decimal): -15235602 or 15631639. OLE color: 15631639.
HSL color Cylindrical-coordinate representation of color #1785EE: hue angle of 209.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1785EE is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 133 | 238 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.07 |
| HSL | 209.3º | 0.86% | 0.51% | - |
| HSV(B) | 209.3º | 0.9% | 0.93% | - |
| XYZ | 24.17 | 23.13 | 84.08 | - |
| YUV | 112.08 | 199.06 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 238 | 0.90 | 0.44 | 0 | 0.07 | 209.3 | 0.86 | 0.51 |
| Hex | 17 | 85 | EE | 5A | 2C | 0 | 7 | D1 | 56 | 33 |
| Octal | 27 | 205 | 356 | 132 | 54 | 0 | 7 | 321 | 126 | 63 |
| Binary | 10111 | 10000101 | 11101110 | 1011010 | 101100 | 0 | 111 | 11010001 | 1010110 | 110011 |
Color Harmonies of #1785EE
Complementary color
Monochromatic Colors of #1785EE
Black with #1785EE
Text Example
Text Example
White with #1785EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1785EE; }
p { color: rgb(23,133,238); }
H1.HeaderClassName
{
color: #1785EE;
}
.AnyTagClassName
{
color: #1785EE;
}
</style>
background-color css
<style>
a { background-color: #1785EE; }
a { background-color: rgb(23,133,238); }
div.DivClassName
{
background-color: #1785EE;
}
.BgClassName
{
background-color: #1785EE;
}
</style>
border-color css
<style>
span { border-color: #1785EE; }
span { border-color: rgb(23,133,238); }
td.TdClassName
{
border-color: #1785EE;
}
.TagClassName
{
border-color: #1785EE;
}
</style>