Shades of Dodger Blue #3193FB
Tints of Dodger Blue #3193FB
RGB
CMYK
RGB Variations
Color information
#3193FB (or 0x3193FB) is known color: Dodger Blue. HEX triplet: 31, 93 and FB. RGB value is (49,147,251). Sum of RGB (Red+Green+Blue) = 49+147+251=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #3193FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3193FB is #CE6C04. Grayscale: #818181. Windows color (decimal): -13528069 or 16487217. OLE color: 16487217.
HSL color Cylindrical-coordinate representation of color #3193FB: hue angle of 210.89º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3193FB is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 147 | 251 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.02 |
| HSL | 210.89º | 0.96% | 0.59% | - |
| HSV(B) | 210.89º | 0.8% | 0.98% | - |
| XYZ | 29.11 | 28.49 | 95.23 | - |
| YUV | 129.55 | 196.53 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 251 | 0.80 | 0.41 | 0 | 0.02 | 210.89 | 0.96 | 0.59 |
| Hex | 31 | 93 | FB | 50 | 29 | 0 | 2 | D3 | 60 | 3B |
| Octal | 61 | 223 | 373 | 120 | 51 | 0 | 2 | 323 | 140 | 73 |
| Binary | 110001 | 10010011 | 11111011 | 1010000 | 101001 | 0 | 10 | 11010011 | 1100000 | 111011 |
Color Harmonies of #3193FB
Complementary color
Monochromatic Colors of #3193FB
Black with #3193FB
Text Example
Text Example
White with #3193FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193FB; }
p { color: rgb(49,147,251); }
H1.HeaderClassName
{
color: #3193FB;
}
.AnyTagClassName
{
color: #3193FB;
}
</style>
background-color css
<style>
a { background-color: #3193FB; }
a { background-color: rgb(49,147,251); }
div.DivClassName
{
background-color: #3193FB;
}
.BgClassName
{
background-color: #3193FB;
}
</style>
border-color css
<style>
span { border-color: #3193FB; }
span { border-color: rgb(49,147,251); }
td.TdClassName
{
border-color: #3193FB;
}
.TagClassName
{
border-color: #3193FB;
}
</style>