Shades of Dodger Blue #329BFD
Tints of Dodger Blue #329BFD
RGB
CMYK
RGB Variations
Color information
#329BFD (or 0x329BFD) is known color: Dodger Blue. HEX triplet: 32, 9B and FD. RGB value is (50,155,253). Sum of RGB (Red+Green+Blue) = 50+155+253=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #329BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329BFD is #CD6402. Grayscale: #868686. Windows color (decimal): -13460483 or 16620338. OLE color: 16620338.
HSL color Cylindrical-coordinate representation of color #329BFD: hue angle of 208.97º 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 #329BFD is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 155 | 253 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.01 |
| HSL | 208.97º | 0.98% | 0.59% | - |
| HSV(B) | 208.97º | 0.8% | 0.99% | - |
| XYZ | 30.77 | 31.21 | 97.33 | - |
| YUV | 134.78 | 194.71 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 253 | 0.80 | 0.39 | 0 | 0.01 | 208.97 | 0.98 | 0.59 |
| Hex | 32 | 9B | FD | 50 | 27 | 0 | 1 | D1 | 62 | 3B |
| Octal | 62 | 233 | 375 | 120 | 47 | 0 | 1 | 321 | 142 | 73 |
| Binary | 110010 | 10011011 | 11111101 | 1010000 | 100111 | 0 | 1 | 11010001 | 1100010 | 111011 |
Color Harmonies of #329BFD
Complementary color
Monochromatic Colors of #329BFD
Black with #329BFD
Text Example
Text Example
White with #329BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BFD; }
p { color: rgb(50,155,253); }
H1.HeaderClassName
{
color: #329BFD;
}
.AnyTagClassName
{
color: #329BFD;
}
</style>
background-color css
<style>
a { background-color: #329BFD; }
a { background-color: rgb(50,155,253); }
div.DivClassName
{
background-color: #329BFD;
}
.BgClassName
{
background-color: #329BFD;
}
</style>
border-color css
<style>
span { border-color: #329BFD; }
span { border-color: rgb(50,155,253); }
td.TdClassName
{
border-color: #329BFD;
}
.TagClassName
{
border-color: #329BFD;
}
</style>