Shades of Dodger Blue #3189EC
Tints of Dodger Blue #3189EC
RGB
CMYK
RGB Variations
Color information
#3189EC (or 0x3189EC) is known color: Dodger Blue. HEX triplet: 31, 89 and EC. RGB value is (49,137,236). Sum of RGB (Red+Green+Blue) = 49+137+236=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #3189EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3189EC is #CE7613. Grayscale: #797979. Windows color (decimal): -13530644 or 15501617. OLE color: 15501617.
HSL color Cylindrical-coordinate representation of color #3189EC: hue angle of 211.76º 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 #3189EC is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 137 | 236 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.07 |
| HSL | 211.76º | 0.83% | 0.56% | - |
| HSV(B) | 211.76º | 0.79% | 0.93% | - |
| XYZ | 25.35 | 24.6 | 82.77 | - |
| YUV | 121.97 | 192.35 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 236 | 0.79 | 0.42 | 0 | 0.07 | 211.76 | 0.83 | 0.56 |
| Hex | 31 | 89 | EC | 4F | 2A | 0 | 7 | D4 | 53 | 38 |
| Octal | 61 | 211 | 354 | 117 | 52 | 0 | 7 | 324 | 123 | 70 |
| Binary | 110001 | 10001001 | 11101100 | 1001111 | 101010 | 0 | 111 | 11010100 | 1010011 | 111000 |
Color Harmonies of #3189EC
Complementary color
Monochromatic Colors of #3189EC
Black with #3189EC
Text Example
Text Example
White with #3189EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189EC; }
p { color: rgb(49,137,236); }
H1.HeaderClassName
{
color: #3189EC;
}
.AnyTagClassName
{
color: #3189EC;
}
</style>
background-color css
<style>
a { background-color: #3189EC; }
a { background-color: rgb(49,137,236); }
div.DivClassName
{
background-color: #3189EC;
}
.BgClassName
{
background-color: #3189EC;
}
</style>
border-color css
<style>
span { border-color: #3189EC; }
span { border-color: rgb(49,137,236); }
td.TdClassName
{
border-color: #3189EC;
}
.TagClassName
{
border-color: #3189EC;
}
</style>