Shades of Dodger Blue #1482E5
Tints of Dodger Blue #1482E5
RGB
CMYK
RGB Variations
Color information
#1482E5 (or 0x1482E5) is known color: Dodger Blue. HEX triplet: 14, 82 and E5. RGB value is (20,130,229). Sum of RGB (Red+Green+Blue) = 20+130+229=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #1482E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482E5 is #EB7D1A. Grayscale: #6B6B6B. Windows color (decimal): -15432987 or 15041044. OLE color: 15041044.
HSL color Cylindrical-coordinate representation of color #1482E5: hue angle of 208.42º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1482E5 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 130 | 229 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.10 |
| HSL | 208.42º | 0.84% | 0.49% | - |
| HSV(B) | 208.42º | 0.91% | 0.9% | - |
| XYZ | 22.41 | 21.77 | 77.15 | - |
| YUV | 108.4 | 196.06 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 229 | 0.91 | 0.43 | 0 | 0.10 | 208.42 | 0.84 | 0.49 |
| Hex | 14 | 82 | E5 | 5B | 2B | 0 | A | D0 | 54 | 31 |
| Octal | 24 | 202 | 345 | 133 | 53 | 0 | 12 | 320 | 124 | 61 |
| Binary | 10100 | 10000010 | 11100101 | 1011011 | 101011 | 0 | 1010 | 11010000 | 1010100 | 110001 |
Color Harmonies of #1482E5
Complementary color
Monochromatic Colors of #1482E5
Black with #1482E5
Text Example
Text Example
White with #1482E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482E5; }
p { color: rgb(20,130,229); }
H1.HeaderClassName
{
color: #1482E5;
}
.AnyTagClassName
{
color: #1482E5;
}
</style>
background-color css
<style>
a { background-color: #1482E5; }
a { background-color: rgb(20,130,229); }
div.DivClassName
{
background-color: #1482E5;
}
.BgClassName
{
background-color: #1482E5;
}
</style>
border-color css
<style>
span { border-color: #1482E5; }
span { border-color: rgb(20,130,229); }
td.TdClassName
{
border-color: #1482E5;
}
.TagClassName
{
border-color: #1482E5;
}
</style>