Shades of Dodger Blue #3286FF
Tints of Dodger Blue #3286FF
RGB
CMYK
RGB Variations
Color information
#3286FF (or 0x3286FF) is known color: Dodger Blue. HEX triplet: 32, 86 and FF. RGB value is (50,134,255). Sum of RGB (Red+Green+Blue) = 50+134+255=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #3286FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3286FF is #CD7900. Grayscale: #7A7A7A. Windows color (decimal): -13465857 or 16746034. OLE color: 16746034.
HSL color Cylindrical-coordinate representation of color #3286FF: hue angle of 215.41º 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 #3286FF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 134 | 255 | - |
| CMYK | 0.80 | 0.47 | 0 | 0 |
| HSL | 215.41º | 1% | 0.6% | - |
| HSV(B) | 215.41º | 0.8% | 1% | - |
| XYZ | 27.89 | 24.95 | 97.95 | - |
| YUV | 122.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 255 | 0.80 | 0.47 | 0 | 0 | 215.41 | 1 | 0.6 |
| Hex | 32 | 86 | FF | 50 | 2F | 0 | 0 | D7 | 64 | 3C |
| Octal | 62 | 206 | 377 | 120 | 57 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110010 | 10000110 | 11111111 | 1010000 | 101111 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3286FF
Complementary color
Monochromatic Colors of #3286FF
Black with #3286FF
Text Example
Text Example
White with #3286FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3286FF; }
p { color: rgb(50,134,255); }
H1.HeaderClassName
{
color: #3286FF;
}
.AnyTagClassName
{
color: #3286FF;
}
</style>
background-color css
<style>
a { background-color: #3286FF; }
a { background-color: rgb(50,134,255); }
div.DivClassName
{
background-color: #3286FF;
}
.BgClassName
{
background-color: #3286FF;
}
</style>
border-color css
<style>
span { border-color: #3286FF; }
span { border-color: rgb(50,134,255); }
td.TdClassName
{
border-color: #3286FF;
}
.TagClassName
{
border-color: #3286FF;
}
</style>