Shades of Dodger Blue #3183F5
Tints of Dodger Blue #3183F5
RGB
CMYK
RGB Variations
Color information
#3183F5 (or 0x3183F5) is known color: Dodger Blue. HEX triplet: 31, 83 and F5. RGB value is (49,131,245). Sum of RGB (Red+Green+Blue) = 49+131+245=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #3183F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3183F5 is #CE7C0A. Grayscale: #767676. Windows color (decimal): -13532171 or 16089905. OLE color: 16089905.
HSL color Cylindrical-coordinate representation of color #3183F5: hue angle of 214.9º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3183F5 is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 131 | 245 | - |
| CMYK | 0.8 | 0.47 | 0 | 0.04 |
| HSL | 214.9º | 0.91% | 0.58% | - |
| HSV(B) | 214.9º | 0.8% | 0.96% | - |
| XYZ | 25.86 | 23.48 | 89.55 | - |
| YUV | 119.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 245 | 0.8 | 0.47 | 0 | 0.04 | 214.9 | 0.91 | 0.58 |
| Hex | 31 | 83 | F5 | 50 | 2F | 0 | 4 | D7 | 5B | 3A |
| Octal | 61 | 203 | 365 | 120 | 57 | 0 | 4 | 327 | 133 | 72 |
| Binary | 110001 | 10000011 | 11110101 | 1010000 | 101111 | 0 | 100 | 11010111 | 1011011 | 111010 |
Color Harmonies of #3183F5
Complementary color
Monochromatic Colors of #3183F5
Black with #3183F5
Text Example
Text Example
White with #3183F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3183F5; }
p { color: rgb(49,131,245); }
H1.HeaderClassName
{
color: #3183F5;
}
.AnyTagClassName
{
color: #3183F5;
}
</style>
background-color css
<style>
a { background-color: #3183F5; }
a { background-color: rgb(49,131,245); }
div.DivClassName
{
background-color: #3183F5;
}
.BgClassName
{
background-color: #3183F5;
}
</style>
border-color css
<style>
span { border-color: #3183F5; }
span { border-color: rgb(49,131,245); }
td.TdClassName
{
border-color: #3183F5;
}
.TagClassName
{
border-color: #3183F5;
}
</style>