Shades of Dodger Blue #329CFB
Tints of Dodger Blue #329CFB
RGB
CMYK
RGB Variations
Color information
#329CFB (or 0x329CFB) is known color: Dodger Blue. HEX triplet: 32, 9C and FB. RGB value is (50,156,251). Sum of RGB (Red+Green+Blue) = 50+156+251=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #329CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CFB is #CD6304. Grayscale: #868686. Windows color (decimal): -13460229 or 16489522. OLE color: 16489522.
HSL color Cylindrical-coordinate representation of color #329CFB: hue angle of 208.36º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329CFB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 156 | 251 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.02 |
| HSL | 208.36º | 0.96% | 0.59% | - |
| HSV(B) | 208.36º | 0.8% | 0.98% | - |
| XYZ | 30.62 | 31.42 | 95.72 | - |
| YUV | 135.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 251 | 0.80 | 0.38 | 0 | 0.02 | 208.36 | 0.96 | 0.59 |
| Hex | 32 | 9C | FB | 50 | 26 | 0 | 2 | D0 | 60 | 3B |
| Octal | 62 | 234 | 373 | 120 | 46 | 0 | 2 | 320 | 140 | 73 |
| Binary | 110010 | 10011100 | 11111011 | 1010000 | 100110 | 0 | 10 | 11010000 | 1100000 | 111011 |
Color Harmonies of #329CFB
Complementary color
Monochromatic Colors of #329CFB
Black with #329CFB
Text Example
Text Example
White with #329CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CFB; }
p { color: rgb(50,156,251); }
H1.HeaderClassName
{
color: #329CFB;
}
.AnyTagClassName
{
color: #329CFB;
}
</style>
background-color css
<style>
a { background-color: #329CFB; }
a { background-color: rgb(50,156,251); }
div.DivClassName
{
background-color: #329CFB;
}
.BgClassName
{
background-color: #329CFB;
}
</style>
border-color css
<style>
span { border-color: #329CFB; }
span { border-color: rgb(50,156,251); }
td.TdClassName
{
border-color: #329CFB;
}
.TagClassName
{
border-color: #329CFB;
}
</style>