Shades of Dodger Blue #3192EE
Tints of Dodger Blue #3192EE
RGB
CMYK
RGB Variations
Color information
#3192EE (or 0x3192EE) is known color: Dodger Blue. HEX triplet: 31, 92 and EE. RGB value is (49,146,238). Sum of RGB (Red+Green+Blue) = 49+146+238=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #3192EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3192EE is #CE6D11. Grayscale: #7F7F7F. Windows color (decimal): -13528338 or 15634993. OLE color: 15634993.
HSL color Cylindrical-coordinate representation of color #3192EE: hue angle of 209.21º 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 #3192EE is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 146 | 238 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.07 |
| HSL | 209.21º | 0.85% | 0.56% | - |
| HSV(B) | 209.21º | 0.79% | 0.93% | - |
| XYZ | 26.98 | 27.38 | 84.75 | - |
| YUV | 127.49 | 190.36 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 146 | 238 | 0.79 | 0.39 | 0 | 0.07 | 209.21 | 0.85 | 0.56 |
| Hex | 31 | 92 | EE | 4F | 27 | 0 | 7 | D1 | 55 | 38 |
| Octal | 61 | 222 | 356 | 117 | 47 | 0 | 7 | 321 | 125 | 70 |
| Binary | 110001 | 10010010 | 11101110 | 1001111 | 100111 | 0 | 111 | 11010001 | 1010101 | 111000 |
Color Harmonies of #3192EE
Complementary color
Monochromatic Colors of #3192EE
Black with #3192EE
Text Example
Text Example
White with #3192EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3192EE; }
p { color: rgb(49,146,238); }
H1.HeaderClassName
{
color: #3192EE;
}
.AnyTagClassName
{
color: #3192EE;
}
</style>
background-color css
<style>
a { background-color: #3192EE; }
a { background-color: rgb(49,146,238); }
div.DivClassName
{
background-color: #3192EE;
}
.BgClassName
{
background-color: #3192EE;
}
</style>
border-color css
<style>
span { border-color: #3192EE; }
span { border-color: rgb(49,146,238); }
td.TdClassName
{
border-color: #3192EE;
}
.TagClassName
{
border-color: #3192EE;
}
</style>