Shades of Dodger Blue #3289EC
Tints of Dodger Blue #3289EC
RGB
CMYK
RGB Variations
Color information
#3289EC (or 0x3289EC) is known color: Dodger Blue. HEX triplet: 32, 89 and EC. RGB value is (50,137,236). Sum of RGB (Red+Green+Blue) = 50+137+236=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #3289EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3289EC is #CD7613. Grayscale: #797979. Windows color (decimal): -13465108 or 15501618. OLE color: 15501618.
HSL color Cylindrical-coordinate representation of color #3289EC: hue angle of 211.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3289EC is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 137 | 236 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.07 |
| HSL | 211.94º | 0.83% | 0.56% | - |
| HSV(B) | 211.94º | 0.79% | 0.93% | - |
| XYZ | 25.4 | 24.63 | 82.77 | - |
| YUV | 122.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 236 | 0.79 | 0.42 | 0 | 0.07 | 211.94 | 0.83 | 0.56 |
| Hex | 32 | 89 | EC | 4F | 2A | 0 | 7 | D4 | 53 | 38 |
| Octal | 62 | 211 | 354 | 117 | 52 | 0 | 7 | 324 | 123 | 70 |
| Binary | 110010 | 10001001 | 11101100 | 1001111 | 101010 | 0 | 111 | 11010100 | 1010011 | 111000 |
Color Harmonies of #3289EC
Complementary color
Monochromatic Colors of #3289EC
Black with #3289EC
Text Example
Text Example
White with #3289EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3289EC; }
p { color: rgb(50,137,236); }
H1.HeaderClassName
{
color: #3289EC;
}
.AnyTagClassName
{
color: #3289EC;
}
</style>
background-color css
<style>
a { background-color: #3289EC; }
a { background-color: rgb(50,137,236); }
div.DivClassName
{
background-color: #3289EC;
}
.BgClassName
{
background-color: #3289EC;
}
</style>
border-color css
<style>
span { border-color: #3289EC; }
span { border-color: rgb(50,137,236); }
td.TdClassName
{
border-color: #3289EC;
}
.TagClassName
{
border-color: #3289EC;
}
</style>