Shades of Dodger Blue #328DDF
Tints of Dodger Blue #328DDF
RGB
CMYK
RGB Variations
Color information
#328DDF (or 0x328DDF) is known color: Dodger Blue. HEX triplet: 32, 8D and DF. RGB value is (50,141,223). Sum of RGB (Red+Green+Blue) = 50+141+223=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #328DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DDF is #CD7220. Grayscale: #7A7A7A. Windows color (decimal): -13464097 or 14650674. OLE color: 14650674.
HSL color Cylindrical-coordinate representation of color #328DDF: hue angle of 208.44º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328DDF is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 141 | 223 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.13 |
| HSL | 208.44º | 0.73% | 0.54% | - |
| HSV(B) | 208.44º | 0.78% | 0.87% | - |
| XYZ | 24.16 | 25.06 | 73.37 | - |
| YUV | 123.14 | 184.35 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 223 | 0.78 | 0.37 | 0 | 0.13 | 208.44 | 0.73 | 0.54 |
| Hex | 32 | 8D | DF | 4E | 25 | 0 | D | D0 | 49 | 36 |
| Octal | 62 | 215 | 337 | 116 | 45 | 0 | 15 | 320 | 111 | 66 |
| Binary | 110010 | 10001101 | 11011111 | 1001110 | 100101 | 0 | 1101 | 11010000 | 1001001 | 110110 |
Color Harmonies of #328DDF
Complementary color
Monochromatic Colors of #328DDF
Black with #328DDF
Text Example
Text Example
White with #328DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DDF; }
p { color: rgb(50,141,223); }
H1.HeaderClassName
{
color: #328DDF;
}
.AnyTagClassName
{
color: #328DDF;
}
</style>
background-color css
<style>
a { background-color: #328DDF; }
a { background-color: rgb(50,141,223); }
div.DivClassName
{
background-color: #328DDF;
}
.BgClassName
{
background-color: #328DDF;
}
</style>
border-color css
<style>
span { border-color: #328DDF; }
span { border-color: rgb(50,141,223); }
td.TdClassName
{
border-color: #328DDF;
}
.TagClassName
{
border-color: #328DDF;
}
</style>