Shades of Dodger Blue #0183EA
Tints of Dodger Blue #0183EA
RGB
CMYK
RGB Variations
Color information
#0183EA (or 0x0183EA) is known color: Dodger Blue. HEX triplet: 01, 83 and EA. RGB value is (1,131,234). Sum of RGB (Red+Green+Blue) = 1+131+234=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #0183EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0183EA is #FE7C15. Grayscale: #676767. Windows color (decimal): -16677910 or 15368961. OLE color: 15368961.
HSL color Cylindrical-coordinate representation of color #0183EA: hue angle of 206.52º 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 #0183EA is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 131 | 234 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.08 |
| HSL | 206.52º | 0.99% | 0.46% | - |
| HSV(B) | 206.52º | 1% | 0.92% | - |
| XYZ | 22.98 | 22.18 | 80.91 | - |
| YUV | 103.87 | 201.43 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 234 | 1.00 | 0.44 | 0 | 0.08 | 206.52 | 0.99 | 0.46 |
| Hex | 1 | 83 | EA | 64 | 2C | 0 | 8 | CF | 63 | 2E |
| Octal | 1 | 203 | 352 | 144 | 54 | 0 | 10 | 317 | 143 | 56 |
| Binary | 1 | 10000011 | 11101010 | 1100100 | 101100 | 0 | 1000 | 11001111 | 1100011 | 101110 |
Color Harmonies of #0183EA
Complementary color
Monochromatic Colors of #0183EA
Black with #0183EA
Text Example
Text Example
White with #0183EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0183EA; }
p { color: rgb(1,131,234); }
H1.HeaderClassName
{
color: #0183EA;
}
.AnyTagClassName
{
color: #0183EA;
}
</style>
background-color css
<style>
a { background-color: #0183EA; }
a { background-color: rgb(1,131,234); }
div.DivClassName
{
background-color: #0183EA;
}
.BgClassName
{
background-color: #0183EA;
}
</style>
border-color css
<style>
span { border-color: #0183EA; }
span { border-color: rgb(1,131,234); }
td.TdClassName
{
border-color: #0183EA;
}
.TagClassName
{
border-color: #0183EA;
}
</style>