Shades of Dodger Blue #328FE9
Tints of Dodger Blue #328FE9
RGB
CMYK
RGB Variations
Color information
#328FE9 (or 0x328FE9) is known color: Dodger Blue. HEX triplet: 32, 8F and E9. RGB value is (50,143,233). Sum of RGB (Red+Green+Blue) = 50+143+233=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #328FE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FE9 is #CD7016. Grayscale: #7C7C7C. Windows color (decimal): -13463575 or 15306546. OLE color: 15306546.
HSL color Cylindrical-coordinate representation of color #328FE9: hue angle of 209.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328FE9 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 143 | 233 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.09 |
| HSL | 209.51º | 0.81% | 0.55% | - |
| HSV(B) | 209.51º | 0.79% | 0.91% | - |
| XYZ | 25.85 | 26.21 | 80.79 | - |
| YUV | 125.45 | 188.69 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 233 | 0.79 | 0.39 | 0 | 0.09 | 209.51 | 0.81 | 0.55 |
| Hex | 32 | 8F | E9 | 4F | 27 | 0 | 9 | D2 | 51 | 37 |
| Octal | 62 | 217 | 351 | 117 | 47 | 0 | 11 | 322 | 121 | 67 |
| Binary | 110010 | 10001111 | 11101001 | 1001111 | 100111 | 0 | 1001 | 11010010 | 1010001 | 110111 |
Color Harmonies of #328FE9
Complementary color
Monochromatic Colors of #328FE9
Black with #328FE9
Text Example
Text Example
White with #328FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FE9; }
p { color: rgb(50,143,233); }
H1.HeaderClassName
{
color: #328FE9;
}
.AnyTagClassName
{
color: #328FE9;
}
</style>
background-color css
<style>
a { background-color: #328FE9; }
a { background-color: rgb(50,143,233); }
div.DivClassName
{
background-color: #328FE9;
}
.BgClassName
{
background-color: #328FE9;
}
</style>
border-color css
<style>
span { border-color: #328FE9; }
span { border-color: rgb(50,143,233); }
td.TdClassName
{
border-color: #328FE9;
}
.TagClassName
{
border-color: #328FE9;
}
</style>