Shades of Dodger Blue #328FE6
Tints of Dodger Blue #328FE6
RGB
CMYK
RGB Variations
Color information
#328FE6 (or 0x328FE6) is known color: Dodger Blue. HEX triplet: 32, 8F and E6. RGB value is (50,143,230). Sum of RGB (Red+Green+Blue) = 50+143+230=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #328FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FE6 is #CD7019. Grayscale: #7C7C7C. Windows color (decimal): -13463578 or 15109938. OLE color: 15109938.
HSL color Cylindrical-coordinate representation of color #328FE6: hue angle of 209º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328FE6 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 143 | 230 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.10 |
| HSL | 209º | 0.78% | 0.55% | - |
| HSV(B) | 209º | 0.78% | 0.9% | - |
| XYZ | 25.42 | 26.04 | 78.55 | - |
| YUV | 125.11 | 187.19 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 230 | 0.78 | 0.38 | 0 | 0.10 | 209 | 0.78 | 0.55 |
| Hex | 32 | 8F | E6 | 4E | 26 | 0 | A | D1 | 4E | 37 |
| Octal | 62 | 217 | 346 | 116 | 46 | 0 | 12 | 321 | 116 | 67 |
| Binary | 110010 | 10001111 | 11100110 | 1001110 | 100110 | 0 | 1010 | 11010001 | 1001110 | 110111 |
Color Harmonies of #328FE6
Complementary color
Monochromatic Colors of #328FE6
Black with #328FE6
Text Example
Text Example
White with #328FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FE6; }
p { color: rgb(50,143,230); }
H1.HeaderClassName
{
color: #328FE6;
}
.AnyTagClassName
{
color: #328FE6;
}
</style>
background-color css
<style>
a { background-color: #328FE6; }
a { background-color: rgb(50,143,230); }
div.DivClassName
{
background-color: #328FE6;
}
.BgClassName
{
background-color: #328FE6;
}
</style>
border-color css
<style>
span { border-color: #328FE6; }
span { border-color: rgb(50,143,230); }
td.TdClassName
{
border-color: #328FE6;
}
.TagClassName
{
border-color: #328FE6;
}
</style>