Shades of Dodger Blue #329EFC
Tints of Dodger Blue #329EFC
RGB
CMYK
RGB Variations
Color information
#329EFC (or 0x329EFC) is known color: Dodger Blue. HEX triplet: 32, 9E and FC. RGB value is (50,158,252). Sum of RGB (Red+Green+Blue) = 50+158+252=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #329EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EFC is #CD6103. Grayscale: #878787. Windows color (decimal): -13459716 or 16555570. OLE color: 16555570.
HSL color Cylindrical-coordinate representation of color #329EFC: hue angle of 207.92º degrees, saturation: 0.97, 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 #329EFC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 158 | 252 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.01 |
| HSL | 207.92º | 0.97% | 0.59% | - |
| HSV(B) | 207.92º | 0.8% | 0.99% | - |
| XYZ | 31.11 | 32.16 | 96.66 | - |
| YUV | 136.42 | 193.22 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 252 | 0.80 | 0.37 | 0 | 0.01 | 207.92 | 0.97 | 0.59 |
| Hex | 32 | 9E | FC | 50 | 25 | 0 | 1 | D0 | 61 | 3B |
| Octal | 62 | 236 | 374 | 120 | 45 | 0 | 1 | 320 | 141 | 73 |
| Binary | 110010 | 10011110 | 11111100 | 1010000 | 100101 | 0 | 1 | 11010000 | 1100001 | 111011 |
Color Harmonies of #329EFC
Complementary color
Monochromatic Colors of #329EFC
Black with #329EFC
Text Example
Text Example
White with #329EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EFC; }
p { color: rgb(50,158,252); }
H1.HeaderClassName
{
color: #329EFC;
}
.AnyTagClassName
{
color: #329EFC;
}
</style>
background-color css
<style>
a { background-color: #329EFC; }
a { background-color: rgb(50,158,252); }
div.DivClassName
{
background-color: #329EFC;
}
.BgClassName
{
background-color: #329EFC;
}
</style>
border-color css
<style>
span { border-color: #329EFC; }
span { border-color: rgb(50,158,252); }
td.TdClassName
{
border-color: #329EFC;
}
.TagClassName
{
border-color: #329EFC;
}
</style>