Shades of Dodger Blue #328BED
Tints of Dodger Blue #328BED
RGB
CMYK
RGB Variations
Color information
#328BED (or 0x328BED) is known color: Dodger Blue. HEX triplet: 32, 8B and ED. RGB value is (50,139,237). Sum of RGB (Red+Green+Blue) = 50+139+237=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #328BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BED is #CD7412. Grayscale: #7B7B7B. Windows color (decimal): -13464595 or 15567666. OLE color: 15567666.
HSL color Cylindrical-coordinate representation of color #328BED: hue angle of 211.44º 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 #328BED is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 139 | 237 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.07 |
| HSL | 211.44º | 0.84% | 0.56% | - |
| HSV(B) | 211.44º | 0.79% | 0.93% | - |
| XYZ | 25.83 | 25.26 | 83.63 | - |
| YUV | 123.56 | 192.01 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 237 | 0.79 | 0.41 | 0 | 0.07 | 211.44 | 0.84 | 0.56 |
| Hex | 32 | 8B | ED | 4F | 29 | 0 | 7 | D3 | 54 | 38 |
| Octal | 62 | 213 | 355 | 117 | 51 | 0 | 7 | 323 | 124 | 70 |
| Binary | 110010 | 10001011 | 11101101 | 1001111 | 101001 | 0 | 111 | 11010011 | 1010100 | 111000 |
Color Harmonies of #328BED
Complementary color
Monochromatic Colors of #328BED
Black with #328BED
Text Example
Text Example
White with #328BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BED; }
p { color: rgb(50,139,237); }
H1.HeaderClassName
{
color: #328BED;
}
.AnyTagClassName
{
color: #328BED;
}
</style>
background-color css
<style>
a { background-color: #328BED; }
a { background-color: rgb(50,139,237); }
div.DivClassName
{
background-color: #328BED;
}
.BgClassName
{
background-color: #328BED;
}
</style>
border-color css
<style>
span { border-color: #328BED; }
span { border-color: rgb(50,139,237); }
td.TdClassName
{
border-color: #328BED;
}
.TagClassName
{
border-color: #328BED;
}
</style>