Shades of Dodger Blue #328ADF
Tints of Dodger Blue #328ADF
RGB
CMYK
RGB Variations
Color information
#328ADF (or 0x328ADF) is known color: Dodger Blue. HEX triplet: 32, 8A and DF. RGB value is (50,138,223). Sum of RGB (Red+Green+Blue) = 50+138+223=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #328ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ADF is #CD7520. Grayscale: #787878. Windows color (decimal): -13464865 or 14649906. OLE color: 14649906.
HSL color Cylindrical-coordinate representation of color #328ADF: hue angle of 209.48º 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 #328ADF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 138 | 223 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.13 |
| HSL | 209.48º | 0.73% | 0.54% | - |
| HSV(B) | 209.48º | 0.78% | 0.87% | - |
| XYZ | 23.72 | 24.18 | 73.23 | - |
| YUV | 121.38 | 185.35 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 223 | 0.78 | 0.38 | 0 | 0.13 | 209.48 | 0.73 | 0.54 |
| Hex | 32 | 8A | DF | 4E | 26 | 0 | D | D1 | 49 | 36 |
| Octal | 62 | 212 | 337 | 116 | 46 | 0 | 15 | 321 | 111 | 66 |
| Binary | 110010 | 10001010 | 11011111 | 1001110 | 100110 | 0 | 1101 | 11010001 | 1001001 | 110110 |
Color Harmonies of #328ADF
Complementary color
Monochromatic Colors of #328ADF
Black with #328ADF
Text Example
Text Example
White with #328ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328ADF; }
p { color: rgb(50,138,223); }
H1.HeaderClassName
{
color: #328ADF;
}
.AnyTagClassName
{
color: #328ADF;
}
</style>
background-color css
<style>
a { background-color: #328ADF; }
a { background-color: rgb(50,138,223); }
div.DivClassName
{
background-color: #328ADF;
}
.BgClassName
{
background-color: #328ADF;
}
</style>
border-color css
<style>
span { border-color: #328ADF; }
span { border-color: rgb(50,138,223); }
td.TdClassName
{
border-color: #328ADF;
}
.TagClassName
{
border-color: #328ADF;
}
</style>