Shades of Dodger Blue #3185FA
Tints of Dodger Blue #3185FA
RGB
CMYK
RGB Variations
Color information
#3185FA (or 0x3185FA) is known color: Dodger Blue. HEX triplet: 31, 85 and FA. RGB value is (49,133,250). Sum of RGB (Red+Green+Blue) = 49+133+250=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #3185FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3185FA is #CE7A05. Grayscale: #787878. Windows color (decimal): -13531654 or 16418097. OLE color: 16418097.
HSL color Cylindrical-coordinate representation of color #3185FA: hue angle of 214.93º 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 #3185FA is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 133 | 250 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.02 |
| HSL | 214.93º | 0.95% | 0.59% | - |
| HSV(B) | 214.93º | 0.8% | 0.98% | - |
| XYZ | 26.91 | 24.33 | 93.72 | - |
| YUV | 121.22 | 200.67 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 250 | 0.80 | 0.47 | 0 | 0.02 | 214.93 | 0.95 | 0.59 |
| Hex | 31 | 85 | FA | 50 | 2F | 0 | 2 | D7 | 5F | 3B |
| Octal | 61 | 205 | 372 | 120 | 57 | 0 | 2 | 327 | 137 | 73 |
| Binary | 110001 | 10000101 | 11111010 | 1010000 | 101111 | 0 | 10 | 11010111 | 1011111 | 111011 |
Color Harmonies of #3185FA
Complementary color
Monochromatic Colors of #3185FA
Black with #3185FA
Text Example
Text Example
White with #3185FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185FA; }
p { color: rgb(49,133,250); }
H1.HeaderClassName
{
color: #3185FA;
}
.AnyTagClassName
{
color: #3185FA;
}
</style>
background-color css
<style>
a { background-color: #3185FA; }
a { background-color: rgb(49,133,250); }
div.DivClassName
{
background-color: #3185FA;
}
.BgClassName
{
background-color: #3185FA;
}
</style>
border-color css
<style>
span { border-color: #3185FA; }
span { border-color: rgb(49,133,250); }
td.TdClassName
{
border-color: #3185FA;
}
.TagClassName
{
border-color: #3185FA;
}
</style>