Shades of Dodger Blue #328CFB
Tints of Dodger Blue #328CFB
RGB
CMYK
RGB Variations
Color information
#328CFB (or 0x328CFB) is known color: Dodger Blue. HEX triplet: 32, 8C and FB. RGB value is (50,140,251). Sum of RGB (Red+Green+Blue) = 50+140+251=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #328CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CFB is #CD7304. Grayscale: #7D7D7D. Windows color (decimal): -13464325 or 16485426. OLE color: 16485426.
HSL color Cylindrical-coordinate representation of color #328CFB: hue angle of 213.13º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328CFB is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 140 | 251 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.02 |
| HSL | 213.13º | 0.96% | 0.59% | - |
| HSV(B) | 213.13º | 0.8% | 0.98% | - |
| XYZ | 28.11 | 26.4 | 94.88 | - |
| YUV | 125.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 251 | 0.80 | 0.44 | 0 | 0.02 | 213.13 | 0.96 | 0.59 |
| Hex | 32 | 8C | FB | 50 | 2C | 0 | 2 | D5 | 60 | 3B |
| Octal | 62 | 214 | 373 | 120 | 54 | 0 | 2 | 325 | 140 | 73 |
| Binary | 110010 | 10001100 | 11111011 | 1010000 | 101100 | 0 | 10 | 11010101 | 1100000 | 111011 |
Color Harmonies of #328CFB
Complementary color
Monochromatic Colors of #328CFB
Black with #328CFB
Text Example
Text Example
White with #328CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CFB; }
p { color: rgb(50,140,251); }
H1.HeaderClassName
{
color: #328CFB;
}
.AnyTagClassName
{
color: #328CFB;
}
</style>
background-color css
<style>
a { background-color: #328CFB; }
a { background-color: rgb(50,140,251); }
div.DivClassName
{
background-color: #328CFB;
}
.BgClassName
{
background-color: #328CFB;
}
</style>
border-color css
<style>
span { border-color: #328CFB; }
span { border-color: rgb(50,140,251); }
td.TdClassName
{
border-color: #328CFB;
}
.TagClassName
{
border-color: #328CFB;
}
</style>