Shades of Dodger Blue #1682FA
Tints of Dodger Blue #1682FA
RGB
CMYK
RGB Variations
Color information
#1682FA (or 0x1682FA) is known color: Dodger Blue. HEX triplet: 16, 82 and FA. RGB value is (22,130,250). Sum of RGB (Red+Green+Blue) = 22+130+250=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #1682FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682FA is #E97D05. Grayscale: #6E6E6E. Windows color (decimal): -15301894 or 16417302. OLE color: 16417302.
HSL color Cylindrical-coordinate representation of color #1682FA: hue angle of 211.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1682FA is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 130 | 250 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.02 |
| HSL | 211.58º | 0.96% | 0.53% | - |
| HSV(B) | 211.58º | 0.91% | 0.98% | - |
| XYZ | 25.57 | 23.04 | 93.54 | - |
| YUV | 111.39 | 206.22 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 250 | 0.91 | 0.48 | 0 | 0.02 | 211.58 | 0.96 | 0.53 |
| Hex | 16 | 82 | FA | 5B | 30 | 0 | 2 | D4 | 60 | 35 |
| Octal | 26 | 202 | 372 | 133 | 60 | 0 | 2 | 324 | 140 | 65 |
| Binary | 10110 | 10000010 | 11111010 | 1011011 | 110000 | 0 | 10 | 11010100 | 1100000 | 110101 |
Color Harmonies of #1682FA
Complementary color
Monochromatic Colors of #1682FA
Black with #1682FA
Text Example
Text Example
White with #1682FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682FA; }
p { color: rgb(22,130,250); }
H1.HeaderClassName
{
color: #1682FA;
}
.AnyTagClassName
{
color: #1682FA;
}
</style>
background-color css
<style>
a { background-color: #1682FA; }
a { background-color: rgb(22,130,250); }
div.DivClassName
{
background-color: #1682FA;
}
.BgClassName
{
background-color: #1682FA;
}
</style>
border-color css
<style>
span { border-color: #1682FA; }
span { border-color: rgb(22,130,250); }
td.TdClassName
{
border-color: #1682FA;
}
.TagClassName
{
border-color: #1682FA;
}
</style>