Shades of Dodger Blue #3186FF
Tints of Dodger Blue #3186FF
RGB
CMYK
RGB Variations
Color information
#3186FF (or 0x3186FF) is known color: Dodger Blue. HEX triplet: 31, 86 and FF. RGB value is (49,134,255). Sum of RGB (Red+Green+Blue) = 49+134+255=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #3186FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3186FF is #CE7900. Grayscale: #797979. Windows color (decimal): -13531393 or 16746033. OLE color: 16746033.
HSL color Cylindrical-coordinate representation of color #3186FF: hue angle of 215.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3186FF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 134 | 255 | - |
| CMYK | 0.81 | 0.47 | 0 | 0 |
| HSL | 215.24º | 1% | 0.6% | - |
| HSV(B) | 215.24º | 0.81% | 1% | - |
| XYZ | 27.84 | 24.92 | 97.95 | - |
| YUV | 122.38 | 202.84 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 255 | 0.81 | 0.47 | 0 | 0 | 215.24 | 1 | 0.6 |
| Hex | 31 | 86 | FF | 51 | 2F | 0 | 0 | D7 | 64 | 3C |
| Octal | 61 | 206 | 377 | 121 | 57 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110001 | 10000110 | 11111111 | 1010001 | 101111 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3186FF
Complementary color
Monochromatic Colors of #3186FF
Black with #3186FF
Text Example
Text Example
White with #3186FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3186FF; }
p { color: rgb(49,134,255); }
H1.HeaderClassName
{
color: #3186FF;
}
.AnyTagClassName
{
color: #3186FF;
}
</style>
background-color css
<style>
a { background-color: #3186FF; }
a { background-color: rgb(49,134,255); }
div.DivClassName
{
background-color: #3186FF;
}
.BgClassName
{
background-color: #3186FF;
}
</style>
border-color css
<style>
span { border-color: #3186FF; }
span { border-color: rgb(49,134,255); }
td.TdClassName
{
border-color: #3186FF;
}
.TagClassName
{
border-color: #3186FF;
}
</style>