Shades of Dodger Blue #328EF6
Tints of Dodger Blue #328EF6
RGB
CMYK
RGB Variations
Color information
#328EF6 (or 0x328EF6) is known color: Dodger Blue. HEX triplet: 32, 8E and F6. RGB value is (50,142,246). Sum of RGB (Red+Green+Blue) = 50+142+246=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #328EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328EF6 is #CD7109. Grayscale: #7D7D7D. Windows color (decimal): -13463818 or 16158258. OLE color: 16158258.
HSL color Cylindrical-coordinate representation of color #328EF6: hue angle of 211.84º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328EF6 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 142 | 246 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.04 |
| HSL | 211.84º | 0.92% | 0.58% | - |
| HSV(B) | 211.84º | 0.8% | 0.96% | - |
| XYZ | 27.62 | 26.68 | 90.88 | - |
| YUV | 126.35 | 195.52 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 246 | 0.80 | 0.42 | 0 | 0.04 | 211.84 | 0.92 | 0.58 |
| Hex | 32 | 8E | F6 | 50 | 2A | 0 | 4 | D4 | 5C | 3A |
| Octal | 62 | 216 | 366 | 120 | 52 | 0 | 4 | 324 | 134 | 72 |
| Binary | 110010 | 10001110 | 11110110 | 1010000 | 101010 | 0 | 100 | 11010100 | 1011100 | 111010 |
Color Harmonies of #328EF6
Complementary color
Monochromatic Colors of #328EF6
Black with #328EF6
Text Example
Text Example
White with #328EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328EF6; }
p { color: rgb(50,142,246); }
H1.HeaderClassName
{
color: #328EF6;
}
.AnyTagClassName
{
color: #328EF6;
}
</style>
background-color css
<style>
a { background-color: #328EF6; }
a { background-color: rgb(50,142,246); }
div.DivClassName
{
background-color: #328EF6;
}
.BgClassName
{
background-color: #328EF6;
}
</style>
border-color css
<style>
span { border-color: #328EF6; }
span { border-color: rgb(50,142,246); }
td.TdClassName
{
border-color: #328EF6;
}
.TagClassName
{
border-color: #328EF6;
}
</style>