Shades of Dodger Blue #3191F9
Tints of Dodger Blue #3191F9
RGB
CMYK
RGB Variations
Color information
#3191F9 (or 0x3191F9) is known color: Dodger Blue. HEX triplet: 31, 91 and F9. RGB value is (49,145,249). Sum of RGB (Red+Green+Blue) = 49+145+249=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #3191F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3191F9 is #CE6E06. Grayscale: #7F7F7F. Windows color (decimal): -13528583 or 16355633. OLE color: 16355633.
HSL color Cylindrical-coordinate representation of color #3191F9: hue angle of 211.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3191F9 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 145 | 249 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.02 |
| HSL | 211.2º | 0.94% | 0.58% | - |
| HSV(B) | 211.2º | 0.8% | 0.98% | - |
| XYZ | 28.49 | 27.74 | 93.48 | - |
| YUV | 128.15 | 196.2 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 249 | 0.80 | 0.42 | 0 | 0.02 | 211.2 | 0.94 | 0.58 |
| Hex | 31 | 91 | F9 | 50 | 2A | 0 | 2 | D3 | 5E | 3A |
| Octal | 61 | 221 | 371 | 120 | 52 | 0 | 2 | 323 | 136 | 72 |
| Binary | 110001 | 10010001 | 11111001 | 1010000 | 101010 | 0 | 10 | 11010011 | 1011110 | 111010 |
Color Harmonies of #3191F9
Complementary color
Monochromatic Colors of #3191F9
Black with #3191F9
Text Example
Text Example
White with #3191F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191F9; }
p { color: rgb(49,145,249); }
H1.HeaderClassName
{
color: #3191F9;
}
.AnyTagClassName
{
color: #3191F9;
}
</style>
background-color css
<style>
a { background-color: #3191F9; }
a { background-color: rgb(49,145,249); }
div.DivClassName
{
background-color: #3191F9;
}
.BgClassName
{
background-color: #3191F9;
}
</style>
border-color css
<style>
span { border-color: #3191F9; }
span { border-color: rgb(49,145,249); }
td.TdClassName
{
border-color: #3191F9;
}
.TagClassName
{
border-color: #3191F9;
}
</style>