Shades of Dodger Blue #0183EB
Tints of Dodger Blue #0183EB
RGB
CMYK
RGB Variations
Color information
#0183EB (or 0x0183EB) is known color: Dodger Blue. HEX triplet: 01, 83 and EB. RGB value is (1,131,235). Sum of RGB (Red+Green+Blue) = 1+131+235=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #0183EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0183EB is #FE7C14. Grayscale: #676767. Windows color (decimal): -16677909 or 15434497. OLE color: 15434497.
HSL color Cylindrical-coordinate representation of color #0183EB: hue angle of 206.67º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0183EB is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 131 | 235 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.08 |
| HSL | 206.67º | 0.99% | 0.46% | - |
| HSV(B) | 206.67º | 1% | 0.92% | - |
| XYZ | 23.12 | 22.24 | 81.67 | - |
| YUV | 103.99 | 201.93 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 235 | 1.00 | 0.44 | 0 | 0.08 | 206.67 | 0.99 | 0.46 |
| Hex | 1 | 83 | EB | 64 | 2C | 0 | 8 | CF | 63 | 2E |
| Octal | 1 | 203 | 353 | 144 | 54 | 0 | 10 | 317 | 143 | 56 |
| Binary | 1 | 10000011 | 11101011 | 1100100 | 101100 | 0 | 1000 | 11001111 | 1100011 | 101110 |
Color Harmonies of #0183EB
Complementary color
Monochromatic Colors of #0183EB
Black with #0183EB
Text Example
Text Example
White with #0183EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183EB; }
p { color: rgb(1,131,235); }
H1.HeaderClassName
{
color: #0183EB;
}
.AnyTagClassName
{
color: #0183EB;
}
</style>
background-color css
<style>
a { background-color: #0183EB; }
a { background-color: rgb(1,131,235); }
div.DivClassName
{
background-color: #0183EB;
}
.BgClassName
{
background-color: #0183EB;
}
</style>
border-color css
<style>
span { border-color: #0183EB; }
span { border-color: rgb(1,131,235); }
td.TdClassName
{
border-color: #0183EB;
}
.TagClassName
{
border-color: #0183EB;
}
</style>