Shades of Dodger Blue #328FF4
Tints of Dodger Blue #328FF4
RGB
CMYK
RGB Variations
Color information
#328FF4 (or 0x328FF4) is known color: Dodger Blue. HEX triplet: 32, 8F and F4. RGB value is (50,143,244). Sum of RGB (Red+Green+Blue) = 50+143+244=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #328FF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FF4 is #CD700B. Grayscale: #7E7E7E. Windows color (decimal): -13463564 or 16027442. OLE color: 16027442.
HSL color Cylindrical-coordinate representation of color #328FF4: hue angle of 211.24º degrees, saturation: 0.9, 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 #328FF4 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 143 | 244 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.04 |
| HSL | 211.24º | 0.9% | 0.58% | - |
| HSV(B) | 211.24º | 0.8% | 0.96% | - |
| XYZ | 27.47 | 26.85 | 89.32 | - |
| YUV | 126.71 | 194.19 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 244 | 0.80 | 0.41 | 0 | 0.04 | 211.24 | 0.9 | 0.58 |
| Hex | 32 | 8F | F4 | 50 | 29 | 0 | 4 | D3 | 5A | 3A |
| Octal | 62 | 217 | 364 | 120 | 51 | 0 | 4 | 323 | 132 | 72 |
| Binary | 110010 | 10001111 | 11110100 | 1010000 | 101001 | 0 | 100 | 11010011 | 1011010 | 111010 |
Color Harmonies of #328FF4
Complementary color
Monochromatic Colors of #328FF4
Black with #328FF4
Text Example
Text Example
White with #328FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FF4; }
p { color: rgb(50,143,244); }
H1.HeaderClassName
{
color: #328FF4;
}
.AnyTagClassName
{
color: #328FF4;
}
</style>
background-color css
<style>
a { background-color: #328FF4; }
a { background-color: rgb(50,143,244); }
div.DivClassName
{
background-color: #328FF4;
}
.BgClassName
{
background-color: #328FF4;
}
</style>
border-color css
<style>
span { border-color: #328FF4; }
span { border-color: rgb(50,143,244); }
td.TdClassName
{
border-color: #328FF4;
}
.TagClassName
{
border-color: #328FF4;
}
</style>