Shades of Dodger Blue #1082F3
Tints of Dodger Blue #1082F3
RGB
CMYK
RGB Variations
Color information
#1082F3 (or 0x1082F3) is known color: Dodger Blue. HEX triplet: 10, 82 and F3. RGB value is (16,130,243). Sum of RGB (Red+Green+Blue) = 16+130+243=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #1082F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1082F3 is #EF7D0C. Grayscale: #6C6C6C. Windows color (decimal): -15695117 or 15958544. OLE color: 15958544.
HSL color Cylindrical-coordinate representation of color #1082F3: hue angle of 209.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1082F3 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 130 | 243 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.05 |
| HSL | 209.87º | 0.9% | 0.51% | - |
| HSV(B) | 209.87º | 0.93% | 0.95% | - |
| XYZ | 24.37 | 22.55 | 87.86 | - |
| YUV | 108.8 | 203.73 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 243 | 0.93 | 0.47 | 0 | 0.05 | 209.87 | 0.9 | 0.51 |
| Hex | 10 | 82 | F3 | 5D | 2F | 0 | 5 | D2 | 5A | 33 |
| Octal | 20 | 202 | 363 | 135 | 57 | 0 | 5 | 322 | 132 | 63 |
| Binary | 10000 | 10000010 | 11110011 | 1011101 | 101111 | 0 | 101 | 11010010 | 1011010 | 110011 |
Color Harmonies of #1082F3
Complementary color
Monochromatic Colors of #1082F3
Black with #1082F3
Text Example
Text Example
White with #1082F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082F3; }
p { color: rgb(16,130,243); }
H1.HeaderClassName
{
color: #1082F3;
}
.AnyTagClassName
{
color: #1082F3;
}
</style>
background-color css
<style>
a { background-color: #1082F3; }
a { background-color: rgb(16,130,243); }
div.DivClassName
{
background-color: #1082F3;
}
.BgClassName
{
background-color: #1082F3;
}
</style>
border-color css
<style>
span { border-color: #1082F3; }
span { border-color: rgb(16,130,243); }
td.TdClassName
{
border-color: #1082F3;
}
.TagClassName
{
border-color: #1082F3;
}
</style>