Shades of Dodger Blue #3193F6
Tints of Dodger Blue #3193F6
RGB
CMYK
RGB Variations
Color information
#3193F6 (or 0x3193F6) is known color: Dodger Blue. HEX triplet: 31, 93 and F6. RGB value is (49,147,246). Sum of RGB (Red+Green+Blue) = 49+147+246=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #3193F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3193F6 is #CE6C09. Grayscale: #808080. Windows color (decimal): -13528074 or 16159537. OLE color: 16159537.
HSL color Cylindrical-coordinate representation of color #3193F6: hue angle of 210.15º degrees, saturation: 0.92, 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 #3193F6 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 147 | 246 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.04 |
| HSL | 210.15º | 0.92% | 0.58% | - |
| HSV(B) | 210.15º | 0.8% | 0.96% | - |
| XYZ | 28.33 | 28.17 | 91.13 | - |
| YUV | 128.98 | 194.03 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 246 | 0.80 | 0.40 | 0 | 0.04 | 210.15 | 0.92 | 0.58 |
| Hex | 31 | 93 | F6 | 50 | 28 | 0 | 4 | D2 | 5C | 3A |
| Octal | 61 | 223 | 366 | 120 | 50 | 0 | 4 | 322 | 134 | 72 |
| Binary | 110001 | 10010011 | 11110110 | 1010000 | 101000 | 0 | 100 | 11010010 | 1011100 | 111010 |
Color Harmonies of #3193F6
Complementary color
Monochromatic Colors of #3193F6
Black with #3193F6
Text Example
Text Example
White with #3193F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193F6; }
p { color: rgb(49,147,246); }
H1.HeaderClassName
{
color: #3193F6;
}
.AnyTagClassName
{
color: #3193F6;
}
</style>
background-color css
<style>
a { background-color: #3193F6; }
a { background-color: rgb(49,147,246); }
div.DivClassName
{
background-color: #3193F6;
}
.BgClassName
{
background-color: #3193F6;
}
</style>
border-color css
<style>
span { border-color: #3193F6; }
span { border-color: rgb(49,147,246); }
td.TdClassName
{
border-color: #3193F6;
}
.TagClassName
{
border-color: #3193F6;
}
</style>