Shades of Dodger Blue #329DFB
Tints of Dodger Blue #329DFB
RGB
CMYK
RGB Variations
Color information
#329DFB (or 0x329DFB) is known color: Dodger Blue. HEX triplet: 32, 9D and FB. RGB value is (50,157,251). Sum of RGB (Red+Green+Blue) = 50+157+251=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #329DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DFB is #CD6204. Grayscale: #878787. Windows color (decimal): -13459973 or 16489778. OLE color: 16489778.
HSL color Cylindrical-coordinate representation of color #329DFB: hue angle of 208.06º 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 #329DFB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 157 | 251 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.02 |
| HSL | 208.06º | 0.96% | 0.59% | - |
| HSV(B) | 208.06º | 0.8% | 0.98% | - |
| XYZ | 30.78 | 31.76 | 95.77 | - |
| YUV | 135.72 | 193.05 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 251 | 0.80 | 0.37 | 0 | 0.02 | 208.06 | 0.96 | 0.59 |
| Hex | 32 | 9D | FB | 50 | 25 | 0 | 2 | D0 | 60 | 3B |
| Octal | 62 | 235 | 373 | 120 | 45 | 0 | 2 | 320 | 140 | 73 |
| Binary | 110010 | 10011101 | 11111011 | 1010000 | 100101 | 0 | 10 | 11010000 | 1100000 | 111011 |
Color Harmonies of #329DFB
Complementary color
Monochromatic Colors of #329DFB
Black with #329DFB
Text Example
Text Example
White with #329DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DFB; }
p { color: rgb(50,157,251); }
H1.HeaderClassName
{
color: #329DFB;
}
.AnyTagClassName
{
color: #329DFB;
}
</style>
background-color css
<style>
a { background-color: #329DFB; }
a { background-color: rgb(50,157,251); }
div.DivClassName
{
background-color: #329DFB;
}
.BgClassName
{
background-color: #329DFB;
}
</style>
border-color css
<style>
span { border-color: #329DFB; }
span { border-color: rgb(50,157,251); }
td.TdClassName
{
border-color: #329DFB;
}
.TagClassName
{
border-color: #329DFB;
}
</style>