Shades of Dodger Blue #3194EF
Tints of Dodger Blue #3194EF
RGB
CMYK
RGB Variations
Color information
#3194EF (or 0x3194EF) is known color: Dodger Blue. HEX triplet: 31, 94 and EF. RGB value is (49,148,239). Sum of RGB (Red+Green+Blue) = 49+148+239=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #3194EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3194EF is #CE6B10. Grayscale: #808080. Windows color (decimal): -13527825 or 15701041. OLE color: 15701041.
HSL color Cylindrical-coordinate representation of color #3194EF: hue angle of 208.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3194EF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 148 | 239 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.06 |
| HSL | 208.74º | 0.86% | 0.56% | - |
| HSV(B) | 208.74º | 0.79% | 0.94% | - |
| XYZ | 27.44 | 28.06 | 85.63 | - |
| YUV | 128.77 | 190.2 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 148 | 239 | 0.79 | 0.38 | 0 | 0.06 | 208.74 | 0.86 | 0.56 |
| Hex | 31 | 94 | EF | 4F | 26 | 0 | 6 | D1 | 56 | 38 |
| Octal | 61 | 224 | 357 | 117 | 46 | 0 | 6 | 321 | 126 | 70 |
| Binary | 110001 | 10010100 | 11101111 | 1001111 | 100110 | 0 | 110 | 11010001 | 1010110 | 111000 |
Color Harmonies of #3194EF
Complementary color
Monochromatic Colors of #3194EF
Black with #3194EF
Text Example
Text Example
White with #3194EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3194EF; }
p { color: rgb(49,148,239); }
H1.HeaderClassName
{
color: #3194EF;
}
.AnyTagClassName
{
color: #3194EF;
}
</style>
background-color css
<style>
a { background-color: #3194EF; }
a { background-color: rgb(49,148,239); }
div.DivClassName
{
background-color: #3194EF;
}
.BgClassName
{
background-color: #3194EF;
}
</style>
border-color css
<style>
span { border-color: #3194EF; }
span { border-color: rgb(49,148,239); }
td.TdClassName
{
border-color: #3194EF;
}
.TagClassName
{
border-color: #3194EF;
}
</style>