Shades of Dodger Blue #328CDF
Tints of Dodger Blue #328CDF
RGB
CMYK
RGB Variations
Color information
#328CDF (or 0x328CDF) is known color: Dodger Blue. HEX triplet: 32, 8C and DF. RGB value is (50,140,223). Sum of RGB (Red+Green+Blue) = 50+140+223=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #328CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CDF is #CD7320. Grayscale: #7A7A7A. Windows color (decimal): -13464353 or 14650418. OLE color: 14650418.
HSL color Cylindrical-coordinate representation of color #328CDF: hue angle of 208.79º 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 #328CDF is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 140 | 223 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.13 |
| HSL | 208.79º | 0.73% | 0.54% | - |
| HSV(B) | 208.79º | 0.78% | 0.87% | - |
| XYZ | 24.01 | 24.76 | 73.33 | - |
| YUV | 122.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 223 | 0.78 | 0.37 | 0 | 0.13 | 208.79 | 0.73 | 0.54 |
| Hex | 32 | 8C | DF | 4E | 25 | 0 | D | D1 | 49 | 36 |
| Octal | 62 | 214 | 337 | 116 | 45 | 0 | 15 | 321 | 111 | 66 |
| Binary | 110010 | 10001100 | 11011111 | 1001110 | 100101 | 0 | 1101 | 11010001 | 1001001 | 110110 |
Color Harmonies of #328CDF
Complementary color
Monochromatic Colors of #328CDF
Black with #328CDF
Text Example
Text Example
White with #328CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CDF; }
p { color: rgb(50,140,223); }
H1.HeaderClassName
{
color: #328CDF;
}
.AnyTagClassName
{
color: #328CDF;
}
</style>
background-color css
<style>
a { background-color: #328CDF; }
a { background-color: rgb(50,140,223); }
div.DivClassName
{
background-color: #328CDF;
}
.BgClassName
{
background-color: #328CDF;
}
</style>
border-color css
<style>
span { border-color: #328CDF; }
span { border-color: rgb(50,140,223); }
td.TdClassName
{
border-color: #328CDF;
}
.TagClassName
{
border-color: #328CDF;
}
</style>