Shades of Dodger Blue #3189ED
Tints of Dodger Blue #3189ED
RGB
CMYK
RGB Variations
Color information
#3189ED (or 0x3189ED) is known color: Dodger Blue. HEX triplet: 31, 89 and ED. RGB value is (49,137,237). Sum of RGB (Red+Green+Blue) = 49+137+237=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #3189ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3189ED is #CE7612. Grayscale: #797979. Windows color (decimal): -13530643 or 15567153. OLE color: 15567153.
HSL color Cylindrical-coordinate representation of color #3189ED: hue angle of 211.91º degrees, saturation: 0.84, 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 #3189ED is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 137 | 237 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.07 |
| HSL | 211.91º | 0.84% | 0.56% | - |
| HSV(B) | 211.91º | 0.79% | 0.93% | - |
| XYZ | 25.5 | 24.66 | 83.54 | - |
| YUV | 122.09 | 192.85 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 237 | 0.79 | 0.42 | 0 | 0.07 | 211.91 | 0.84 | 0.56 |
| Hex | 31 | 89 | ED | 4F | 2A | 0 | 7 | D4 | 54 | 38 |
| Octal | 61 | 211 | 355 | 117 | 52 | 0 | 7 | 324 | 124 | 70 |
| Binary | 110001 | 10001001 | 11101101 | 1001111 | 101010 | 0 | 111 | 11010100 | 1010100 | 111000 |
Color Harmonies of #3189ED
Complementary color
Monochromatic Colors of #3189ED
Black with #3189ED
Text Example
Text Example
White with #3189ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189ED; }
p { color: rgb(49,137,237); }
H1.HeaderClassName
{
color: #3189ED;
}
.AnyTagClassName
{
color: #3189ED;
}
</style>
background-color css
<style>
a { background-color: #3189ED; }
a { background-color: rgb(49,137,237); }
div.DivClassName
{
background-color: #3189ED;
}
.BgClassName
{
background-color: #3189ED;
}
</style>
border-color css
<style>
span { border-color: #3189ED; }
span { border-color: rgb(49,137,237); }
td.TdClassName
{
border-color: #3189ED;
}
.TagClassName
{
border-color: #3189ED;
}
</style>