Shades of Dodger Blue #3193FD
Tints of Dodger Blue #3193FD
RGB
CMYK
RGB Variations
Color information
#3193FD (or 0x3193FD) is known color: Dodger Blue. HEX triplet: 31, 93 and FD. RGB value is (49,147,253). Sum of RGB (Red+Green+Blue) = 49+147+253=449 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.91% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #3193FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3193FD is #CE6C02. Grayscale: #818181. Windows color (decimal): -13528067 or 16618289. OLE color: 16618289.
HSL color Cylindrical-coordinate representation of color #3193FD: hue angle of 211.18º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3193FD is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 147 | 253 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.01 |
| HSL | 211.18º | 0.98% | 0.59% | - |
| HSV(B) | 211.18º | 0.81% | 0.99% | - |
| XYZ | 29.43 | 28.61 | 96.9 | - |
| YUV | 129.78 | 197.53 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 253 | 0.81 | 0.42 | 0 | 0.01 | 211.18 | 0.98 | 0.59 |
| Hex | 31 | 93 | FD | 51 | 2A | 0 | 1 | D3 | 62 | 3B |
| Octal | 61 | 223 | 375 | 121 | 52 | 0 | 1 | 323 | 142 | 73 |
| Binary | 110001 | 10010011 | 11111101 | 1010001 | 101010 | 0 | 1 | 11010011 | 1100010 | 111011 |
Color Harmonies of #3193FD
Complementary color
Monochromatic Colors of #3193FD
Black with #3193FD
Text Example
Text Example
White with #3193FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193FD; }
p { color: rgb(49,147,253); }
H1.HeaderClassName
{
color: #3193FD;
}
.AnyTagClassName
{
color: #3193FD;
}
</style>
background-color css
<style>
a { background-color: #3193FD; }
a { background-color: rgb(49,147,253); }
div.DivClassName
{
background-color: #3193FD;
}
.BgClassName
{
background-color: #3193FD;
}
</style>
border-color css
<style>
span { border-color: #3193FD; }
span { border-color: rgb(49,147,253); }
td.TdClassName
{
border-color: #3193FD;
}
.TagClassName
{
border-color: #3193FD;
}
</style>