Shades of Dodger Blue #329CFE
Tints of Dodger Blue #329CFE
RGB
CMYK
RGB Variations
Color information
#329CFE (or 0x329CFE) is known color: Dodger Blue. HEX triplet: 32, 9C and FE. RGB value is (50,156,254). Sum of RGB (Red+Green+Blue) = 50+156+254=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #329CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CFE is #CD6301. Grayscale: #868686. Windows color (decimal): -13460226 or 16686130. OLE color: 16686130.
HSL color Cylindrical-coordinate representation of color #329CFE: hue angle of 208.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329CFE is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 156 | 254 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.00 |
| HSL | 208.82º | 0.99% | 0.6% | - |
| HSV(B) | 208.82º | 0.8% | 1% | - |
| XYZ | 31.09 | 31.61 | 98.23 | - |
| YUV | 135.48 | 194.88 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 254 | 0.80 | 0.39 | 0 | 0.00 | 208.82 | 0.99 | 0.6 |
| Hex | 32 | 9C | FE | 50 | 27 | 0 | 0 | D1 | 63 | 3C |
| Octal | 62 | 234 | 376 | 120 | 47 | 0 | 0 | 321 | 143 | 74 |
| Binary | 110010 | 10011100 | 11111110 | 1010000 | 100111 | 0 | 0 | 11010001 | 1100011 | 111100 |
Color Harmonies of #329CFE
Complementary color
Monochromatic Colors of #329CFE
Black with #329CFE
Text Example
Text Example
White with #329CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CFE; }
p { color: rgb(50,156,254); }
H1.HeaderClassName
{
color: #329CFE;
}
.AnyTagClassName
{
color: #329CFE;
}
</style>
background-color css
<style>
a { background-color: #329CFE; }
a { background-color: rgb(50,156,254); }
div.DivClassName
{
background-color: #329CFE;
}
.BgClassName
{
background-color: #329CFE;
}
</style>
border-color css
<style>
span { border-color: #329CFE; }
span { border-color: rgb(50,156,254); }
td.TdClassName
{
border-color: #329CFE;
}
.TagClassName
{
border-color: #329CFE;
}
</style>