Shades of Dodger Blue #329DFE
Tints of Dodger Blue #329DFE
RGB
CMYK
RGB Variations
Color information
#329DFE (or 0x329DFE) is known color: Dodger Blue. HEX triplet: 32, 9D and FE. RGB value is (50,157,254). Sum of RGB (Red+Green+Blue) = 50+157+254=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #329DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DFE is #CD6201. Grayscale: #878787. Windows color (decimal): -13459970 or 16686386. OLE color: 16686386.
HSL color Cylindrical-coordinate representation of color #329DFE: hue angle of 208.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329DFE is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 157 | 254 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.00 |
| HSL | 208.53º | 0.99% | 0.6% | - |
| HSV(B) | 208.53º | 0.8% | 1% | - |
| XYZ | 31.26 | 31.95 | 98.28 | - |
| YUV | 136.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 254 | 0.80 | 0.38 | 0 | 0.00 | 208.53 | 0.99 | 0.6 |
| Hex | 32 | 9D | FE | 50 | 26 | 0 | 0 | D1 | 63 | 3C |
| Octal | 62 | 235 | 376 | 120 | 46 | 0 | 0 | 321 | 143 | 74 |
| Binary | 110010 | 10011101 | 11111110 | 1010000 | 100110 | 0 | 0 | 11010001 | 1100011 | 111100 |
Color Harmonies of #329DFE
Complementary color
Monochromatic Colors of #329DFE
Black with #329DFE
Text Example
Text Example
White with #329DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DFE; }
p { color: rgb(50,157,254); }
H1.HeaderClassName
{
color: #329DFE;
}
.AnyTagClassName
{
color: #329DFE;
}
</style>
background-color css
<style>
a { background-color: #329DFE; }
a { background-color: rgb(50,157,254); }
div.DivClassName
{
background-color: #329DFE;
}
.BgClassName
{
background-color: #329DFE;
}
</style>
border-color css
<style>
span { border-color: #329DFE; }
span { border-color: rgb(50,157,254); }
td.TdClassName
{
border-color: #329DFE;
}
.TagClassName
{
border-color: #329DFE;
}
</style>