Shades of Dodger Blue #3189F7
Tints of Dodger Blue #3189F7
RGB
CMYK
RGB Variations
Color information
#3189F7 (or 0x3189F7) is known color: Dodger Blue. HEX triplet: 31, 89 and F7. RGB value is (49,137,247). Sum of RGB (Red+Green+Blue) = 49+137+247=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #3189F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3189F7 is #CE7608. Grayscale: #7A7A7A. Windows color (decimal): -13530633 or 16222513. OLE color: 16222513.
HSL color Cylindrical-coordinate representation of color #3189F7: hue angle of 213.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3189F7 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 137 | 247 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.03 |
| HSL | 213.33º | 0.93% | 0.58% | - |
| HSV(B) | 213.33º | 0.8% | 0.97% | - |
| XYZ | 27 | 25.26 | 91.45 | - |
| YUV | 123.23 | 197.85 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 247 | 0.80 | 0.45 | 0 | 0.03 | 213.33 | 0.93 | 0.58 |
| Hex | 31 | 89 | F7 | 50 | 2D | 0 | 3 | D5 | 5D | 3A |
| Octal | 61 | 211 | 367 | 120 | 55 | 0 | 3 | 325 | 135 | 72 |
| Binary | 110001 | 10001001 | 11110111 | 1010000 | 101101 | 0 | 11 | 11010101 | 1011101 | 111010 |
Color Harmonies of #3189F7
Complementary color
Monochromatic Colors of #3189F7
Black with #3189F7
Text Example
Text Example
White with #3189F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189F7; }
p { color: rgb(49,137,247); }
H1.HeaderClassName
{
color: #3189F7;
}
.AnyTagClassName
{
color: #3189F7;
}
</style>
background-color css
<style>
a { background-color: #3189F7; }
a { background-color: rgb(49,137,247); }
div.DivClassName
{
background-color: #3189F7;
}
.BgClassName
{
background-color: #3189F7;
}
</style>
border-color css
<style>
span { border-color: #3189F7; }
span { border-color: rgb(49,137,247); }
td.TdClassName
{
border-color: #3189F7;
}
.TagClassName
{
border-color: #3189F7;
}
</style>