Shades of Dodger Blue #128BEC
Tints of Dodger Blue #128BEC
RGB
CMYK
RGB Variations
Color information
#128BEC (or 0x128BEC) is known color: Dodger Blue. HEX triplet: 12, 8B and EC. RGB value is (18,139,236). Sum of RGB (Red+Green+Blue) = 18+139+236=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #128BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BEC is #ED7413. Grayscale: #717171. Windows color (decimal): -15561748 or 15502098. OLE color: 15502098.
HSL color Cylindrical-coordinate representation of color #128BEC: hue angle of 206.7º 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 #128BEC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 139 | 236 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.07 |
| HSL | 206.7º | 0.86% | 0.5% | - |
| HSV(B) | 206.7º | 0.92% | 0.93% | - |
| XYZ | 24.62 | 24.65 | 82.82 | - |
| YUV | 113.88 | 196.91 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 236 | 0.92 | 0.41 | 0 | 0.07 | 206.7 | 0.86 | 0.5 |
| Hex | 12 | 8B | EC | 5C | 29 | 0 | 7 | CF | 56 | 32 |
| Octal | 22 | 213 | 354 | 134 | 51 | 0 | 7 | 317 | 126 | 62 |
| Binary | 10010 | 10001011 | 11101100 | 1011100 | 101001 | 0 | 111 | 11001111 | 1010110 | 110010 |
Color Harmonies of #128BEC
Complementary color
Monochromatic Colors of #128BEC
Black with #128BEC
Text Example
Text Example
White with #128BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BEC; }
p { color: rgb(18,139,236); }
H1.HeaderClassName
{
color: #128BEC;
}
.AnyTagClassName
{
color: #128BEC;
}
</style>
background-color css
<style>
a { background-color: #128BEC; }
a { background-color: rgb(18,139,236); }
div.DivClassName
{
background-color: #128BEC;
}
.BgClassName
{
background-color: #128BEC;
}
</style>
border-color css
<style>
span { border-color: #128BEC; }
span { border-color: rgb(18,139,236); }
td.TdClassName
{
border-color: #128BEC;
}
.TagClassName
{
border-color: #128BEC;
}
</style>