Shades of Dodger Blue #329CFD
Tints of Dodger Blue #329CFD
RGB
CMYK
RGB Variations
Color information
#329CFD (or 0x329CFD) is known color: Dodger Blue. HEX triplet: 32, 9C and FD. RGB value is (50,156,253). Sum of RGB (Red+Green+Blue) = 50+156+253=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #329CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CFD is #CD6302. Grayscale: #868686. Windows color (decimal): -13460227 or 16620594. OLE color: 16620594.
HSL color Cylindrical-coordinate representation of color #329CFD: hue angle of 208.67º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329CFD is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 156 | 253 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.01 |
| HSL | 208.67º | 0.98% | 0.59% | - |
| HSV(B) | 208.67º | 0.8% | 0.99% | - |
| XYZ | 30.93 | 31.55 | 97.39 | - |
| YUV | 135.36 | 194.38 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 253 | 0.80 | 0.38 | 0 | 0.01 | 208.67 | 0.98 | 0.59 |
| Hex | 32 | 9C | FD | 50 | 26 | 0 | 1 | D1 | 62 | 3B |
| Octal | 62 | 234 | 375 | 120 | 46 | 0 | 1 | 321 | 142 | 73 |
| Binary | 110010 | 10011100 | 11111101 | 1010000 | 100110 | 0 | 1 | 11010001 | 1100010 | 111011 |
Color Harmonies of #329CFD
Complementary color
Monochromatic Colors of #329CFD
Black with #329CFD
Text Example
Text Example
White with #329CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CFD; }
p { color: rgb(50,156,253); }
H1.HeaderClassName
{
color: #329CFD;
}
.AnyTagClassName
{
color: #329CFD;
}
</style>
background-color css
<style>
a { background-color: #329CFD; }
a { background-color: rgb(50,156,253); }
div.DivClassName
{
background-color: #329CFD;
}
.BgClassName
{
background-color: #329CFD;
}
</style>
border-color css
<style>
span { border-color: #329CFD; }
span { border-color: rgb(50,156,253); }
td.TdClassName
{
border-color: #329CFD;
}
.TagClassName
{
border-color: #329CFD;
}
</style>