Shades of Dodger Blue #3184E5
Tints of Dodger Blue #3184E5
RGB
CMYK
RGB Variations
Color information
#3184E5 (or 0x3184E5) is known color: Dodger Blue. HEX triplet: 31, 84 and E5. RGB value is (49,132,229). Sum of RGB (Red+Green+Blue) = 49+132+229=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #3184E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3184E5 is #CE7B1A. Grayscale: #757575. Windows color (decimal): -13531931 or 15041585. OLE color: 15041585.
HSL color Cylindrical-coordinate representation of color #3184E5: hue angle of 212.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3184E5 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 132 | 229 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.10 |
| HSL | 212.33º | 0.78% | 0.55% | - |
| HSV(B) | 212.33º | 0.79% | 0.9% | - |
| XYZ | 23.66 | 22.81 | 77.28 | - |
| YUV | 118.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 229 | 0.79 | 0.42 | 0 | 0.10 | 212.33 | 0.78 | 0.55 |
| Hex | 31 | 84 | E5 | 4F | 2A | 0 | A | D4 | 4E | 37 |
| Octal | 61 | 204 | 345 | 117 | 52 | 0 | 12 | 324 | 116 | 67 |
| Binary | 110001 | 10000100 | 11100101 | 1001111 | 101010 | 0 | 1010 | 11010100 | 1001110 | 110111 |
Color Harmonies of #3184E5
Complementary color
Monochromatic Colors of #3184E5
Black with #3184E5
Text Example
Text Example
White with #3184E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184E5; }
p { color: rgb(49,132,229); }
H1.HeaderClassName
{
color: #3184E5;
}
.AnyTagClassName
{
color: #3184E5;
}
</style>
background-color css
<style>
a { background-color: #3184E5; }
a { background-color: rgb(49,132,229); }
div.DivClassName
{
background-color: #3184E5;
}
.BgClassName
{
background-color: #3184E5;
}
</style>
border-color css
<style>
span { border-color: #3184E5; }
span { border-color: rgb(49,132,229); }
td.TdClassName
{
border-color: #3184E5;
}
.TagClassName
{
border-color: #3184E5;
}
</style>