Shades of Dodger Blue #1384EE
Tints of Dodger Blue #1384EE
RGB
CMYK
RGB Variations
Color information
#1384EE (or 0x1384EE) is known color: Dodger Blue. HEX triplet: 13, 84 and EE. RGB value is (19,132,238). Sum of RGB (Red+Green+Blue) = 19+132+238=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #1384EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1384EE is #EC7B11. Grayscale: #6D6D6D. Windows color (decimal): -15498002 or 15631379. OLE color: 15631379.
HSL color Cylindrical-coordinate representation of color #1384EE: hue angle of 209.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1384EE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 132 | 238 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.07 |
| HSL | 209.04º | 0.87% | 0.5% | - |
| HSV(B) | 209.04º | 0.92% | 0.93% | - |
| XYZ | 23.95 | 22.81 | 84.03 | - |
| YUV | 110.3 | 200.06 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 238 | 0.92 | 0.45 | 0 | 0.07 | 209.04 | 0.87 | 0.5 |
| Hex | 13 | 84 | EE | 5C | 2D | 0 | 7 | D1 | 57 | 32 |
| Octal | 23 | 204 | 356 | 134 | 55 | 0 | 7 | 321 | 127 | 62 |
| Binary | 10011 | 10000100 | 11101110 | 1011100 | 101101 | 0 | 111 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1384EE
Complementary color
Monochromatic Colors of #1384EE
Black with #1384EE
Text Example
Text Example
White with #1384EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384EE; }
p { color: rgb(19,132,238); }
H1.HeaderClassName
{
color: #1384EE;
}
.AnyTagClassName
{
color: #1384EE;
}
</style>
background-color css
<style>
a { background-color: #1384EE; }
a { background-color: rgb(19,132,238); }
div.DivClassName
{
background-color: #1384EE;
}
.BgClassName
{
background-color: #1384EE;
}
</style>
border-color css
<style>
span { border-color: #1384EE; }
span { border-color: rgb(19,132,238); }
td.TdClassName
{
border-color: #1384EE;
}
.TagClassName
{
border-color: #1384EE;
}
</style>