Shades of Dodger Blue #328FEB
Tints of Dodger Blue #328FEB
RGB
CMYK
RGB Variations
Color information
#328FEB (or 0x328FEB) is known color: Dodger Blue. HEX triplet: 32, 8F and EB. RGB value is (50,143,235). Sum of RGB (Red+Green+Blue) = 50+143+235=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #328FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FEB is #CD7014. Grayscale: #7D7D7D. Windows color (decimal): -13463573 or 15437618. OLE color: 15437618.
HSL color Cylindrical-coordinate representation of color #328FEB: hue angle of 209.84º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #328FEB is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 143 | 235 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.08 |
| HSL | 209.84º | 0.82% | 0.56% | - |
| HSV(B) | 209.84º | 0.79% | 0.92% | - |
| XYZ | 26.13 | 26.32 | 82.3 | - |
| YUV | 125.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 235 | 0.79 | 0.39 | 0 | 0.08 | 209.84 | 0.82 | 0.56 |
| Hex | 32 | 8F | EB | 4F | 27 | 0 | 8 | D2 | 52 | 38 |
| Octal | 62 | 217 | 353 | 117 | 47 | 0 | 10 | 322 | 122 | 70 |
| Binary | 110010 | 10001111 | 11101011 | 1001111 | 100111 | 0 | 1000 | 11010010 | 1010010 | 111000 |
Color Harmonies of #328FEB
Complementary color
Monochromatic Colors of #328FEB
Black with #328FEB
Text Example
Text Example
White with #328FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328FEB; }
p { color: rgb(50,143,235); }
H1.HeaderClassName
{
color: #328FEB;
}
.AnyTagClassName
{
color: #328FEB;
}
</style>
background-color css
<style>
a { background-color: #328FEB; }
a { background-color: rgb(50,143,235); }
div.DivClassName
{
background-color: #328FEB;
}
.BgClassName
{
background-color: #328FEB;
}
</style>
border-color css
<style>
span { border-color: #328FEB; }
span { border-color: rgb(50,143,235); }
td.TdClassName
{
border-color: #328FEB;
}
.TagClassName
{
border-color: #328FEB;
}
</style>