Shades of Dodger Blue #3183F9
Tints of Dodger Blue #3183F9
RGB
CMYK
RGB Variations
Color information
#3183F9 (or 0x3183F9) is known color: Dodger Blue. HEX triplet: 31, 83 and F9. RGB value is (49,131,249). Sum of RGB (Red+Green+Blue) = 49+131+249=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #3183F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3183F9 is #CE7C06. Grayscale: #777777. Windows color (decimal): -13532167 or 16352049. OLE color: 16352049.
HSL color Cylindrical-coordinate representation of color #3183F9: hue angle of 215.4º 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 #3183F9 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 131 | 249 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.02 |
| HSL | 215.4º | 0.94% | 0.58% | - |
| HSV(B) | 215.4º | 0.8% | 0.98% | - |
| XYZ | 26.48 | 23.73 | 92.81 | - |
| YUV | 119.93 | 200.83 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 249 | 0.80 | 0.47 | 0 | 0.02 | 215.4 | 0.94 | 0.58 |
| Hex | 31 | 83 | F9 | 50 | 2F | 0 | 2 | D7 | 5E | 3A |
| Octal | 61 | 203 | 371 | 120 | 57 | 0 | 2 | 327 | 136 | 72 |
| Binary | 110001 | 10000011 | 11111001 | 1010000 | 101111 | 0 | 10 | 11010111 | 1011110 | 111010 |
Color Harmonies of #3183F9
Complementary color
Monochromatic Colors of #3183F9
Black with #3183F9
Text Example
Text Example
White with #3183F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3183F9; }
p { color: rgb(49,131,249); }
H1.HeaderClassName
{
color: #3183F9;
}
.AnyTagClassName
{
color: #3183F9;
}
</style>
background-color css
<style>
a { background-color: #3183F9; }
a { background-color: rgb(49,131,249); }
div.DivClassName
{
background-color: #3183F9;
}
.BgClassName
{
background-color: #3183F9;
}
</style>
border-color css
<style>
span { border-color: #3183F9; }
span { border-color: rgb(49,131,249); }
td.TdClassName
{
border-color: #3183F9;
}
.TagClassName
{
border-color: #3183F9;
}
</style>