Shades of Dodger Blue #3194FD
Tints of Dodger Blue #3194FD
RGB
CMYK
RGB Variations
Color information
#3194FD (or 0x3194FD) is known color: Dodger Blue. HEX triplet: 31, 94 and FD. RGB value is (49,148,253). Sum of RGB (Red+Green+Blue) = 49+148+253=450 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #3194FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3194FD is #CE6B02. Grayscale: #818181. Windows color (decimal): -13527811 or 16618545. OLE color: 16618545.
HSL color Cylindrical-coordinate representation of color #3194FD: hue angle of 210.88º 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 #3194FD is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 148 | 253 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.01 |
| HSL | 210.88º | 0.98% | 0.59% | - |
| HSV(B) | 210.88º | 0.81% | 0.99% | - |
| XYZ | 29.59 | 28.92 | 96.95 | - |
| YUV | 130.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 253 | 0.81 | 0.42 | 0 | 0.01 | 210.88 | 0.98 | 0.59 |
| Hex | 31 | 94 | FD | 51 | 2A | 0 | 1 | D3 | 62 | 3B |
| Octal | 61 | 224 | 375 | 121 | 52 | 0 | 1 | 323 | 142 | 73 |
| Binary | 110001 | 10010100 | 11111101 | 1010001 | 101010 | 0 | 1 | 11010011 | 1100010 | 111011 |
Color Harmonies of #3194FD
Complementary color
Monochromatic Colors of #3194FD
Black with #3194FD
Text Example
Text Example
White with #3194FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194FD; }
p { color: rgb(49,148,253); }
H1.HeaderClassName
{
color: #3194FD;
}
.AnyTagClassName
{
color: #3194FD;
}
</style>
background-color css
<style>
a { background-color: #3194FD; }
a { background-color: rgb(49,148,253); }
div.DivClassName
{
background-color: #3194FD;
}
.BgClassName
{
background-color: #3194FD;
}
</style>
border-color css
<style>
span { border-color: #3194FD; }
span { border-color: rgb(49,148,253); }
td.TdClassName
{
border-color: #3194FD;
}
.TagClassName
{
border-color: #3194FD;
}
</style>