Shades of Dodger Blue #0183EF
Tints of Dodger Blue #0183EF
RGB
CMYK
RGB Variations
Color information
#0183EF (or 0x0183EF) is known color: Dodger Blue. HEX triplet: 01, 83 and EF. RGB value is (1,131,239). Sum of RGB (Red+Green+Blue) = 1+131+239=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #0183EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0183EF is #FE7C10. Grayscale: #676767. Windows color (decimal): -16677905 or 15696641. OLE color: 15696641.
HSL color Cylindrical-coordinate representation of color #0183EF: hue angle of 207.23º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0183EF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 131 | 239 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.06 |
| HSL | 207.23º | 0.99% | 0.47% | - |
| HSV(B) | 207.23º | 1% | 0.94% | - |
| XYZ | 23.71 | 22.47 | 84.75 | - |
| YUV | 104.44 | 203.93 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 239 | 1.00 | 0.45 | 0 | 0.06 | 207.23 | 0.99 | 0.47 |
| Hex | 1 | 83 | EF | 64 | 2D | 0 | 6 | CF | 63 | 2F |
| Octal | 1 | 203 | 357 | 144 | 55 | 0 | 6 | 317 | 143 | 57 |
| Binary | 1 | 10000011 | 11101111 | 1100100 | 101101 | 0 | 110 | 11001111 | 1100011 | 101111 |
Color Harmonies of #0183EF
Complementary color
Monochromatic Colors of #0183EF
Black with #0183EF
Text Example
Text Example
White with #0183EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183EF; }
p { color: rgb(1,131,239); }
H1.HeaderClassName
{
color: #0183EF;
}
.AnyTagClassName
{
color: #0183EF;
}
</style>
background-color css
<style>
a { background-color: #0183EF; }
a { background-color: rgb(1,131,239); }
div.DivClassName
{
background-color: #0183EF;
}
.BgClassName
{
background-color: #0183EF;
}
</style>
border-color css
<style>
span { border-color: #0183EF; }
span { border-color: rgb(1,131,239); }
td.TdClassName
{
border-color: #0183EF;
}
.TagClassName
{
border-color: #0183EF;
}
</style>