Shades of Dodger Blue #3194EE
Tints of Dodger Blue #3194EE
RGB
CMYK
RGB Variations
Color information
#3194EE (or 0x3194EE) is known color: Dodger Blue. HEX triplet: 31, 94 and EE. RGB value is (49,148,238). Sum of RGB (Red+Green+Blue) = 49+148+238=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #3194EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3194EE is #CE6B11. Grayscale: #808080. Windows color (decimal): -13527826 or 15635505. OLE color: 15635505.
HSL color Cylindrical-coordinate representation of color #3194EE: hue angle of 208.57º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3194EE is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 148 | 238 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.07 |
| HSL | 208.57º | 0.85% | 0.56% | - |
| HSV(B) | 208.57º | 0.79% | 0.93% | - |
| XYZ | 27.29 | 28.01 | 84.86 | - |
| YUV | 128.66 | 189.7 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 238 | 0.79 | 0.38 | 0 | 0.07 | 208.57 | 0.85 | 0.56 |
| Hex | 31 | 94 | EE | 4F | 26 | 0 | 7 | D1 | 55 | 38 |
| Octal | 61 | 224 | 356 | 117 | 46 | 0 | 7 | 321 | 125 | 70 |
| Binary | 110001 | 10010100 | 11101110 | 1001111 | 100110 | 0 | 111 | 11010001 | 1010101 | 111000 |
Color Harmonies of #3194EE
Complementary color
Monochromatic Colors of #3194EE
Black with #3194EE
Text Example
Text Example
White with #3194EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194EE; }
p { color: rgb(49,148,238); }
H1.HeaderClassName
{
color: #3194EE;
}
.AnyTagClassName
{
color: #3194EE;
}
</style>
background-color css
<style>
a { background-color: #3194EE; }
a { background-color: rgb(49,148,238); }
div.DivClassName
{
background-color: #3194EE;
}
.BgClassName
{
background-color: #3194EE;
}
</style>
border-color css
<style>
span { border-color: #3194EE; }
span { border-color: rgb(49,148,238); }
td.TdClassName
{
border-color: #3194EE;
}
.TagClassName
{
border-color: #3194EE;
}
</style>