Shades of Dodger Blue #3276FF
Tints of Dodger Blue #3276FF
RGB
CMYK
RGB Variations
Color information
#3276FF (or 0x3276FF) is known color: Dodger Blue. HEX triplet: 32, 76 and FF. RGB value is (50,118,255). Sum of RGB (Red+Green+Blue) = 50+118+255=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #3276FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3276FF is #CD8900. Grayscale: #707070. Windows color (decimal): -13469953 or 16741938. OLE color: 16741938.
HSL color Cylindrical-coordinate representation of color #3276FF: hue angle of 220.1º 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 #3276FF is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 118 | 255 | - |
| CMYK | 0.80 | 0.54 | 0 | 0 |
| HSL | 220.1º | 1% | 0.6% | - |
| HSV(B) | 220.1º | 0.8% | 1% | - |
| XYZ | 25.84 | 20.85 | 97.27 | - |
| YUV | 113.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 255 | 0.80 | 0.54 | 0 | 0 | 220.1 | 1 | 0.6 |
| Hex | 32 | 76 | FF | 50 | 36 | 0 | 0 | DC | 64 | 3C |
| Octal | 62 | 166 | 377 | 120 | 66 | 0 | 0 | 334 | 144 | 74 |
| Binary | 110010 | 1110110 | 11111111 | 1010000 | 110110 | 0 | 0 | 11011100 | 1100100 | 111100 |
Color Harmonies of #3276FF
Complementary color
Monochromatic Colors of #3276FF
Black with #3276FF
Text Example
Text Example
White with #3276FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276FF; }
p { color: rgb(50,118,255); }
H1.HeaderClassName
{
color: #3276FF;
}
.AnyTagClassName
{
color: #3276FF;
}
</style>
background-color css
<style>
a { background-color: #3276FF; }
a { background-color: rgb(50,118,255); }
div.DivClassName
{
background-color: #3276FF;
}
.BgClassName
{
background-color: #3276FF;
}
</style>
border-color css
<style>
span { border-color: #3276FF; }
span { border-color: rgb(50,118,255); }
td.TdClassName
{
border-color: #3276FF;
}
.TagClassName
{
border-color: #3276FF;
}
</style>