Shades of Dodger Blue #328FF2
Tints of Dodger Blue #328FF2
RGB
CMYK
RGB Variations
Color information
#328FF2 (or 0x328FF2) is known color: Dodger Blue. HEX triplet: 32, 8F and F2. RGB value is (50,143,242). Sum of RGB (Red+Green+Blue) = 50+143+242=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #328FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FF2 is #CD700D. Grayscale: #7D7D7D. Windows color (decimal): -13463566 or 15896370. OLE color: 15896370.
HSL color Cylindrical-coordinate representation of color #328FF2: hue angle of 210.94º degrees, saturation: 0.88, 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 #328FF2 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 143 | 242 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.05 |
| HSL | 210.94º | 0.88% | 0.57% | - |
| HSV(B) | 210.94º | 0.79% | 0.95% | - |
| XYZ | 27.16 | 26.73 | 87.73 | - |
| YUV | 126.48 | 193.19 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 242 | 0.79 | 0.41 | 0 | 0.05 | 210.94 | 0.88 | 0.57 |
| Hex | 32 | 8F | F2 | 4F | 29 | 0 | 5 | D3 | 58 | 39 |
| Octal | 62 | 217 | 362 | 117 | 51 | 0 | 5 | 323 | 130 | 71 |
| Binary | 110010 | 10001111 | 11110010 | 1001111 | 101001 | 0 | 101 | 11010011 | 1011000 | 111001 |
Color Harmonies of #328FF2
Complementary color
Monochromatic Colors of #328FF2
Black with #328FF2
Text Example
Text Example
White with #328FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FF2; }
p { color: rgb(50,143,242); }
H1.HeaderClassName
{
color: #328FF2;
}
.AnyTagClassName
{
color: #328FF2;
}
</style>
background-color css
<style>
a { background-color: #328FF2; }
a { background-color: rgb(50,143,242); }
div.DivClassName
{
background-color: #328FF2;
}
.BgClassName
{
background-color: #328FF2;
}
</style>
border-color css
<style>
span { border-color: #328FF2; }
span { border-color: rgb(50,143,242); }
td.TdClassName
{
border-color: #328FF2;
}
.TagClassName
{
border-color: #328FF2;
}
</style>