Shades of Dodger Blue #3192FB
Tints of Dodger Blue #3192FB
RGB
CMYK
RGB Variations
Color information
#3192FB (or 0x3192FB) is known color: Dodger Blue. HEX triplet: 31, 92 and FB. RGB value is (49,146,251). Sum of RGB (Red+Green+Blue) = 49+146+251=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #3192FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3192FB is #CE6D04. Grayscale: #808080. Windows color (decimal): -13528325 or 16486961. OLE color: 16486961.
HSL color Cylindrical-coordinate representation of color #3192FB: hue angle of 211.19º 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 #3192FB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 146 | 251 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.02 |
| HSL | 211.19º | 0.96% | 0.59% | - |
| HSV(B) | 211.19º | 0.8% | 0.98% | - |
| XYZ | 28.96 | 28.18 | 95.18 | - |
| YUV | 128.97 | 196.86 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 251 | 0.80 | 0.42 | 0 | 0.02 | 211.19 | 0.96 | 0.59 |
| Hex | 31 | 92 | FB | 50 | 2A | 0 | 2 | D3 | 60 | 3B |
| Octal | 61 | 222 | 373 | 120 | 52 | 0 | 2 | 323 | 140 | 73 |
| Binary | 110001 | 10010010 | 11111011 | 1010000 | 101010 | 0 | 10 | 11010011 | 1100000 | 111011 |
Color Harmonies of #3192FB
Complementary color
Monochromatic Colors of #3192FB
Black with #3192FB
Text Example
Text Example
White with #3192FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192FB; }
p { color: rgb(49,146,251); }
H1.HeaderClassName
{
color: #3192FB;
}
.AnyTagClassName
{
color: #3192FB;
}
</style>
background-color css
<style>
a { background-color: #3192FB; }
a { background-color: rgb(49,146,251); }
div.DivClassName
{
background-color: #3192FB;
}
.BgClassName
{
background-color: #3192FB;
}
</style>
border-color css
<style>
span { border-color: #3192FB; }
span { border-color: rgb(49,146,251); }
td.TdClassName
{
border-color: #3192FB;
}
.TagClassName
{
border-color: #3192FB;
}
</style>