Shades of Dodger Blue #328CFE
Tints of Dodger Blue #328CFE
RGB
CMYK
RGB Variations
Color information
#328CFE (or 0x328CFE) is known color: Dodger Blue. HEX triplet: 32, 8C and FE. RGB value is (50,140,254). Sum of RGB (Red+Green+Blue) = 50+140+254=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #328CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328CFE is #CD7301. Grayscale: #7D7D7D. Windows color (decimal): -13464322 or 16682034. OLE color: 16682034.
HSL color Cylindrical-coordinate representation of color #328CFE: hue angle of 213.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328CFE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 140 | 254 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.00 |
| HSL | 213.53º | 0.99% | 0.6% | - |
| HSV(B) | 213.53º | 0.8% | 1% | - |
| XYZ | 28.58 | 26.59 | 97.39 | - |
| YUV | 126.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 254 | 0.80 | 0.45 | 0 | 0.00 | 213.53 | 0.99 | 0.6 |
| Hex | 32 | 8C | FE | 50 | 2D | 0 | 0 | D6 | 63 | 3C |
| Octal | 62 | 214 | 376 | 120 | 55 | 0 | 0 | 326 | 143 | 74 |
| Binary | 110010 | 10001100 | 11111110 | 1010000 | 101101 | 0 | 0 | 11010110 | 1100011 | 111100 |
Color Harmonies of #328CFE
Complementary color
Monochromatic Colors of #328CFE
Black with #328CFE
Text Example
Text Example
White with #328CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CFE; }
p { color: rgb(50,140,254); }
H1.HeaderClassName
{
color: #328CFE;
}
.AnyTagClassName
{
color: #328CFE;
}
</style>
background-color css
<style>
a { background-color: #328CFE; }
a { background-color: rgb(50,140,254); }
div.DivClassName
{
background-color: #328CFE;
}
.BgClassName
{
background-color: #328CFE;
}
</style>
border-color css
<style>
span { border-color: #328CFE; }
span { border-color: rgb(50,140,254); }
td.TdClassName
{
border-color: #328CFE;
}
.TagClassName
{
border-color: #328CFE;
}
</style>