Shades of Dodger Blue #1282EC
Tints of Dodger Blue #1282EC
RGB
CMYK
RGB Variations
Color information
#1282EC (or 0x1282EC) is known color: Dodger Blue. HEX triplet: 12, 82 and EC. RGB value is (18,130,236). Sum of RGB (Red+Green+Blue) = 18+130+236=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #1282EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1282EC is #ED7D13. Grayscale: #6C6C6C. Windows color (decimal): -15564052 or 15499794. OLE color: 15499794.
HSL color Cylindrical-coordinate representation of color #1282EC: hue angle of 209.17º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1282EC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 130 | 236 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.07 |
| HSL | 209.17º | 0.86% | 0.5% | - |
| HSV(B) | 209.17º | 0.92% | 0.93% | - |
| XYZ | 23.37 | 22.15 | 82.4 | - |
| YUV | 108.6 | 199.89 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 236 | 0.92 | 0.45 | 0 | 0.07 | 209.17 | 0.86 | 0.5 |
| Hex | 12 | 82 | EC | 5C | 2D | 0 | 7 | D1 | 56 | 32 |
| Octal | 22 | 202 | 354 | 134 | 55 | 0 | 7 | 321 | 126 | 62 |
| Binary | 10010 | 10000010 | 11101100 | 1011100 | 101101 | 0 | 111 | 11010001 | 1010110 | 110010 |
Color Harmonies of #1282EC
Complementary color
Monochromatic Colors of #1282EC
Black with #1282EC
Text Example
Text Example
White with #1282EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282EC; }
p { color: rgb(18,130,236); }
H1.HeaderClassName
{
color: #1282EC;
}
.AnyTagClassName
{
color: #1282EC;
}
</style>
background-color css
<style>
a { background-color: #1282EC; }
a { background-color: rgb(18,130,236); }
div.DivClassName
{
background-color: #1282EC;
}
.BgClassName
{
background-color: #1282EC;
}
</style>
border-color css
<style>
span { border-color: #1282EC; }
span { border-color: rgb(18,130,236); }
td.TdClassName
{
border-color: #1282EC;
}
.TagClassName
{
border-color: #1282EC;
}
</style>