Shades of Dodger Blue #328DFF
Tints of Dodger Blue #328DFF
RGB
CMYK
RGB Variations
Color information
#328DFF (or 0x328DFF) is known color: Dodger Blue. HEX triplet: 32, 8D and FF. RGB value is (50,141,255). Sum of RGB (Red+Green+Blue) = 50+141+255=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #328DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DFF is #CD7200. Grayscale: #7E7E7E. Windows color (decimal): -13464065 or 16747826. OLE color: 16747826.
HSL color Cylindrical-coordinate representation of color #328DFF: hue angle of 213.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328DFF is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 141 | 255 | - |
| CMYK | 0.80 | 0.45 | 0 | 0 |
| HSL | 213.37º | 1% | 0.6% | - |
| HSV(B) | 213.37º | 0.8% | 1% | - |
| XYZ | 28.89 | 26.95 | 98.29 | - |
| YUV | 126.79 | 200.35 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 255 | 0.80 | 0.45 | 0 | 0 | 213.37 | 1 | 0.6 |
| Hex | 32 | 8D | FF | 50 | 2D | 0 | 0 | D5 | 64 | 3C |
| Octal | 62 | 215 | 377 | 120 | 55 | 0 | 0 | 325 | 144 | 74 |
| Binary | 110010 | 10001101 | 11111111 | 1010000 | 101101 | 0 | 0 | 11010101 | 1100100 | 111100 |
Color Harmonies of #328DFF
Complementary color
Monochromatic Colors of #328DFF
Black with #328DFF
Text Example
Text Example
White with #328DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DFF; }
p { color: rgb(50,141,255); }
H1.HeaderClassName
{
color: #328DFF;
}
.AnyTagClassName
{
color: #328DFF;
}
</style>
background-color css
<style>
a { background-color: #328DFF; }
a { background-color: rgb(50,141,255); }
div.DivClassName
{
background-color: #328DFF;
}
.BgClassName
{
background-color: #328DFF;
}
</style>
border-color css
<style>
span { border-color: #328DFF; }
span { border-color: rgb(50,141,255); }
td.TdClassName
{
border-color: #328DFF;
}
.TagClassName
{
border-color: #328DFF;
}
</style>