Shades of Dodger Blue #1084FF
Tints of Dodger Blue #1084FF
RGB
CMYK
RGB Variations
Color information
#1084FF (or 0x1084FF) is known color: Dodger Blue. HEX triplet: 10, 84 and FF. RGB value is (16,132,255). Sum of RGB (Red+Green+Blue) = 16+132+255=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #1084FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1084FF is #EF7B00. Grayscale: #6E6E6E. Windows color (decimal): -15694593 or 16745488. OLE color: 16745488.
HSL color Cylindrical-coordinate representation of color #1084FF: hue angle of 210.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1084FF is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 132 | 255 | - |
| CMYK | 0.94 | 0.48 | 0 | 0 |
| HSL | 210.88º | 1% | 0.53% | - |
| HSV(B) | 210.88º | 0.94% | 1% | - |
| XYZ | 26.51 | 23.83 | 97.81 | - |
| YUV | 111.34 | 209.07 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 132 | 255 | 0.94 | 0.48 | 0 | 0 | 210.88 | 1 | 0.53 |
| Hex | 10 | 84 | FF | 5E | 30 | 0 | 0 | D3 | 64 | 35 |
| Octal | 20 | 204 | 377 | 136 | 60 | 0 | 0 | 323 | 144 | 65 |
| Binary | 10000 | 10000100 | 11111111 | 1011110 | 110000 | 0 | 0 | 11010011 | 1100100 | 110101 |
Color Harmonies of #1084FF
Complementary color
Monochromatic Colors of #1084FF
Black with #1084FF
Text Example
Text Example
White with #1084FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1084FF; }
p { color: rgb(16,132,255); }
H1.HeaderClassName
{
color: #1084FF;
}
.AnyTagClassName
{
color: #1084FF;
}
</style>
background-color css
<style>
a { background-color: #1084FF; }
a { background-color: rgb(16,132,255); }
div.DivClassName
{
background-color: #1084FF;
}
.BgClassName
{
background-color: #1084FF;
}
</style>
border-color css
<style>
span { border-color: #1084FF; }
span { border-color: rgb(16,132,255); }
td.TdClassName
{
border-color: #1084FF;
}
.TagClassName
{
border-color: #1084FF;
}
</style>