Shades of Dodger Blue #1482FF
Tints of Dodger Blue #1482FF
RGB
CMYK
RGB Variations
Color information
#1482FF (or 0x1482FF) is known color: Dodger Blue. HEX triplet: 14, 82 and FF. RGB value is (20,130,255). Sum of RGB (Red+Green+Blue) = 20+130+255=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #1482FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1482FF is #EB7D00. Grayscale: #6E6E6E. Windows color (decimal): -15432961 or 16744980. OLE color: 16744980.
HSL color Cylindrical-coordinate representation of color #1482FF: hue angle of 211.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1482FF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 130 | 255 | - |
| CMYK | 0.92 | 0.49 | 0 | 0 |
| HSL | 211.91º | 1% | 0.54% | - |
| HSV(B) | 211.91º | 0.92% | 1% | - |
| XYZ | 26.32 | 23.33 | 97.72 | - |
| YUV | 111.36 | 209.06 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 255 | 0.92 | 0.49 | 0 | 0 | 211.91 | 1 | 0.54 |
| Hex | 14 | 82 | FF | 5C | 31 | 0 | 0 | D4 | 64 | 36 |
| Octal | 24 | 202 | 377 | 134 | 61 | 0 | 0 | 324 | 144 | 66 |
| Binary | 10100 | 10000010 | 11111111 | 1011100 | 110001 | 0 | 0 | 11010100 | 1100100 | 110110 |
Color Harmonies of #1482FF
Complementary color
Monochromatic Colors of #1482FF
Black with #1482FF
Text Example
Text Example
White with #1482FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482FF; }
p { color: rgb(20,130,255); }
H1.HeaderClassName
{
color: #1482FF;
}
.AnyTagClassName
{
color: #1482FF;
}
</style>
background-color css
<style>
a { background-color: #1482FF; }
a { background-color: rgb(20,130,255); }
div.DivClassName
{
background-color: #1482FF;
}
.BgClassName
{
background-color: #1482FF;
}
</style>
border-color css
<style>
span { border-color: #1482FF; }
span { border-color: rgb(20,130,255); }
td.TdClassName
{
border-color: #1482FF;
}
.TagClassName
{
border-color: #1482FF;
}
</style>