Shades of Dodger Blue #0083FF
Tints of Dodger Blue #0083FF
RGB
CMYK
RGB Variations
Color information
#0083FF (or 0x0083FF) is known color: Dodger Blue. HEX triplet: 00, 83 and FF. RGB value is (0,131,255). Sum of RGB (Red+Green+Blue) = 0+131+255=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #0083FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0083FF is #FF7C00. Grayscale: #696969. Windows color (decimal): -16743425 or 16745216. OLE color: 16745216.
HSL color Cylindrical-coordinate representation of color #0083FF: hue angle of 209.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083FF is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 131 | 255 | - |
| CMYK | 1 | 0.49 | 0 | 0 |
| HSL | 209.18º | 1% | 0.5% | - |
| HSV(B) | 209.18º | 1% | 1% | - |
| XYZ | 26.17 | 23.45 | 97.76 | - |
| YUV | 105.97 | 212.1 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 255 | 1 | 0.49 | 0 | 0 | 209.18 | 1 | 0.5 |
| Hex | 0 | 83 | FF | 64 | 31 | 0 | 0 | D1 | 64 | 32 |
| Octal | 0 | 203 | 377 | 144 | 61 | 0 | 0 | 321 | 144 | 62 |
| Binary | 0 | 10000011 | 11111111 | 1100100 | 110001 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0083FF
Complementary color
Monochromatic Colors of #0083FF
Black with #0083FF
Text Example
Text Example
White with #0083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0083FF; }
p { color: rgb(0,131,255); }
H1.HeaderClassName
{
color: #0083FF;
}
.AnyTagClassName
{
color: #0083FF;
}
</style>
background-color css
<style>
a { background-color: #0083FF; }
a { background-color: rgb(0,131,255); }
div.DivClassName
{
background-color: #0083FF;
}
.BgClassName
{
background-color: #0083FF;
}
</style>
border-color css
<style>
span { border-color: #0083FF; }
span { border-color: rgb(0,131,255); }
td.TdClassName
{
border-color: #0083FF;
}
.TagClassName
{
border-color: #0083FF;
}
</style>