Shades of Dodger Blue #1080EE
Tints of Dodger Blue #1080EE
RGB
CMYK
RGB Variations
Color information
#1080EE (or 0x1080EE) is known color: Dodger Blue. HEX triplet: 10, 80 and EE. RGB value is (16,128,238). Sum of RGB (Red+Green+Blue) = 16+128+238=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #1080EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080EE is #EF7F11. Grayscale: #6A6A6A. Windows color (decimal): -15695634 or 15630352. OLE color: 15630352.
HSL color Cylindrical-coordinate representation of color #1080EE: hue angle of 209.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080EE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 128 | 238 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.07 |
| HSL | 209.73º | 0.87% | 0.5% | - |
| HSV(B) | 209.73º | 0.93% | 0.93% | - |
| XYZ | 23.37 | 21.72 | 83.85 | - |
| YUV | 107.05 | 201.89 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 128 | 238 | 0.93 | 0.46 | 0 | 0.07 | 209.73 | 0.87 | 0.5 |
| Hex | 10 | 80 | EE | 5D | 2E | 0 | 7 | D2 | 57 | 32 |
| Octal | 20 | 200 | 356 | 135 | 56 | 0 | 7 | 322 | 127 | 62 |
| Binary | 10000 | 10000000 | 11101110 | 1011101 | 101110 | 0 | 111 | 11010010 | 1010111 | 110010 |
Color Harmonies of #1080EE
Complementary color
Monochromatic Colors of #1080EE
Black with #1080EE
Text Example
Text Example
White with #1080EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1080EE; }
p { color: rgb(16,128,238); }
H1.HeaderClassName
{
color: #1080EE;
}
.AnyTagClassName
{
color: #1080EE;
}
</style>
background-color css
<style>
a { background-color: #1080EE; }
a { background-color: rgb(16,128,238); }
div.DivClassName
{
background-color: #1080EE;
}
.BgClassName
{
background-color: #1080EE;
}
</style>
border-color css
<style>
span { border-color: #1080EE; }
span { border-color: rgb(16,128,238); }
td.TdClassName
{
border-color: #1080EE;
}
.TagClassName
{
border-color: #1080EE;
}
</style>