Shades of Dodger Blue #329FFC
Tints of Dodger Blue #329FFC
RGB
CMYK
RGB Variations
Color information
#329FFC (or 0x329FFC) is known color: Dodger Blue. HEX triplet: 32, 9F and FC. RGB value is (50,159,252). Sum of RGB (Red+Green+Blue) = 50+159+252=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #329FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FFC is #CD6003. Grayscale: #888888. Windows color (decimal): -13459460 or 16555826. OLE color: 16555826.
HSL color Cylindrical-coordinate representation of color #329FFC: hue angle of 207.62º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329FFC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 159 | 252 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.01 |
| HSL | 207.62º | 0.97% | 0.59% | - |
| HSV(B) | 207.62º | 0.8% | 0.99% | - |
| XYZ | 31.28 | 32.5 | 96.72 | - |
| YUV | 137.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 252 | 0.80 | 0.37 | 0 | 0.01 | 207.62 | 0.97 | 0.59 |
| Hex | 32 | 9F | FC | 50 | 25 | 0 | 1 | D0 | 61 | 3B |
| Octal | 62 | 237 | 374 | 120 | 45 | 0 | 1 | 320 | 141 | 73 |
| Binary | 110010 | 10011111 | 11111100 | 1010000 | 100101 | 0 | 1 | 11010000 | 1100001 | 111011 |
Color Harmonies of #329FFC
Complementary color
Monochromatic Colors of #329FFC
Black with #329FFC
Text Example
Text Example
White with #329FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FFC; }
p { color: rgb(50,159,252); }
H1.HeaderClassName
{
color: #329FFC;
}
.AnyTagClassName
{
color: #329FFC;
}
</style>
background-color css
<style>
a { background-color: #329FFC; }
a { background-color: rgb(50,159,252); }
div.DivClassName
{
background-color: #329FFC;
}
.BgClassName
{
background-color: #329FFC;
}
</style>
border-color css
<style>
span { border-color: #329FFC; }
span { border-color: rgb(50,159,252); }
td.TdClassName
{
border-color: #329FFC;
}
.TagClassName
{
border-color: #329FFC;
}
</style>