Shades of Dodger Blue #328BFA
Tints of Dodger Blue #328BFA
RGB
CMYK
RGB Variations
Color information
#328BFA (or 0x328BFA) is known color: Dodger Blue. HEX triplet: 32, 8B and FA. RGB value is (50,139,250). Sum of RGB (Red+Green+Blue) = 50+139+250=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #328BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BFA is #CD7405. Grayscale: #7C7C7C. Windows color (decimal): -13464582 or 16419634. OLE color: 16419634.
HSL color Cylindrical-coordinate representation of color #328BFA: hue angle of 213.3º degrees, saturation: 0.95, 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 #328BFA is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 139 | 250 | - |
| CMYK | 0.8 | 0.44 | 0 | 0.02 |
| HSL | 213.3º | 0.95% | 0.59% | - |
| HSV(B) | 213.3º | 0.8% | 0.98% | - |
| XYZ | 27.8 | 26.05 | 94 | - |
| YUV | 125.04 | 198.51 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 250 | 0.8 | 0.44 | 0 | 0.02 | 213.3 | 0.95 | 0.59 |
| Hex | 32 | 8B | FA | 50 | 2C | 0 | 2 | D5 | 5F | 3B |
| Octal | 62 | 213 | 372 | 120 | 54 | 0 | 2 | 325 | 137 | 73 |
| Binary | 110010 | 10001011 | 11111010 | 1010000 | 101100 | 0 | 10 | 11010101 | 1011111 | 111011 |
Color Harmonies of #328BFA
Complementary color
Monochromatic Colors of #328BFA
Black with #328BFA
Text Example
Text Example
White with #328BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BFA; }
p { color: rgb(50,139,250); }
H1.HeaderClassName
{
color: #328BFA;
}
.AnyTagClassName
{
color: #328BFA;
}
</style>
background-color css
<style>
a { background-color: #328BFA; }
a { background-color: rgb(50,139,250); }
div.DivClassName
{
background-color: #328BFA;
}
.BgClassName
{
background-color: #328BFA;
}
</style>
border-color css
<style>
span { border-color: #328BFA; }
span { border-color: rgb(50,139,250); }
td.TdClassName
{
border-color: #328BFA;
}
.TagClassName
{
border-color: #328BFA;
}
</style>