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