Shades of Dodger Blue #1084FD
Tints of Dodger Blue #1084FD
RGB
CMYK
RGB Variations
Color information
#1084FD (or 0x1084FD) is known color: Dodger Blue. HEX triplet: 10, 84 and FD. RGB value is (16,132,253). Sum of RGB (Red+Green+Blue) = 16+132+253=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #1084FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1084FD is #EF7B02. Grayscale: #6E6E6E. Windows color (decimal): -15694595 or 16614416. OLE color: 16614416.
HSL color Cylindrical-coordinate representation of color #1084FD: hue angle of 210.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1084FD is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 132 | 253 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.01 |
| HSL | 210.63º | 0.98% | 0.53% | - |
| HSV(B) | 210.63º | 0.94% | 0.99% | - |
| XYZ | 26.19 | 23.7 | 96.12 | - |
| YUV | 111.11 | 208.07 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 253 | 0.94 | 0.48 | 0 | 0.01 | 210.63 | 0.98 | 0.53 |
| Hex | 10 | 84 | FD | 5E | 30 | 0 | 1 | D3 | 62 | 35 |
| Octal | 20 | 204 | 375 | 136 | 60 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10000 | 10000100 | 11111101 | 1011110 | 110000 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1084FD
Complementary color
Monochromatic Colors of #1084FD
Black with #1084FD
Text Example
Text Example
White with #1084FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1084FD; }
p { color: rgb(16,132,253); }
H1.HeaderClassName
{
color: #1084FD;
}
.AnyTagClassName
{
color: #1084FD;
}
</style>
background-color css
<style>
a { background-color: #1084FD; }
a { background-color: rgb(16,132,253); }
div.DivClassName
{
background-color: #1084FD;
}
.BgClassName
{
background-color: #1084FD;
}
</style>
border-color css
<style>
span { border-color: #1084FD; }
span { border-color: rgb(16,132,253); }
td.TdClassName
{
border-color: #1084FD;
}
.TagClassName
{
border-color: #1084FD;
}
</style>