Shades of Dodger Blue #328FED
Tints of Dodger Blue #328FED
RGB
CMYK
RGB Variations
Color information
#328FED (or 0x328FED) is known color: Dodger Blue. HEX triplet: 32, 8F and ED. RGB value is (50,143,237). Sum of RGB (Red+Green+Blue) = 50+143+237=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #328FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FED is #CD7012. Grayscale: #7D7D7D. Windows color (decimal): -13463571 or 15568690. OLE color: 15568690.
HSL color Cylindrical-coordinate representation of color #328FED: hue angle of 210.16º 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 #328FED is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 143 | 237 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.07 |
| HSL | 210.16º | 0.84% | 0.56% | - |
| HSV(B) | 210.16º | 0.79% | 0.93% | - |
| XYZ | 26.42 | 26.44 | 83.83 | - |
| YUV | 125.91 | 190.69 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 237 | 0.79 | 0.40 | 0 | 0.07 | 210.16 | 0.84 | 0.56 |
| Hex | 32 | 8F | ED | 4F | 28 | 0 | 7 | D2 | 54 | 38 |
| Octal | 62 | 217 | 355 | 117 | 50 | 0 | 7 | 322 | 124 | 70 |
| Binary | 110010 | 10001111 | 11101101 | 1001111 | 101000 | 0 | 111 | 11010010 | 1010100 | 111000 |
Color Harmonies of #328FED
Complementary color
Monochromatic Colors of #328FED
Black with #328FED
Text Example
Text Example
White with #328FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FED; }
p { color: rgb(50,143,237); }
H1.HeaderClassName
{
color: #328FED;
}
.AnyTagClassName
{
color: #328FED;
}
</style>
background-color css
<style>
a { background-color: #328FED; }
a { background-color: rgb(50,143,237); }
div.DivClassName
{
background-color: #328FED;
}
.BgClassName
{
background-color: #328FED;
}
</style>
border-color css
<style>
span { border-color: #328FED; }
span { border-color: rgb(50,143,237); }
td.TdClassName
{
border-color: #328FED;
}
.TagClassName
{
border-color: #328FED;
}
</style>