Shades of Dodger Blue #1784EA
Tints of Dodger Blue #1784EA
RGB
CMYK
RGB Variations
Color information
#1784EA (or 0x1784EA) is known color: Dodger Blue. HEX triplet: 17, 84 and EA. RGB value is (23,132,234). Sum of RGB (Red+Green+Blue) = 23+132+234=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #1784EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1784EA is #E87B15. Grayscale: #6E6E6E. Windows color (decimal): -15235862 or 15369239. OLE color: 15369239.
HSL color Cylindrical-coordinate representation of color #1784EA: hue angle of 209º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1784EA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 132 | 234 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.08 |
| HSL | 209º | 0.83% | 0.5% | - |
| HSV(B) | 209º | 0.9% | 0.92% | - |
| XYZ | 23.46 | 22.63 | 80.97 | - |
| YUV | 111.04 | 197.39 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 234 | 0.90 | 0.44 | 0 | 0.08 | 209 | 0.83 | 0.5 |
| Hex | 17 | 84 | EA | 5A | 2C | 0 | 8 | D1 | 53 | 32 |
| Octal | 27 | 204 | 352 | 132 | 54 | 0 | 10 | 321 | 123 | 62 |
| Binary | 10111 | 10000100 | 11101010 | 1011010 | 101100 | 0 | 1000 | 11010001 | 1010011 | 110010 |
Color Harmonies of #1784EA
Complementary color
Monochromatic Colors of #1784EA
Black with #1784EA
Text Example
Text Example
White with #1784EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1784EA; }
p { color: rgb(23,132,234); }
H1.HeaderClassName
{
color: #1784EA;
}
.AnyTagClassName
{
color: #1784EA;
}
</style>
background-color css
<style>
a { background-color: #1784EA; }
a { background-color: rgb(23,132,234); }
div.DivClassName
{
background-color: #1784EA;
}
.BgClassName
{
background-color: #1784EA;
}
</style>
border-color css
<style>
span { border-color: #1784EA; }
span { border-color: rgb(23,132,234); }
td.TdClassName
{
border-color: #1784EA;
}
.TagClassName
{
border-color: #1784EA;
}
</style>