Shades of Dodger Blue #3193EA
Tints of Dodger Blue #3193EA
RGB
CMYK
RGB Variations
Color information
#3193EA (or 0x3193EA) is known color: Dodger Blue. HEX triplet: 31, 93 and EA. RGB value is (49,147,234). Sum of RGB (Red+Green+Blue) = 49+147+234=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #3193EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3193EA is #CE6C15. Grayscale: #7F7F7F. Windows color (decimal): -13528086 or 15373105. OLE color: 15373105.
HSL color Cylindrical-coordinate representation of color #3193EA: hue angle of 208.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3193EA is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 147 | 234 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.08 |
| HSL | 208.22º | 0.81% | 0.55% | - |
| HSV(B) | 208.22º | 0.79% | 0.92% | - |
| XYZ | 26.55 | 27.46 | 81.74 | - |
| YUV | 127.62 | 188.03 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 147 | 234 | 0.79 | 0.37 | 0 | 0.08 | 208.22 | 0.81 | 0.55 |
| Hex | 31 | 93 | EA | 4F | 25 | 0 | 8 | D0 | 51 | 37 |
| Octal | 61 | 223 | 352 | 117 | 45 | 0 | 10 | 320 | 121 | 67 |
| Binary | 110001 | 10010011 | 11101010 | 1001111 | 100101 | 0 | 1000 | 11010000 | 1010001 | 110111 |
Color Harmonies of #3193EA
Complementary color
Monochromatic Colors of #3193EA
Black with #3193EA
Text Example
Text Example
White with #3193EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3193EA; }
p { color: rgb(49,147,234); }
H1.HeaderClassName
{
color: #3193EA;
}
.AnyTagClassName
{
color: #3193EA;
}
</style>
background-color css
<style>
a { background-color: #3193EA; }
a { background-color: rgb(49,147,234); }
div.DivClassName
{
background-color: #3193EA;
}
.BgClassName
{
background-color: #3193EA;
}
</style>
border-color css
<style>
span { border-color: #3193EA; }
span { border-color: rgb(49,147,234); }
td.TdClassName
{
border-color: #3193EA;
}
.TagClassName
{
border-color: #3193EA;
}
</style>