Shades of Dodger Blue #328AFC
Tints of Dodger Blue #328AFC
RGB
CMYK
RGB Variations
Color information
#328AFC (or 0x328AFC) is known color: Dodger Blue. HEX triplet: 32, 8A and FC. RGB value is (50,138,252). Sum of RGB (Red+Green+Blue) = 50+138+252=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #328AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328AFC is #CD7503. Grayscale: #7C7C7C. Windows color (decimal): -13464836 or 16550450. OLE color: 16550450.
HSL color Cylindrical-coordinate representation of color #328AFC: hue angle of 213.86º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328AFC is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 138 | 252 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.01 |
| HSL | 213.86º | 0.97% | 0.59% | - |
| HSV(B) | 213.86º | 0.8% | 0.99% | - |
| XYZ | 27.97 | 25.88 | 95.62 | - |
| YUV | 124.68 | 199.85 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 252 | 0.80 | 0.45 | 0 | 0.01 | 213.86 | 0.97 | 0.59 |
| Hex | 32 | 8A | FC | 50 | 2D | 0 | 1 | D6 | 61 | 3B |
| Octal | 62 | 212 | 374 | 120 | 55 | 0 | 1 | 326 | 141 | 73 |
| Binary | 110010 | 10001010 | 11111100 | 1010000 | 101101 | 0 | 1 | 11010110 | 1100001 | 111011 |
Color Harmonies of #328AFC
Complementary color
Monochromatic Colors of #328AFC
Black with #328AFC
Text Example
Text Example
White with #328AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328AFC; }
p { color: rgb(50,138,252); }
H1.HeaderClassName
{
color: #328AFC;
}
.AnyTagClassName
{
color: #328AFC;
}
</style>
background-color css
<style>
a { background-color: #328AFC; }
a { background-color: rgb(50,138,252); }
div.DivClassName
{
background-color: #328AFC;
}
.BgClassName
{
background-color: #328AFC;
}
</style>
border-color css
<style>
span { border-color: #328AFC; }
span { border-color: rgb(50,138,252); }
td.TdClassName
{
border-color: #328AFC;
}
.TagClassName
{
border-color: #328AFC;
}
</style>