Shades of Dodger Blue #329CF2
Tints of Dodger Blue #329CF2
RGB
CMYK
RGB Variations
Color information
#329CF2 (or 0x329CF2) is known color: Dodger Blue. HEX triplet: 32, 9C and F2. RGB value is (50,156,242). Sum of RGB (Red+Green+Blue) = 50+156+242=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #329CF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CF2 is #CD630D. Grayscale: #858585. Windows color (decimal): -13460238 or 15899698. OLE color: 15899698.
HSL color Cylindrical-coordinate representation of color #329CF2: hue angle of 206.88º degrees, saturation: 0.88, 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 #329CF2 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 156 | 242 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.05 |
| HSL | 206.88º | 0.88% | 0.57% | - |
| HSV(B) | 206.88º | 0.79% | 0.95% | - |
| XYZ | 29.23 | 30.87 | 88.42 | - |
| YUV | 134.11 | 188.88 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 242 | 0.79 | 0.36 | 0 | 0.05 | 206.88 | 0.88 | 0.57 |
| Hex | 32 | 9C | F2 | 4F | 24 | 0 | 5 | CF | 58 | 39 |
| Octal | 62 | 234 | 362 | 117 | 44 | 0 | 5 | 317 | 130 | 71 |
| Binary | 110010 | 10011100 | 11110010 | 1001111 | 100100 | 0 | 101 | 11001111 | 1011000 | 111001 |
Color Harmonies of #329CF2
Complementary color
Monochromatic Colors of #329CF2
Black with #329CF2
Text Example
Text Example
White with #329CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CF2; }
p { color: rgb(50,156,242); }
H1.HeaderClassName
{
color: #329CF2;
}
.AnyTagClassName
{
color: #329CF2;
}
</style>
background-color css
<style>
a { background-color: #329CF2; }
a { background-color: rgb(50,156,242); }
div.DivClassName
{
background-color: #329CF2;
}
.BgClassName
{
background-color: #329CF2;
}
</style>
border-color css
<style>
span { border-color: #329CF2; }
span { border-color: rgb(50,156,242); }
td.TdClassName
{
border-color: #329CF2;
}
.TagClassName
{
border-color: #329CF2;
}
</style>