Shades of Dodger Blue #1683FB
Tints of Dodger Blue #1683FB
RGB
CMYK
RGB Variations
Color information
#1683FB (or 0x1683FB) is known color: Dodger Blue. HEX triplet: 16, 83 and FB. RGB value is (22,131,251). Sum of RGB (Red+Green+Blue) = 22+131+251=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #1683FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1683FB is #E97C04. Grayscale: #6F6F6F. Windows color (decimal): -15301637 or 16483094. OLE color: 16483094.
HSL color Cylindrical-coordinate representation of color #1683FB: hue angle of 211.44º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1683FB is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 131 | 251 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.02 |
| HSL | 211.44º | 0.97% | 0.54% | - |
| HSV(B) | 211.44º | 0.91% | 0.98% | - |
| XYZ | 25.86 | 23.37 | 94.41 | - |
| YUV | 112.09 | 206.39 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 251 | 0.91 | 0.48 | 0 | 0.02 | 211.44 | 0.97 | 0.54 |
| Hex | 16 | 83 | FB | 5B | 30 | 0 | 2 | D3 | 61 | 36 |
| Octal | 26 | 203 | 373 | 133 | 60 | 0 | 2 | 323 | 141 | 66 |
| Binary | 10110 | 10000011 | 11111011 | 1011011 | 110000 | 0 | 10 | 11010011 | 1100001 | 110110 |
Color Harmonies of #1683FB
Complementary color
Monochromatic Colors of #1683FB
Black with #1683FB
Text Example
Text Example
White with #1683FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683FB; }
p { color: rgb(22,131,251); }
H1.HeaderClassName
{
color: #1683FB;
}
.AnyTagClassName
{
color: #1683FB;
}
</style>
background-color css
<style>
a { background-color: #1683FB; }
a { background-color: rgb(22,131,251); }
div.DivClassName
{
background-color: #1683FB;
}
.BgClassName
{
background-color: #1683FB;
}
</style>
border-color css
<style>
span { border-color: #1683FB; }
span { border-color: rgb(22,131,251); }
td.TdClassName
{
border-color: #1683FB;
}
.TagClassName
{
border-color: #1683FB;
}
</style>