Shades of Dodger Blue #328BF6
Tints of Dodger Blue #328BF6
RGB
CMYK
RGB Variations
Color information
#328BF6 (or 0x328BF6) is known color: Dodger Blue. HEX triplet: 32, 8B and F6. RGB value is (50,139,246). Sum of RGB (Red+Green+Blue) = 50+139+246=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #328BF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BF6 is #CD7409. Grayscale: #7C7C7C. Windows color (decimal): -13464586 or 16157490. OLE color: 16157490.
HSL color Cylindrical-coordinate representation of color #328BF6: hue angle of 212.76º 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 #328BF6 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 139 | 246 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.04 |
| HSL | 212.76º | 0.92% | 0.58% | - |
| HSV(B) | 212.76º | 0.8% | 0.96% | - |
| XYZ | 27.18 | 25.8 | 90.74 | - |
| YUV | 124.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 246 | 0.80 | 0.43 | 0 | 0.04 | 212.76 | 0.92 | 0.58 |
| Hex | 32 | 8B | F6 | 50 | 2B | 0 | 4 | D5 | 5C | 3A |
| Octal | 62 | 213 | 366 | 120 | 53 | 0 | 4 | 325 | 134 | 72 |
| Binary | 110010 | 10001011 | 11110110 | 1010000 | 101011 | 0 | 100 | 11010101 | 1011100 | 111010 |
Color Harmonies of #328BF6
Complementary color
Monochromatic Colors of #328BF6
Black with #328BF6
Text Example
Text Example
White with #328BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BF6; }
p { color: rgb(50,139,246); }
H1.HeaderClassName
{
color: #328BF6;
}
.AnyTagClassName
{
color: #328BF6;
}
</style>
background-color css
<style>
a { background-color: #328BF6; }
a { background-color: rgb(50,139,246); }
div.DivClassName
{
background-color: #328BF6;
}
.BgClassName
{
background-color: #328BF6;
}
</style>
border-color css
<style>
span { border-color: #328BF6; }
span { border-color: rgb(50,139,246); }
td.TdClassName
{
border-color: #328BF6;
}
.TagClassName
{
border-color: #328BF6;
}
</style>