Shades of Dodger Blue #329DF0
Tints of Dodger Blue #329DF0
RGB
CMYK
RGB Variations
Color information
#329DF0 (or 0x329DF0) is known color: Dodger Blue. HEX triplet: 32, 9D and F0. RGB value is (50,157,240). Sum of RGB (Red+Green+Blue) = 50+157+240=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #329DF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329DF0 is #CD620F. Grayscale: #868686. Windows color (decimal): -13459984 or 15768882. OLE color: 15768882.
HSL color Cylindrical-coordinate representation of color #329DF0: hue angle of 206.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329DF0 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 157 | 240 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.06 |
| HSL | 206.21º | 0.86% | 0.57% | - |
| HSV(B) | 206.21º | 0.79% | 0.94% | - |
| XYZ | 29.1 | 31.08 | 86.9 | - |
| YUV | 134.47 | 187.55 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 240 | 0.79 | 0.35 | 0 | 0.06 | 206.21 | 0.86 | 0.57 |
| Hex | 32 | 9D | F0 | 4F | 23 | 0 | 6 | CE | 56 | 39 |
| Octal | 62 | 235 | 360 | 117 | 43 | 0 | 6 | 316 | 126 | 71 |
| Binary | 110010 | 10011101 | 11110000 | 1001111 | 100011 | 0 | 110 | 11001110 | 1010110 | 111001 |
Color Harmonies of #329DF0
Complementary color
Monochromatic Colors of #329DF0
Black with #329DF0
Text Example
Text Example
White with #329DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DF0; }
p { color: rgb(50,157,240); }
H1.HeaderClassName
{
color: #329DF0;
}
.AnyTagClassName
{
color: #329DF0;
}
</style>
background-color css
<style>
a { background-color: #329DF0; }
a { background-color: rgb(50,157,240); }
div.DivClassName
{
background-color: #329DF0;
}
.BgClassName
{
background-color: #329DF0;
}
</style>
border-color css
<style>
span { border-color: #329DF0; }
span { border-color: rgb(50,157,240); }
td.TdClassName
{
border-color: #329DF0;
}
.TagClassName
{
border-color: #329DF0;
}
</style>