Shades of Dodger Blue #3193E4
Tints of Dodger Blue #3193E4
RGB
CMYK
RGB Variations
Color information
#3193E4 (or 0x3193E4) is known color: Dodger Blue. HEX triplet: 31, 93 and E4. RGB value is (49,147,228). Sum of RGB (Red+Green+Blue) = 49+147+228=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #3193E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3193E4 is #CE6C1B. Grayscale: #7E7E7E. Windows color (decimal): -13528092 or 14979889. OLE color: 14979889.
HSL color Cylindrical-coordinate representation of color #3193E4: hue angle of 207.15º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3193E4 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 147 | 228 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.11 |
| HSL | 207.15º | 0.77% | 0.54% | - |
| HSV(B) | 207.15º | 0.79% | 0.89% | - |
| XYZ | 25.7 | 27.12 | 77.28 | - |
| YUV | 126.93 | 185.03 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 228 | 0.79 | 0.36 | 0 | 0.11 | 207.15 | 0.77 | 0.54 |
| Hex | 31 | 93 | E4 | 4F | 24 | 0 | B | CF | 4D | 36 |
| Octal | 61 | 223 | 344 | 117 | 44 | 0 | 13 | 317 | 115 | 66 |
| Binary | 110001 | 10010011 | 11100100 | 1001111 | 100100 | 0 | 1011 | 11001111 | 1001101 | 110110 |
Color Harmonies of #3193E4
Complementary color
Monochromatic Colors of #3193E4
Black with #3193E4
Text Example
Text Example
White with #3193E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193E4; }
p { color: rgb(49,147,228); }
H1.HeaderClassName
{
color: #3193E4;
}
.AnyTagClassName
{
color: #3193E4;
}
</style>
background-color css
<style>
a { background-color: #3193E4; }
a { background-color: rgb(49,147,228); }
div.DivClassName
{
background-color: #3193E4;
}
.BgClassName
{
background-color: #3193E4;
}
</style>
border-color css
<style>
span { border-color: #3193E4; }
span { border-color: rgb(49,147,228); }
td.TdClassName
{
border-color: #3193E4;
}
.TagClassName
{
border-color: #3193E4;
}
</style>