Shades of Dodger Blue #3184FA
Tints of Dodger Blue #3184FA
RGB
CMYK
RGB Variations
Color information
#3184FA (or 0x3184FA) is known color: Dodger Blue. HEX triplet: 31, 84 and FA. RGB value is (49,132,250). Sum of RGB (Red+Green+Blue) = 49+132+250=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #3184FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3184FA is #CE7B05. Grayscale: #787878. Windows color (decimal): -13531910 or 16417841. OLE color: 16417841.
HSL color Cylindrical-coordinate representation of color #3184FA: hue angle of 215.22º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3184FA is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 132 | 250 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.02 |
| HSL | 215.22º | 0.95% | 0.59% | - |
| HSV(B) | 215.22º | 0.8% | 0.98% | - |
| XYZ | 26.77 | 24.06 | 93.67 | - |
| YUV | 120.64 | 201 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 132 | 250 | 0.80 | 0.47 | 0 | 0.02 | 215.22 | 0.95 | 0.59 |
| Hex | 31 | 84 | FA | 50 | 2F | 0 | 2 | D7 | 5F | 3B |
| Octal | 61 | 204 | 372 | 120 | 57 | 0 | 2 | 327 | 137 | 73 |
| Binary | 110001 | 10000100 | 11111010 | 1010000 | 101111 | 0 | 10 | 11010111 | 1011111 | 111011 |
Color Harmonies of #3184FA
Complementary color
Monochromatic Colors of #3184FA
Black with #3184FA
Text Example
Text Example
White with #3184FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3184FA; }
p { color: rgb(49,132,250); }
H1.HeaderClassName
{
color: #3184FA;
}
.AnyTagClassName
{
color: #3184FA;
}
</style>
background-color css
<style>
a { background-color: #3184FA; }
a { background-color: rgb(49,132,250); }
div.DivClassName
{
background-color: #3184FA;
}
.BgClassName
{
background-color: #3184FA;
}
</style>
border-color css
<style>
span { border-color: #3184FA; }
span { border-color: rgb(49,132,250); }
td.TdClassName
{
border-color: #3184FA;
}
.TagClassName
{
border-color: #3184FA;
}
</style>