Shades of Dodger Blue #0083F1
Tints of Dodger Blue #0083F1
RGB
CMYK
RGB Variations
Color information
#0083F1 (or 0x0083F1) is known color: Dodger Blue. HEX triplet: 00, 83 and F1. RGB value is (0,131,241). Sum of RGB (Red+Green+Blue) = 0+131+241=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #0083F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0083F1 is #FF7C0E. Grayscale: #676767. Windows color (decimal): -16743439 or 15827712. OLE color: 15827712.
HSL color Cylindrical-coordinate representation of color #0083F1: hue angle of 207.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083F1 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 131 | 241 | - |
| CMYK | 1 | 0.46 | 0 | 0.05 |
| HSL | 207.39º | 1% | 0.47% | - |
| HSV(B) | 207.39º | 1% | 0.95% | - |
| XYZ | 23.99 | 22.58 | 86.31 | - |
| YUV | 104.37 | 205.1 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 241 | 1 | 0.46 | 0 | 0.05 | 207.39 | 1 | 0.47 |
| Hex | 0 | 83 | F1 | 64 | 2E | 0 | 5 | CF | 64 | 2F |
| Octal | 0 | 203 | 361 | 144 | 56 | 0 | 5 | 317 | 144 | 57 |
| Binary | 0 | 10000011 | 11110001 | 1100100 | 101110 | 0 | 101 | 11001111 | 1100100 | 101111 |
Color Harmonies of #0083F1
Complementary color
Monochromatic Colors of #0083F1
Black with #0083F1
Text Example
Text Example
White with #0083F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0083F1; }
p { color: rgb(0,131,241); }
H1.HeaderClassName
{
color: #0083F1;
}
.AnyTagClassName
{
color: #0083F1;
}
</style>
background-color css
<style>
a { background-color: #0083F1; }
a { background-color: rgb(0,131,241); }
div.DivClassName
{
background-color: #0083F1;
}
.BgClassName
{
background-color: #0083F1;
}
</style>
border-color css
<style>
span { border-color: #0083F1; }
span { border-color: rgb(0,131,241); }
td.TdClassName
{
border-color: #0083F1;
}
.TagClassName
{
border-color: #0083F1;
}
</style>