Shades of Dodger Blue #328CFD
Tints of Dodger Blue #328CFD
RGB
CMYK
RGB Variations
Color information
#328CFD (or 0x328CFD) is known color: Dodger Blue. HEX triplet: 32, 8C and FD. RGB value is (50,140,253). Sum of RGB (Red+Green+Blue) = 50+140+253=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #328CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CFD is #CD7302. Grayscale: #7D7D7D. Windows color (decimal): -13464323 or 16616498. OLE color: 16616498.
HSL color Cylindrical-coordinate representation of color #328CFD: hue angle of 213.4º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328CFD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 140 | 253 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.01 |
| HSL | 213.4º | 0.98% | 0.59% | - |
| HSV(B) | 213.4º | 0.8% | 0.99% | - |
| XYZ | 28.42 | 26.53 | 96.55 | - |
| YUV | 125.97 | 199.68 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 253 | 0.80 | 0.45 | 0 | 0.01 | 213.4 | 0.98 | 0.59 |
| Hex | 32 | 8C | FD | 50 | 2D | 0 | 1 | D5 | 62 | 3B |
| Octal | 62 | 214 | 375 | 120 | 55 | 0 | 1 | 325 | 142 | 73 |
| Binary | 110010 | 10001100 | 11111101 | 1010000 | 101101 | 0 | 1 | 11010101 | 1100010 | 111011 |
Color Harmonies of #328CFD
Complementary color
Monochromatic Colors of #328CFD
Black with #328CFD
Text Example
Text Example
White with #328CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CFD; }
p { color: rgb(50,140,253); }
H1.HeaderClassName
{
color: #328CFD;
}
.AnyTagClassName
{
color: #328CFD;
}
</style>
background-color css
<style>
a { background-color: #328CFD; }
a { background-color: rgb(50,140,253); }
div.DivClassName
{
background-color: #328CFD;
}
.BgClassName
{
background-color: #328CFD;
}
</style>
border-color css
<style>
span { border-color: #328CFD; }
span { border-color: rgb(50,140,253); }
td.TdClassName
{
border-color: #328CFD;
}
.TagClassName
{
border-color: #328CFD;
}
</style>