Shades of Dodger Blue #329EF0
Tints of Dodger Blue #329EF0
RGB
CMYK
RGB Variations
Color information
#329EF0 (or 0x329EF0) is known color: Dodger Blue. HEX triplet: 32, 9E and F0. RGB value is (50,158,240). Sum of RGB (Red+Green+Blue) = 50+158+240=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #329EF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329EF0 is #CD610F. Grayscale: #868686. Windows color (decimal): -13459728 or 15769138. OLE color: 15769138.
HSL color Cylindrical-coordinate representation of color #329EF0: hue angle of 205.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #329EF0 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 158 | 240 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.06 |
| HSL | 205.89º | 0.86% | 0.57% | - |
| HSV(B) | 205.89º | 0.79% | 0.94% | - |
| XYZ | 29.27 | 31.42 | 86.96 | - |
| YUV | 135.06 | 187.22 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 240 | 0.79 | 0.34 | 0 | 0.06 | 205.89 | 0.86 | 0.57 |
| Hex | 32 | 9E | F0 | 4F | 22 | 0 | 6 | CE | 56 | 39 |
| Octal | 62 | 236 | 360 | 117 | 42 | 0 | 6 | 316 | 126 | 71 |
| Binary | 110010 | 10011110 | 11110000 | 1001111 | 100010 | 0 | 110 | 11001110 | 1010110 | 111001 |
Color Harmonies of #329EF0
Complementary color
Monochromatic Colors of #329EF0
Black with #329EF0
Text Example
Text Example
White with #329EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EF0; }
p { color: rgb(50,158,240); }
H1.HeaderClassName
{
color: #329EF0;
}
.AnyTagClassName
{
color: #329EF0;
}
</style>
background-color css
<style>
a { background-color: #329EF0; }
a { background-color: rgb(50,158,240); }
div.DivClassName
{
background-color: #329EF0;
}
.BgClassName
{
background-color: #329EF0;
}
</style>
border-color css
<style>
span { border-color: #329EF0; }
span { border-color: rgb(50,158,240); }
td.TdClassName
{
border-color: #329EF0;
}
.TagClassName
{
border-color: #329EF0;
}
</style>