Shades of Dodger Blue #328BFF
Tints of Dodger Blue #328BFF
RGB
CMYK
RGB Variations
Color information
#328BFF (or 0x328BFF) is known color: Dodger Blue. HEX triplet: 32, 8B and FF. RGB value is (50,139,255). Sum of RGB (Red+Green+Blue) = 50+139+255=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #328BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BFF is #CD7400. Grayscale: #7D7D7D. Windows color (decimal): -13464577 or 16747314. OLE color: 16747314.
HSL color Cylindrical-coordinate representation of color #328BFF: hue angle of 213.95º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328BFF is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 139 | 255 | - |
| CMYK | 0.80 | 0.45 | 0 | 0 |
| HSL | 213.95º | 1% | 0.6% | - |
| HSV(B) | 213.95º | 0.8% | 1% | - |
| XYZ | 28.6 | 26.36 | 98.19 | - |
| YUV | 125.61 | 201.01 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 255 | 0.80 | 0.45 | 0 | 0 | 213.95 | 1 | 0.6 |
| Hex | 32 | 8B | FF | 50 | 2D | 0 | 0 | D6 | 64 | 3C |
| Octal | 62 | 213 | 377 | 120 | 55 | 0 | 0 | 326 | 144 | 74 |
| Binary | 110010 | 10001011 | 11111111 | 1010000 | 101101 | 0 | 0 | 11010110 | 1100100 | 111100 |
Color Harmonies of #328BFF
Complementary color
Monochromatic Colors of #328BFF
Black with #328BFF
Text Example
Text Example
White with #328BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BFF; }
p { color: rgb(50,139,255); }
H1.HeaderClassName
{
color: #328BFF;
}
.AnyTagClassName
{
color: #328BFF;
}
</style>
background-color css
<style>
a { background-color: #328BFF; }
a { background-color: rgb(50,139,255); }
div.DivClassName
{
background-color: #328BFF;
}
.BgClassName
{
background-color: #328BFF;
}
</style>
border-color css
<style>
span { border-color: #328BFF; }
span { border-color: rgb(50,139,255); }
td.TdClassName
{
border-color: #328BFF;
}
.TagClassName
{
border-color: #328BFF;
}
</style>