Shades of Dodger Blue #1683FD
Tints of Dodger Blue #1683FD
RGB
CMYK
RGB Variations
Color information
#1683FD (or 0x1683FD) is known color: Dodger Blue. HEX triplet: 16, 83 and FD. RGB value is (22,131,253). Sum of RGB (Red+Green+Blue) = 22+131+253=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #1683FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1683FD is #E97C02. Grayscale: #6F6F6F. Windows color (decimal): -15301635 or 16614166. OLE color: 16614166.
HSL color Cylindrical-coordinate representation of color #1683FD: hue angle of 211.69º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1683FD is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 131 | 253 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.01 |
| HSL | 211.69º | 0.98% | 0.54% | - |
| HSV(B) | 211.69º | 0.91% | 0.99% | - |
| XYZ | 26.18 | 23.5 | 96.08 | - |
| YUV | 112.32 | 207.39 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 253 | 0.91 | 0.48 | 0 | 0.01 | 211.69 | 0.98 | 0.54 |
| Hex | 16 | 83 | FD | 5B | 30 | 0 | 1 | D4 | 62 | 36 |
| Octal | 26 | 203 | 375 | 133 | 60 | 0 | 1 | 324 | 142 | 66 |
| Binary | 10110 | 10000011 | 11111101 | 1011011 | 110000 | 0 | 1 | 11010100 | 1100010 | 110110 |
Color Harmonies of #1683FD
Complementary color
Monochromatic Colors of #1683FD
Black with #1683FD
Text Example
Text Example
White with #1683FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683FD; }
p { color: rgb(22,131,253); }
H1.HeaderClassName
{
color: #1683FD;
}
.AnyTagClassName
{
color: #1683FD;
}
</style>
background-color css
<style>
a { background-color: #1683FD; }
a { background-color: rgb(22,131,253); }
div.DivClassName
{
background-color: #1683FD;
}
.BgClassName
{
background-color: #1683FD;
}
</style>
border-color css
<style>
span { border-color: #1683FD; }
span { border-color: rgb(22,131,253); }
td.TdClassName
{
border-color: #1683FD;
}
.TagClassName
{
border-color: #1683FD;
}
</style>