Shades of Dodger Blue #328DFD
Tints of Dodger Blue #328DFD
RGB
CMYK
RGB Variations
Color information
#328DFD (or 0x328DFD) is known color: Dodger Blue. HEX triplet: 32, 8D and FD. RGB value is (50,141,253). Sum of RGB (Red+Green+Blue) = 50+141+253=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #328DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DFD is #CD7202. Grayscale: #7E7E7E. Windows color (decimal): -13464067 or 16616754. OLE color: 16616754.
HSL color Cylindrical-coordinate representation of color #328DFD: hue angle of 213.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328DFD is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 141 | 253 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.01 |
| HSL | 213.1º | 0.98% | 0.59% | - |
| HSV(B) | 213.1º | 0.8% | 0.99% | - |
| XYZ | 28.57 | 26.82 | 96.6 | - |
| YUV | 126.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 253 | 0.80 | 0.44 | 0 | 0.01 | 213.1 | 0.98 | 0.59 |
| Hex | 32 | 8D | FD | 50 | 2C | 0 | 1 | D5 | 62 | 3B |
| Octal | 62 | 215 | 375 | 120 | 54 | 0 | 1 | 325 | 142 | 73 |
| Binary | 110010 | 10001101 | 11111101 | 1010000 | 101100 | 0 | 1 | 11010101 | 1100010 | 111011 |
Color Harmonies of #328DFD
Complementary color
Monochromatic Colors of #328DFD
Black with #328DFD
Text Example
Text Example
White with #328DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DFD; }
p { color: rgb(50,141,253); }
H1.HeaderClassName
{
color: #328DFD;
}
.AnyTagClassName
{
color: #328DFD;
}
</style>
background-color css
<style>
a { background-color: #328DFD; }
a { background-color: rgb(50,141,253); }
div.DivClassName
{
background-color: #328DFD;
}
.BgClassName
{
background-color: #328DFD;
}
</style>
border-color css
<style>
span { border-color: #328DFD; }
span { border-color: rgb(50,141,253); }
td.TdClassName
{
border-color: #328DFD;
}
.TagClassName
{
border-color: #328DFD;
}
</style>