Shades of Dodger Blue #1785F6
Tints of Dodger Blue #1785F6
RGB
CMYK
RGB Variations
Color information
#1785F6 (or 0x1785F6) is known color: Dodger Blue. HEX triplet: 17, 85 and F6. RGB value is (23,133,246). Sum of RGB (Red+Green+Blue) = 23+133+246=402 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.72% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #1785F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1785F6 is #E87A09. Grayscale: #707070. Windows color (decimal): -15235594 or 16155927. OLE color: 16155927.
HSL color Cylindrical-coordinate representation of color #1785F6: hue angle of 210.4º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1785F6 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 133 | 246 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.04 |
| HSL | 210.4º | 0.93% | 0.53% | - |
| HSV(B) | 210.4º | 0.91% | 0.96% | - |
| XYZ | 25.38 | 23.61 | 90.41 | - |
| YUV | 112.99 | 203.06 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 246 | 0.91 | 0.46 | 0 | 0.04 | 210.4 | 0.93 | 0.53 |
| Hex | 17 | 85 | F6 | 5B | 2E | 0 | 4 | D2 | 5D | 35 |
| Octal | 27 | 205 | 366 | 133 | 56 | 0 | 4 | 322 | 135 | 65 |
| Binary | 10111 | 10000101 | 11110110 | 1011011 | 101110 | 0 | 100 | 11010010 | 1011101 | 110101 |
Color Harmonies of #1785F6
Complementary color
Monochromatic Colors of #1785F6
Black with #1785F6
Text Example
Text Example
White with #1785F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1785F6; }
p { color: rgb(23,133,246); }
H1.HeaderClassName
{
color: #1785F6;
}
.AnyTagClassName
{
color: #1785F6;
}
</style>
background-color css
<style>
a { background-color: #1785F6; }
a { background-color: rgb(23,133,246); }
div.DivClassName
{
background-color: #1785F6;
}
.BgClassName
{
background-color: #1785F6;
}
</style>
border-color css
<style>
span { border-color: #1785F6; }
span { border-color: rgb(23,133,246); }
td.TdClassName
{
border-color: #1785F6;
}
.TagClassName
{
border-color: #1785F6;
}
</style>