Shades of Dodger Blue #0182EA
Tints of Dodger Blue #0182EA
RGB
CMYK
RGB Variations
Color information
#0182EA (or 0x0182EA) is known color: Dodger Blue. HEX triplet: 01, 82 and EA. RGB value is (1,130,234). Sum of RGB (Red+Green+Blue) = 1+130+234=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #0182EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0182EA is #FE7D15. Grayscale: #666666. Windows color (decimal): -16678166 or 15368705. OLE color: 15368705.
HSL color Cylindrical-coordinate representation of color #0182EA: hue angle of 206.78º 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 #0182EA is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 130 | 234 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.08 |
| HSL | 206.78º | 0.99% | 0.46% | - |
| HSV(B) | 206.78º | 1% | 0.92% | - |
| XYZ | 22.85 | 21.91 | 80.87 | - |
| YUV | 103.29 | 201.76 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 234 | 1.00 | 0.44 | 0 | 0.08 | 206.78 | 0.99 | 0.46 |
| Hex | 1 | 82 | EA | 64 | 2C | 0 | 8 | CF | 63 | 2E |
| Octal | 1 | 202 | 352 | 144 | 54 | 0 | 10 | 317 | 143 | 56 |
| Binary | 1 | 10000010 | 11101010 | 1100100 | 101100 | 0 | 1000 | 11001111 | 1100011 | 101110 |
Color Harmonies of #0182EA
Complementary color
Monochromatic Colors of #0182EA
Black with #0182EA
Text Example
Text Example
White with #0182EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0182EA; }
p { color: rgb(1,130,234); }
H1.HeaderClassName
{
color: #0182EA;
}
.AnyTagClassName
{
color: #0182EA;
}
</style>
background-color css
<style>
a { background-color: #0182EA; }
a { background-color: rgb(1,130,234); }
div.DivClassName
{
background-color: #0182EA;
}
.BgClassName
{
background-color: #0182EA;
}
</style>
border-color css
<style>
span { border-color: #0182EA; }
span { border-color: rgb(1,130,234); }
td.TdClassName
{
border-color: #0182EA;
}
.TagClassName
{
border-color: #0182EA;
}
</style>