Shades of Dodger Blue #1084E2
Tints of Dodger Blue #1084E2
RGB
CMYK
RGB Variations
Color information
#1084E2 (or 0x1084E2) is known color: Dodger Blue. HEX triplet: 10, 84 and E2. RGB value is (16,132,226). Sum of RGB (Red+Green+Blue) = 16+132+226=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #1084E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1084E2 is #EF7B1D. Grayscale: #6B6B6B. Windows color (decimal): -15694622 or 14844944. OLE color: 14844944.
HSL color Cylindrical-coordinate representation of color #1084E2: hue angle of 206.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1084E2 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 132 | 226 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.11 |
| HSL | 206.86º | 0.87% | 0.47% | - |
| HSV(B) | 206.86º | 0.93% | 0.89% | - |
| XYZ | 22.19 | 22.1 | 75.05 | - |
| YUV | 108.03 | 194.57 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 226 | 0.93 | 0.42 | 0 | 0.11 | 206.86 | 0.87 | 0.47 |
| Hex | 10 | 84 | E2 | 5D | 2A | 0 | B | CF | 57 | 2F |
| Octal | 20 | 204 | 342 | 135 | 52 | 0 | 13 | 317 | 127 | 57 |
| Binary | 10000 | 10000100 | 11100010 | 1011101 | 101010 | 0 | 1011 | 11001111 | 1010111 | 101111 |
Color Harmonies of #1084E2
Complementary color
Monochromatic Colors of #1084E2
Black with #1084E2
Text Example
Text Example
White with #1084E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1084E2; }
p { color: rgb(16,132,226); }
H1.HeaderClassName
{
color: #1084E2;
}
.AnyTagClassName
{
color: #1084E2;
}
</style>
background-color css
<style>
a { background-color: #1084E2; }
a { background-color: rgb(16,132,226); }
div.DivClassName
{
background-color: #1084E2;
}
.BgClassName
{
background-color: #1084E2;
}
</style>
border-color css
<style>
span { border-color: #1084E2; }
span { border-color: rgb(16,132,226); }
td.TdClassName
{
border-color: #1084E2;
}
.TagClassName
{
border-color: #1084E2;
}
</style>