Shades of Dodger Blue #0183F1
Tints of Dodger Blue #0183F1
RGB
CMYK
RGB Variations
Color information
#0183F1 (or 0x0183F1) is known color: Dodger Blue. HEX triplet: 01, 83 and F1. RGB value is (1,131,241). Sum of RGB (Red+Green+Blue) = 1+131+241=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #0183F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0183F1 is #FE7C0E. Grayscale: #686868. Windows color (decimal): -16677903 or 15827713. OLE color: 15827713.
HSL color Cylindrical-coordinate representation of color #0183F1: hue angle of 207.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0183F1 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 131 | 241 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.05 |
| HSL | 207.5º | 0.99% | 0.47% | - |
| HSV(B) | 207.5º | 1% | 0.95% | - |
| XYZ | 24.01 | 22.59 | 86.31 | - |
| YUV | 104.67 | 204.93 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 241 | 1.00 | 0.46 | 0 | 0.05 | 207.5 | 0.99 | 0.47 |
| Hex | 1 | 83 | F1 | 64 | 2E | 0 | 5 | D0 | 63 | 2F |
| Octal | 1 | 203 | 361 | 144 | 56 | 0 | 5 | 320 | 143 | 57 |
| Binary | 1 | 10000011 | 11110001 | 1100100 | 101110 | 0 | 101 | 11010000 | 1100011 | 101111 |
Color Harmonies of #0183F1
Complementary color
Monochromatic Colors of #0183F1
Black with #0183F1
Text Example
Text Example
White with #0183F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183F1; }
p { color: rgb(1,131,241); }
H1.HeaderClassName
{
color: #0183F1;
}
.AnyTagClassName
{
color: #0183F1;
}
</style>
background-color css
<style>
a { background-color: #0183F1; }
a { background-color: rgb(1,131,241); }
div.DivClassName
{
background-color: #0183F1;
}
.BgClassName
{
background-color: #0183F1;
}
</style>
border-color css
<style>
span { border-color: #0183F1; }
span { border-color: rgb(1,131,241); }
td.TdClassName
{
border-color: #0183F1;
}
.TagClassName
{
border-color: #0183F1;
}
</style>