Shades of Dodger Blue #329DF1
Tints of Dodger Blue #329DF1
RGB
CMYK
RGB Variations
Color information
#329DF1 (or 0x329DF1) is known color: Dodger Blue. HEX triplet: 32, 9D and F1. RGB value is (50,157,241). Sum of RGB (Red+Green+Blue) = 50+157+241=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #329DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DF1 is #CD620E. Grayscale: #868686. Windows color (decimal): -13459983 or 15834418. OLE color: 15834418.
HSL color Cylindrical-coordinate representation of color #329DF1: hue angle of 206.39º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329DF1 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 157 | 241 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.05 |
| HSL | 206.39º | 0.87% | 0.57% | - |
| HSV(B) | 206.39º | 0.79% | 0.95% | - |
| XYZ | 29.25 | 31.14 | 87.69 | - |
| YUV | 134.58 | 188.05 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 241 | 0.79 | 0.35 | 0 | 0.05 | 206.39 | 0.87 | 0.57 |
| Hex | 32 | 9D | F1 | 4F | 23 | 0 | 5 | CE | 57 | 39 |
| Octal | 62 | 235 | 361 | 117 | 43 | 0 | 5 | 316 | 127 | 71 |
| Binary | 110010 | 10011101 | 11110001 | 1001111 | 100011 | 0 | 101 | 11001110 | 1010111 | 111001 |
Color Harmonies of #329DF1
Complementary color
Monochromatic Colors of #329DF1
Black with #329DF1
Text Example
Text Example
White with #329DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DF1; }
p { color: rgb(50,157,241); }
H1.HeaderClassName
{
color: #329DF1;
}
.AnyTagClassName
{
color: #329DF1;
}
</style>
background-color css
<style>
a { background-color: #329DF1; }
a { background-color: rgb(50,157,241); }
div.DivClassName
{
background-color: #329DF1;
}
.BgClassName
{
background-color: #329DF1;
}
</style>
border-color css
<style>
span { border-color: #329DF1; }
span { border-color: rgb(50,157,241); }
td.TdClassName
{
border-color: #329DF1;
}
.TagClassName
{
border-color: #329DF1;
}
</style>