Shades of Dodger Blue #328CF7
Tints of Dodger Blue #328CF7
RGB
CMYK
RGB Variations
Color information
#328CF7 (or 0x328CF7) is known color: Dodger Blue. HEX triplet: 32, 8C and F7. RGB value is (50,140,247). Sum of RGB (Red+Green+Blue) = 50+140+247=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #328CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CF7 is #CD7308. Grayscale: #7C7C7C. Windows color (decimal): -13464329 or 16223282. OLE color: 16223282.
HSL color Cylindrical-coordinate representation of color #328CF7: hue angle of 212.59º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328CF7 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 140 | 247 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.03 |
| HSL | 212.59º | 0.92% | 0.58% | - |
| HSV(B) | 212.59º | 0.8% | 0.97% | - |
| XYZ | 27.48 | 26.15 | 91.59 | - |
| YUV | 125.29 | 196.68 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 247 | 0.80 | 0.43 | 0 | 0.03 | 212.59 | 0.92 | 0.58 |
| Hex | 32 | 8C | F7 | 50 | 2B | 0 | 3 | D5 | 5C | 3A |
| Octal | 62 | 214 | 367 | 120 | 53 | 0 | 3 | 325 | 134 | 72 |
| Binary | 110010 | 10001100 | 11110111 | 1010000 | 101011 | 0 | 11 | 11010101 | 1011100 | 111010 |
Color Harmonies of #328CF7
Complementary color
Monochromatic Colors of #328CF7
Black with #328CF7
Text Example
Text Example
White with #328CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CF7; }
p { color: rgb(50,140,247); }
H1.HeaderClassName
{
color: #328CF7;
}
.AnyTagClassName
{
color: #328CF7;
}
</style>
background-color css
<style>
a { background-color: #328CF7; }
a { background-color: rgb(50,140,247); }
div.DivClassName
{
background-color: #328CF7;
}
.BgClassName
{
background-color: #328CF7;
}
</style>
border-color css
<style>
span { border-color: #328CF7; }
span { border-color: rgb(50,140,247); }
td.TdClassName
{
border-color: #328CF7;
}
.TagClassName
{
border-color: #328CF7;
}
</style>