Shades of Dodger Blue #328DF3
Tints of Dodger Blue #328DF3
RGB
CMYK
RGB Variations
Color information
#328DF3 (or 0x328DF3) is known color: Dodger Blue. HEX triplet: 32, 8D and F3. RGB value is (50,141,243). Sum of RGB (Red+Green+Blue) = 50+141+243=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #328DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DF3 is #CD720C. Grayscale: #7C7C7C. Windows color (decimal): -13464077 or 15961394. OLE color: 15961394.
HSL color Cylindrical-coordinate representation of color #328DF3: hue angle of 211.71º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328DF3 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 141 | 243 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.05 |
| HSL | 211.71º | 0.89% | 0.57% | - |
| HSV(B) | 211.71º | 0.79% | 0.95% | - |
| XYZ | 27.02 | 26.2 | 88.43 | - |
| YUV | 125.42 | 194.35 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 243 | 0.79 | 0.42 | 0 | 0.05 | 211.71 | 0.89 | 0.57 |
| Hex | 32 | 8D | F3 | 4F | 2A | 0 | 5 | D4 | 59 | 39 |
| Octal | 62 | 215 | 363 | 117 | 52 | 0 | 5 | 324 | 131 | 71 |
| Binary | 110010 | 10001101 | 11110011 | 1001111 | 101010 | 0 | 101 | 11010100 | 1011001 | 111001 |
Color Harmonies of #328DF3
Complementary color
Monochromatic Colors of #328DF3
Black with #328DF3
Text Example
Text Example
White with #328DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328DF3; }
p { color: rgb(50,141,243); }
H1.HeaderClassName
{
color: #328DF3;
}
.AnyTagClassName
{
color: #328DF3;
}
</style>
background-color css
<style>
a { background-color: #328DF3; }
a { background-color: rgb(50,141,243); }
div.DivClassName
{
background-color: #328DF3;
}
.BgClassName
{
background-color: #328DF3;
}
</style>
border-color css
<style>
span { border-color: #328DF3; }
span { border-color: rgb(50,141,243); }
td.TdClassName
{
border-color: #328DF3;
}
.TagClassName
{
border-color: #328DF3;
}
</style>