Shades of Dodger Blue #3280FF
Tints of Dodger Blue #3280FF
RGB
CMYK
RGB Variations
Color information
#3280FF (or 0x3280FF) is known color: Dodger Blue. HEX triplet: 32, 80 and FF. RGB value is (50,128,255). Sum of RGB (Red+Green+Blue) = 50+128+255=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #3280FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3280FF is #CD7F00. Grayscale: #767676. Windows color (decimal): -13467393 or 16744498. OLE color: 16744498.
HSL color Cylindrical-coordinate representation of color #3280FF: hue angle of 217.17º 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 #3280FF is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 128 | 255 | - |
| CMYK | 0.80 | 0.50 | 0 | 0 |
| HSL | 217.17º | 1% | 0.6% | - |
| HSV(B) | 217.17º | 0.8% | 1% | - |
| XYZ | 27.08 | 23.34 | 97.68 | - |
| YUV | 119.16 | 204.66 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 255 | 0.80 | 0.50 | 0 | 0 | 217.17 | 1 | 0.6 |
| Hex | 32 | 80 | FF | 50 | 32 | 0 | 0 | D9 | 64 | 3C |
| Octal | 62 | 200 | 377 | 120 | 62 | 0 | 0 | 331 | 144 | 74 |
| Binary | 110010 | 10000000 | 11111111 | 1010000 | 110010 | 0 | 0 | 11011001 | 1100100 | 111100 |
Color Harmonies of #3280FF
Complementary color
Monochromatic Colors of #3280FF
Black with #3280FF
Text Example
Text Example
White with #3280FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3280FF; }
p { color: rgb(50,128,255); }
H1.HeaderClassName
{
color: #3280FF;
}
.AnyTagClassName
{
color: #3280FF;
}
</style>
background-color css
<style>
a { background-color: #3280FF; }
a { background-color: rgb(50,128,255); }
div.DivClassName
{
background-color: #3280FF;
}
.BgClassName
{
background-color: #3280FF;
}
</style>
border-color css
<style>
span { border-color: #3280FF; }
span { border-color: rgb(50,128,255); }
td.TdClassName
{
border-color: #3280FF;
}
.TagClassName
{
border-color: #3280FF;
}
</style>