Shades of Dodger Blue #329CFA
Tints of Dodger Blue #329CFA
RGB
CMYK
RGB Variations
Color information
#329CFA (or 0x329CFA) is known color: Dodger Blue. HEX triplet: 32, 9C and FA. RGB value is (50,156,250). Sum of RGB (Red+Green+Blue) = 50+156+250=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #329CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CFA is #CD6305. Grayscale: #868686. Windows color (decimal): -13460230 or 16423986. OLE color: 16423986.
HSL color Cylindrical-coordinate representation of color #329CFA: hue angle of 208.2º degrees, saturation: 0.95, 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 #329CFA is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 156 | 250 | - |
| CMYK | 0.8 | 0.38 | 0 | 0.02 |
| HSL | 208.2º | 0.95% | 0.59% | - |
| HSV(B) | 208.2º | 0.8% | 0.98% | - |
| XYZ | 30.46 | 31.36 | 94.89 | - |
| YUV | 135.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 250 | 0.8 | 0.38 | 0 | 0.02 | 208.2 | 0.95 | 0.59 |
| Hex | 32 | 9C | FA | 50 | 26 | 0 | 2 | D0 | 5F | 3B |
| Octal | 62 | 234 | 372 | 120 | 46 | 0 | 2 | 320 | 137 | 73 |
| Binary | 110010 | 10011100 | 11111010 | 1010000 | 100110 | 0 | 10 | 11010000 | 1011111 | 111011 |
Color Harmonies of #329CFA
Complementary color
Monochromatic Colors of #329CFA
Black with #329CFA
Text Example
Text Example
White with #329CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CFA; }
p { color: rgb(50,156,250); }
H1.HeaderClassName
{
color: #329CFA;
}
.AnyTagClassName
{
color: #329CFA;
}
</style>
background-color css
<style>
a { background-color: #329CFA; }
a { background-color: rgb(50,156,250); }
div.DivClassName
{
background-color: #329CFA;
}
.BgClassName
{
background-color: #329CFA;
}
</style>
border-color css
<style>
span { border-color: #329CFA; }
span { border-color: rgb(50,156,250); }
td.TdClassName
{
border-color: #329CFA;
}
.TagClassName
{
border-color: #329CFA;
}
</style>