Shades of Dodger Blue #328FFB
Tints of Dodger Blue #328FFB
RGB
CMYK
RGB Variations
Color information
#328FFB (or 0x328FFB) is known color: Dodger Blue. HEX triplet: 32, 8F and FB. RGB value is (50,143,251). Sum of RGB (Red+Green+Blue) = 50+143+251=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #328FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FFB is #CD7004. Grayscale: #7E7E7E. Windows color (decimal): -13463557 or 16486194. OLE color: 16486194.
HSL color Cylindrical-coordinate representation of color #328FFB: hue angle of 212.24º 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 #328FFB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 143 | 251 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.02 |
| HSL | 212.24º | 0.96% | 0.59% | - |
| HSV(B) | 212.24º | 0.8% | 0.98% | - |
| XYZ | 28.55 | 27.29 | 95.03 | - |
| YUV | 127.51 | 197.69 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 251 | 0.80 | 0.43 | 0 | 0.02 | 212.24 | 0.96 | 0.59 |
| Hex | 32 | 8F | FB | 50 | 2B | 0 | 2 | D4 | 60 | 3B |
| Octal | 62 | 217 | 373 | 120 | 53 | 0 | 2 | 324 | 140 | 73 |
| Binary | 110010 | 10001111 | 11111011 | 1010000 | 101011 | 0 | 10 | 11010100 | 1100000 | 111011 |
Color Harmonies of #328FFB
Complementary color
Monochromatic Colors of #328FFB
Black with #328FFB
Text Example
Text Example
White with #328FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FFB; }
p { color: rgb(50,143,251); }
H1.HeaderClassName
{
color: #328FFB;
}
.AnyTagClassName
{
color: #328FFB;
}
</style>
background-color css
<style>
a { background-color: #328FFB; }
a { background-color: rgb(50,143,251); }
div.DivClassName
{
background-color: #328FFB;
}
.BgClassName
{
background-color: #328FFB;
}
</style>
border-color css
<style>
span { border-color: #328FFB; }
span { border-color: rgb(50,143,251); }
td.TdClassName
{
border-color: #328FFB;
}
.TagClassName
{
border-color: #328FFB;
}
</style>