Shades of Dodger Blue #329CF5
Tints of Dodger Blue #329CF5
RGB
CMYK
RGB Variations
Color information
#329CF5 (or 0x329CF5) is known color: Dodger Blue. HEX triplet: 32, 9C and F5. RGB value is (50,156,245). Sum of RGB (Red+Green+Blue) = 50+156+245=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #329CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CF5 is #CD630A. Grayscale: #858585. Windows color (decimal): -13460235 or 16096306. OLE color: 16096306.
HSL color Cylindrical-coordinate representation of color #329CF5: hue angle of 207.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329CF5 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 156 | 245 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.04 |
| HSL | 207.38º | 0.91% | 0.58% | - |
| HSV(B) | 207.38º | 0.8% | 0.96% | - |
| XYZ | 29.69 | 31.05 | 90.81 | - |
| YUV | 134.45 | 190.38 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 245 | 0.80 | 0.36 | 0 | 0.04 | 207.38 | 0.91 | 0.58 |
| Hex | 32 | 9C | F5 | 50 | 24 | 0 | 4 | CF | 5B | 3A |
| Octal | 62 | 234 | 365 | 120 | 44 | 0 | 4 | 317 | 133 | 72 |
| Binary | 110010 | 10011100 | 11110101 | 1010000 | 100100 | 0 | 100 | 11001111 | 1011011 | 111010 |
Color Harmonies of #329CF5
Complementary color
Monochromatic Colors of #329CF5
Black with #329CF5
Text Example
Text Example
White with #329CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CF5; }
p { color: rgb(50,156,245); }
H1.HeaderClassName
{
color: #329CF5;
}
.AnyTagClassName
{
color: #329CF5;
}
</style>
background-color css
<style>
a { background-color: #329CF5; }
a { background-color: rgb(50,156,245); }
div.DivClassName
{
background-color: #329CF5;
}
.BgClassName
{
background-color: #329CF5;
}
</style>
border-color css
<style>
span { border-color: #329CF5; }
span { border-color: rgb(50,156,245); }
td.TdClassName
{
border-color: #329CF5;
}
.TagClassName
{
border-color: #329CF5;
}
</style>