Shades of Dodger Blue #1784EE
Tints of Dodger Blue #1784EE
RGB
CMYK
RGB Variations
Color information
#1784EE (or 0x1784EE) is known color: Dodger Blue. HEX triplet: 17, 84 and EE. RGB value is (23,132,238). Sum of RGB (Red+Green+Blue) = 23+132+238=393 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.85% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #1784EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1784EE is #E87B11. Grayscale: #6E6E6E. Windows color (decimal): -15235858 or 15631383. OLE color: 15631383.
HSL color Cylindrical-coordinate representation of color #1784EE: hue angle of 209.58º 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 #1784EE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 132 | 238 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.07 |
| HSL | 209.58º | 0.86% | 0.51% | - |
| HSV(B) | 209.58º | 0.9% | 0.93% | - |
| XYZ | 24.04 | 22.86 | 84.03 | - |
| YUV | 111.49 | 199.39 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 238 | 0.90 | 0.45 | 0 | 0.07 | 209.58 | 0.86 | 0.51 |
| Hex | 17 | 84 | EE | 5A | 2D | 0 | 7 | D2 | 56 | 33 |
| Octal | 27 | 204 | 356 | 132 | 55 | 0 | 7 | 322 | 126 | 63 |
| Binary | 10111 | 10000100 | 11101110 | 1011010 | 101101 | 0 | 111 | 11010010 | 1010110 | 110011 |
Color Harmonies of #1784EE
Complementary color
Monochromatic Colors of #1784EE
Black with #1784EE
Text Example
Text Example
White with #1784EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1784EE; }
p { color: rgb(23,132,238); }
H1.HeaderClassName
{
color: #1784EE;
}
.AnyTagClassName
{
color: #1784EE;
}
</style>
background-color css
<style>
a { background-color: #1784EE; }
a { background-color: rgb(23,132,238); }
div.DivClassName
{
background-color: #1784EE;
}
.BgClassName
{
background-color: #1784EE;
}
</style>
border-color css
<style>
span { border-color: #1784EE; }
span { border-color: rgb(23,132,238); }
td.TdClassName
{
border-color: #1784EE;
}
.TagClassName
{
border-color: #1784EE;
}
</style>