Shades of Dodger Blue #329EFF
Tints of Dodger Blue #329EFF
RGB
CMYK
RGB Variations
Color information
#329EFF (or 0x329EFF) is known color: Dodger Blue. HEX triplet: 32, 9E and FF. RGB value is (50,158,255). Sum of RGB (Red+Green+Blue) = 50+158+255=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #329EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EFF is #CD6100. Grayscale: #888888. Windows color (decimal): -13459713 or 16752178. OLE color: 16752178.
HSL color Cylindrical-coordinate representation of color #329EFF: hue angle of 208.39º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329EFF is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 158 | 255 | - |
| CMYK | 0.80 | 0.38 | 0 | 0 |
| HSL | 208.39º | 1% | 0.6% | - |
| HSV(B) | 208.39º | 0.8% | 1% | - |
| XYZ | 31.59 | 32.35 | 99.19 | - |
| YUV | 136.77 | 194.72 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 255 | 0.80 | 0.38 | 0 | 0 | 208.39 | 1 | 0.6 |
| Hex | 32 | 9E | FF | 50 | 26 | 0 | 0 | D0 | 64 | 3C |
| Octal | 62 | 236 | 377 | 120 | 46 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110010 | 10011110 | 11111111 | 1010000 | 100110 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #329EFF
Complementary color
Monochromatic Colors of #329EFF
Black with #329EFF
Text Example
Text Example
White with #329EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EFF; }
p { color: rgb(50,158,255); }
H1.HeaderClassName
{
color: #329EFF;
}
.AnyTagClassName
{
color: #329EFF;
}
</style>
background-color css
<style>
a { background-color: #329EFF; }
a { background-color: rgb(50,158,255); }
div.DivClassName
{
background-color: #329EFF;
}
.BgClassName
{
background-color: #329EFF;
}
</style>
border-color css
<style>
span { border-color: #329EFF; }
span { border-color: rgb(50,158,255); }
td.TdClassName
{
border-color: #329EFF;
}
.TagClassName
{
border-color: #329EFF;
}
</style>