Shades of Dodger Blue #328CE5
Tints of Dodger Blue #328CE5
RGB
CMYK
RGB Variations
Color information
#328CE5 (or 0x328CE5) is known color: Dodger Blue. HEX triplet: 32, 8C and E5. RGB value is (50,140,229). Sum of RGB (Red+Green+Blue) = 50+140+229=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #328CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CE5 is #CD731A. Grayscale: #7A7A7A. Windows color (decimal): -13464347 or 15043634. OLE color: 15043634.
HSL color Cylindrical-coordinate representation of color #328CE5: hue angle of 209.83º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328CE5 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 140 | 229 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.10 |
| HSL | 209.83º | 0.77% | 0.55% | - |
| HSV(B) | 209.83º | 0.78% | 0.9% | - |
| XYZ | 24.84 | 25.09 | 77.66 | - |
| YUV | 123.24 | 187.68 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 229 | 0.78 | 0.39 | 0 | 0.10 | 209.83 | 0.77 | 0.55 |
| Hex | 32 | 8C | E5 | 4E | 27 | 0 | A | D2 | 4D | 37 |
| Octal | 62 | 214 | 345 | 116 | 47 | 0 | 12 | 322 | 115 | 67 |
| Binary | 110010 | 10001100 | 11100101 | 1001110 | 100111 | 0 | 1010 | 11010010 | 1001101 | 110111 |
Color Harmonies of #328CE5
Complementary color
Monochromatic Colors of #328CE5
Black with #328CE5
Text Example
Text Example
White with #328CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CE5; }
p { color: rgb(50,140,229); }
H1.HeaderClassName
{
color: #328CE5;
}
.AnyTagClassName
{
color: #328CE5;
}
</style>
background-color css
<style>
a { background-color: #328CE5; }
a { background-color: rgb(50,140,229); }
div.DivClassName
{
background-color: #328CE5;
}
.BgClassName
{
background-color: #328CE5;
}
</style>
border-color css
<style>
span { border-color: #328CE5; }
span { border-color: rgb(50,140,229); }
td.TdClassName
{
border-color: #328CE5;
}
.TagClassName
{
border-color: #328CE5;
}
</style>