Shades of Dodger Blue #3191EC
Tints of Dodger Blue #3191EC
RGB
CMYK
RGB Variations
Color information
#3191EC (or 0x3191EC) is known color: Dodger Blue. HEX triplet: 31, 91 and EC. RGB value is (49,145,236). Sum of RGB (Red+Green+Blue) = 49+145+236=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #3191EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3191EC is #CE6E13. Grayscale: #7E7E7E. Windows color (decimal): -13528596 or 15503665. OLE color: 15503665.
HSL color Cylindrical-coordinate representation of color #3191EC: hue angle of 209.2º degrees, saturation: 0.83, 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 #3191EC is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 145 | 236 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.07 |
| HSL | 209.2º | 0.83% | 0.56% | - |
| HSV(B) | 209.2º | 0.79% | 0.93% | - |
| XYZ | 26.53 | 26.96 | 83.16 | - |
| YUV | 126.67 | 189.7 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 145 | 236 | 0.79 | 0.39 | 0 | 0.07 | 209.2 | 0.83 | 0.56 |
| Hex | 31 | 91 | EC | 4F | 27 | 0 | 7 | D1 | 53 | 38 |
| Octal | 61 | 221 | 354 | 117 | 47 | 0 | 7 | 321 | 123 | 70 |
| Binary | 110001 | 10010001 | 11101100 | 1001111 | 100111 | 0 | 111 | 11010001 | 1010011 | 111000 |
Color Harmonies of #3191EC
Complementary color
Monochromatic Colors of #3191EC
Black with #3191EC
Text Example
Text Example
White with #3191EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3191EC; }
p { color: rgb(49,145,236); }
H1.HeaderClassName
{
color: #3191EC;
}
.AnyTagClassName
{
color: #3191EC;
}
</style>
background-color css
<style>
a { background-color: #3191EC; }
a { background-color: rgb(49,145,236); }
div.DivClassName
{
background-color: #3191EC;
}
.BgClassName
{
background-color: #3191EC;
}
</style>
border-color css
<style>
span { border-color: #3191EC; }
span { border-color: rgb(49,145,236); }
td.TdClassName
{
border-color: #3191EC;
}
.TagClassName
{
border-color: #3191EC;
}
</style>