Shades of Dodger Blue #1783EB
Tints of Dodger Blue #1783EB
RGB
CMYK
RGB Variations
Color information
#1783EB (or 0x1783EB) is known color: Dodger Blue. HEX triplet: 17, 83 and EB. RGB value is (23,131,235). Sum of RGB (Red+Green+Blue) = 23+131+235=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #1783EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1783EB is #E87C14. Grayscale: #6E6E6E. Windows color (decimal): -15236117 or 15434519. OLE color: 15434519.
HSL color Cylindrical-coordinate representation of color #1783EB: hue angle of 209.43º 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 #1783EB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 131 | 235 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.08 |
| HSL | 209.43º | 0.84% | 0.51% | - |
| HSV(B) | 209.43º | 0.9% | 0.92% | - |
| XYZ | 23.47 | 22.41 | 81.69 | - |
| YUV | 110.56 | 198.22 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 131 | 235 | 0.90 | 0.44 | 0 | 0.08 | 209.43 | 0.84 | 0.51 |
| Hex | 17 | 83 | EB | 5A | 2C | 0 | 8 | D1 | 54 | 33 |
| Octal | 27 | 203 | 353 | 132 | 54 | 0 | 10 | 321 | 124 | 63 |
| Binary | 10111 | 10000011 | 11101011 | 1011010 | 101100 | 0 | 1000 | 11010001 | 1010100 | 110011 |
Color Harmonies of #1783EB
Complementary color
Monochromatic Colors of #1783EB
Black with #1783EB
Text Example
Text Example
White with #1783EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1783EB; }
p { color: rgb(23,131,235); }
H1.HeaderClassName
{
color: #1783EB;
}
.AnyTagClassName
{
color: #1783EB;
}
</style>
background-color css
<style>
a { background-color: #1783EB; }
a { background-color: rgb(23,131,235); }
div.DivClassName
{
background-color: #1783EB;
}
.BgClassName
{
background-color: #1783EB;
}
</style>
border-color css
<style>
span { border-color: #1783EB; }
span { border-color: rgb(23,131,235); }
td.TdClassName
{
border-color: #1783EB;
}
.TagClassName
{
border-color: #1783EB;
}
</style>