Shades of Dodger Blue #1682FE
Tints of Dodger Blue #1682FE
RGB
CMYK
RGB Variations
Color information
#1682FE (or 0x1682FE) is known color: Dodger Blue. HEX triplet: 16, 82 and FE. RGB value is (22,130,254). Sum of RGB (Red+Green+Blue) = 22+130+254=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #1682FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682FE is #E97D01. Grayscale: #6F6F6F. Windows color (decimal): -15301890 or 16679446. OLE color: 16679446.
HSL color Cylindrical-coordinate representation of color #1682FE: hue angle of 212.07º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1682FE is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 130 | 254 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.00 |
| HSL | 212.07º | 0.99% | 0.54% | - |
| HSV(B) | 212.07º | 0.91% | 1% | - |
| XYZ | 26.2 | 23.29 | 96.88 | - |
| YUV | 111.84 | 208.22 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 254 | 0.91 | 0.49 | 0 | 0.00 | 212.07 | 0.99 | 0.54 |
| Hex | 16 | 82 | FE | 5B | 31 | 0 | 0 | D4 | 63 | 36 |
| Octal | 26 | 202 | 376 | 133 | 61 | 0 | 0 | 324 | 143 | 66 |
| Binary | 10110 | 10000010 | 11111110 | 1011011 | 110001 | 0 | 0 | 11010100 | 1100011 | 110110 |
Color Harmonies of #1682FE
Complementary color
Monochromatic Colors of #1682FE
Black with #1682FE
Text Example
Text Example
White with #1682FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682FE; }
p { color: rgb(22,130,254); }
H1.HeaderClassName
{
color: #1682FE;
}
.AnyTagClassName
{
color: #1682FE;
}
</style>
background-color css
<style>
a { background-color: #1682FE; }
a { background-color: rgb(22,130,254); }
div.DivClassName
{
background-color: #1682FE;
}
.BgClassName
{
background-color: #1682FE;
}
</style>
border-color css
<style>
span { border-color: #1682FE; }
span { border-color: rgb(22,130,254); }
td.TdClassName
{
border-color: #1682FE;
}
.TagClassName
{
border-color: #1682FE;
}
</style>