Shades of Dodger Blue #329DF9
Tints of Dodger Blue #329DF9
RGB
CMYK
RGB Variations
Color information
#329DF9 (or 0x329DF9) is known color: Dodger Blue. HEX triplet: 32, 9D and F9. RGB value is (50,157,249). Sum of RGB (Red+Green+Blue) = 50+157+249=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #329DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DF9 is #CD6206. Grayscale: #878787. Windows color (decimal): -13459975 or 16358706. OLE color: 16358706.
HSL color Cylindrical-coordinate representation of color #329DF9: hue angle of 207.74º degrees, saturation: 0.94, 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 #329DF9 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 157 | 249 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.02 |
| HSL | 207.74º | 0.94% | 0.59% | - |
| HSV(B) | 207.74º | 0.8% | 0.98% | - |
| XYZ | 30.47 | 31.63 | 94.12 | - |
| YUV | 135.5 | 192.05 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 249 | 0.80 | 0.37 | 0 | 0.02 | 207.74 | 0.94 | 0.59 |
| Hex | 32 | 9D | F9 | 50 | 25 | 0 | 2 | D0 | 5E | 3B |
| Octal | 62 | 235 | 371 | 120 | 45 | 0 | 2 | 320 | 136 | 73 |
| Binary | 110010 | 10011101 | 11111001 | 1010000 | 100101 | 0 | 10 | 11010000 | 1011110 | 111011 |
Color Harmonies of #329DF9
Complementary color
Monochromatic Colors of #329DF9
Black with #329DF9
Text Example
Text Example
White with #329DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DF9; }
p { color: rgb(50,157,249); }
H1.HeaderClassName
{
color: #329DF9;
}
.AnyTagClassName
{
color: #329DF9;
}
</style>
background-color css
<style>
a { background-color: #329DF9; }
a { background-color: rgb(50,157,249); }
div.DivClassName
{
background-color: #329DF9;
}
.BgClassName
{
background-color: #329DF9;
}
</style>
border-color css
<style>
span { border-color: #329DF9; }
span { border-color: rgb(50,157,249); }
td.TdClassName
{
border-color: #329DF9;
}
.TagClassName
{
border-color: #329DF9;
}
</style>