Shades of Dodger Blue #328DED
Tints of Dodger Blue #328DED
RGB
CMYK
RGB Variations
Color information
#328DED (or 0x328DED) is known color: Dodger Blue. HEX triplet: 32, 8D and ED. RGB value is (50,141,237). Sum of RGB (Red+Green+Blue) = 50+141+237=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #328DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DED is #CD7212. Grayscale: #7C7C7C. Windows color (decimal): -13464083 or 15568178. OLE color: 15568178.
HSL color Cylindrical-coordinate representation of color #328DED: hue angle of 210.8º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328DED is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 141 | 237 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.07 |
| HSL | 210.8º | 0.84% | 0.56% | - |
| HSV(B) | 210.8º | 0.79% | 0.93% | - |
| XYZ | 26.13 | 25.84 | 83.73 | - |
| YUV | 124.74 | 191.35 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 237 | 0.79 | 0.41 | 0 | 0.07 | 210.8 | 0.84 | 0.56 |
| Hex | 32 | 8D | ED | 4F | 29 | 0 | 7 | D3 | 54 | 38 |
| Octal | 62 | 215 | 355 | 117 | 51 | 0 | 7 | 323 | 124 | 70 |
| Binary | 110010 | 10001101 | 11101101 | 1001111 | 101001 | 0 | 111 | 11010011 | 1010100 | 111000 |
Color Harmonies of #328DED
Complementary color
Monochromatic Colors of #328DED
Black with #328DED
Text Example
Text Example
White with #328DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DED; }
p { color: rgb(50,141,237); }
H1.HeaderClassName
{
color: #328DED;
}
.AnyTagClassName
{
color: #328DED;
}
</style>
background-color css
<style>
a { background-color: #328DED; }
a { background-color: rgb(50,141,237); }
div.DivClassName
{
background-color: #328DED;
}
.BgClassName
{
background-color: #328DED;
}
</style>
border-color css
<style>
span { border-color: #328DED; }
span { border-color: rgb(50,141,237); }
td.TdClassName
{
border-color: #328DED;
}
.TagClassName
{
border-color: #328DED;
}
</style>