Shades of Dodger Blue #329EF3
Tints of Dodger Blue #329EF3
RGB
CMYK
RGB Variations
Color information
#329EF3 (or 0x329EF3) is known color: Dodger Blue. HEX triplet: 32, 9E and F3. RGB value is (50,158,243). Sum of RGB (Red+Green+Blue) = 50+158+243=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #329EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EF3 is #CD610C. Grayscale: #868686. Windows color (decimal): -13459725 or 15965746. OLE color: 15965746.
HSL color Cylindrical-coordinate representation of color #329EF3: hue angle of 206.42º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329EF3 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 158 | 243 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.05 |
| HSL | 206.42º | 0.89% | 0.57% | - |
| HSV(B) | 206.42º | 0.79% | 0.95% | - |
| XYZ | 29.72 | 31.6 | 89.33 | - |
| YUV | 135.4 | 188.72 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 243 | 0.79 | 0.35 | 0 | 0.05 | 206.42 | 0.89 | 0.57 |
| Hex | 32 | 9E | F3 | 4F | 23 | 0 | 5 | CE | 59 | 39 |
| Octal | 62 | 236 | 363 | 117 | 43 | 0 | 5 | 316 | 131 | 71 |
| Binary | 110010 | 10011110 | 11110011 | 1001111 | 100011 | 0 | 101 | 11001110 | 1011001 | 111001 |
Color Harmonies of #329EF3
Complementary color
Monochromatic Colors of #329EF3
Black with #329EF3
Text Example
Text Example
White with #329EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EF3; }
p { color: rgb(50,158,243); }
H1.HeaderClassName
{
color: #329EF3;
}
.AnyTagClassName
{
color: #329EF3;
}
</style>
background-color css
<style>
a { background-color: #329EF3; }
a { background-color: rgb(50,158,243); }
div.DivClassName
{
background-color: #329EF3;
}
.BgClassName
{
background-color: #329EF3;
}
</style>
border-color css
<style>
span { border-color: #329EF3; }
span { border-color: rgb(50,158,243); }
td.TdClassName
{
border-color: #329EF3;
}
.TagClassName
{
border-color: #329EF3;
}
</style>