Shades of Dodger Blue #328FE5
Tints of Dodger Blue #328FE5
RGB
CMYK
RGB Variations
Color information
#328FE5 (or 0x328FE5) is known color: Dodger Blue. HEX triplet: 32, 8F and E5. RGB value is (50,143,229). Sum of RGB (Red+Green+Blue) = 50+143+229=422 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.85% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #328FE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FE5 is #CD701A. Grayscale: #7C7C7C. Windows color (decimal): -13463579 or 15044402. OLE color: 15044402.
HSL color Cylindrical-coordinate representation of color #328FE5: hue angle of 208.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 #328FE5 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 143 | 229 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.10 |
| HSL | 208.83º | 0.77% | 0.55% | - |
| HSV(B) | 208.83º | 0.78% | 0.9% | - |
| XYZ | 25.28 | 25.98 | 77.81 | - |
| YUV | 125 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 229 | 0.78 | 0.38 | 0 | 0.10 | 208.83 | 0.77 | 0.55 |
| Hex | 32 | 8F | E5 | 4E | 26 | 0 | A | D1 | 4D | 37 |
| Octal | 62 | 217 | 345 | 116 | 46 | 0 | 12 | 321 | 115 | 67 |
| Binary | 110010 | 10001111 | 11100101 | 1001110 | 100110 | 0 | 1010 | 11010001 | 1001101 | 110111 |
Color Harmonies of #328FE5
Complementary color
Monochromatic Colors of #328FE5
Black with #328FE5
Text Example
Text Example
White with #328FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FE5; }
p { color: rgb(50,143,229); }
H1.HeaderClassName
{
color: #328FE5;
}
.AnyTagClassName
{
color: #328FE5;
}
</style>
background-color css
<style>
a { background-color: #328FE5; }
a { background-color: rgb(50,143,229); }
div.DivClassName
{
background-color: #328FE5;
}
.BgClassName
{
background-color: #328FE5;
}
</style>
border-color css
<style>
span { border-color: #328FE5; }
span { border-color: rgb(50,143,229); }
td.TdClassName
{
border-color: #328FE5;
}
.TagClassName
{
border-color: #328FE5;
}
</style>