Shades of Dodger Blue #328FF3
Tints of Dodger Blue #328FF3
RGB
CMYK
RGB Variations
Color information
#328FF3 (or 0x328FF3) is known color: Dodger Blue. HEX triplet: 32, 8F and F3. RGB value is (50,143,243). Sum of RGB (Red+Green+Blue) = 50+143+243=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #328FF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FF3 is #CD700C. Grayscale: #7E7E7E. Windows color (decimal): -13463565 or 15961906. OLE color: 15961906.
HSL color Cylindrical-coordinate representation of color #328FF3: hue angle of 211.09º 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 #328FF3 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 143 | 243 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.05 |
| HSL | 211.09º | 0.89% | 0.57% | - |
| HSV(B) | 211.09º | 0.79% | 0.95% | - |
| XYZ | 27.32 | 26.79 | 88.53 | - |
| YUV | 126.59 | 193.69 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 243 | 0.79 | 0.41 | 0 | 0.05 | 211.09 | 0.89 | 0.57 |
| Hex | 32 | 8F | F3 | 4F | 29 | 0 | 5 | D3 | 59 | 39 |
| Octal | 62 | 217 | 363 | 117 | 51 | 0 | 5 | 323 | 131 | 71 |
| Binary | 110010 | 10001111 | 11110011 | 1001111 | 101001 | 0 | 101 | 11010011 | 1011001 | 111001 |
Color Harmonies of #328FF3
Complementary color
Monochromatic Colors of #328FF3
Black with #328FF3
Text Example
Text Example
White with #328FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FF3; }
p { color: rgb(50,143,243); }
H1.HeaderClassName
{
color: #328FF3;
}
.AnyTagClassName
{
color: #328FF3;
}
</style>
background-color css
<style>
a { background-color: #328FF3; }
a { background-color: rgb(50,143,243); }
div.DivClassName
{
background-color: #328FF3;
}
.BgClassName
{
background-color: #328FF3;
}
</style>
border-color css
<style>
span { border-color: #328FF3; }
span { border-color: rgb(50,143,243); }
td.TdClassName
{
border-color: #328FF3;
}
.TagClassName
{
border-color: #328FF3;
}
</style>