Shades of Dodger Blue #328BEC
Tints of Dodger Blue #328BEC
RGB
CMYK
RGB Variations
Color information
#328BEC (or 0x328BEC) is known color: Dodger Blue. HEX triplet: 32, 8B and EC. RGB value is (50,139,236). Sum of RGB (Red+Green+Blue) = 50+139+236=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #328BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BEC is #CD7413. Grayscale: #7A7A7A. Windows color (decimal): -13464596 or 15502130. OLE color: 15502130.
HSL color Cylindrical-coordinate representation of color #328BEC: hue angle of 211.29º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328BEC is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 139 | 236 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.07 |
| HSL | 211.29º | 0.83% | 0.56% | - |
| HSV(B) | 211.29º | 0.79% | 0.93% | - |
| XYZ | 25.69 | 25.2 | 82.87 | - |
| YUV | 123.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 236 | 0.79 | 0.41 | 0 | 0.07 | 211.29 | 0.83 | 0.56 |
| Hex | 32 | 8B | EC | 4F | 29 | 0 | 7 | D3 | 53 | 38 |
| Octal | 62 | 213 | 354 | 117 | 51 | 0 | 7 | 323 | 123 | 70 |
| Binary | 110010 | 10001011 | 11101100 | 1001111 | 101001 | 0 | 111 | 11010011 | 1010011 | 111000 |
Color Harmonies of #328BEC
Complementary color
Monochromatic Colors of #328BEC
Black with #328BEC
Text Example
Text Example
White with #328BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BEC; }
p { color: rgb(50,139,236); }
H1.HeaderClassName
{
color: #328BEC;
}
.AnyTagClassName
{
color: #328BEC;
}
</style>
background-color css
<style>
a { background-color: #328BEC; }
a { background-color: rgb(50,139,236); }
div.DivClassName
{
background-color: #328BEC;
}
.BgClassName
{
background-color: #328BEC;
}
</style>
border-color css
<style>
span { border-color: #328BEC; }
span { border-color: rgb(50,139,236); }
td.TdClassName
{
border-color: #328BEC;
}
.TagClassName
{
border-color: #328BEC;
}
</style>