Shades of Dodger Blue #3185F6
Tints of Dodger Blue #3185F6
RGB
CMYK
RGB Variations
Color information
#3185F6 (or 0x3185F6) is known color: Dodger Blue. HEX triplet: 31, 85 and F6. RGB value is (49,133,246). Sum of RGB (Red+Green+Blue) = 49+133+246=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 246 (96.48% from 255 or 57.48% from 428); Max value from RGB is 246 - color contains mainly: blue. Hex color #3185F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3185F6 is #CE7A09. Grayscale: #787878. Windows color (decimal): -13531658 or 16155953. OLE color: 16155953.
HSL color Cylindrical-coordinate representation of color #3185F6: hue angle of 214.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3185F6 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 133 | 246 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.04 |
| HSL | 214.42º | 0.92% | 0.58% | - |
| HSV(B) | 214.42º | 0.8% | 0.96% | - |
| XYZ | 26.29 | 24.08 | 90.45 | - |
| YUV | 120.77 | 198.67 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 246 | 0.80 | 0.46 | 0 | 0.04 | 214.42 | 0.92 | 0.58 |
| Hex | 31 | 85 | F6 | 50 | 2E | 0 | 4 | D6 | 5C | 3A |
| Octal | 61 | 205 | 366 | 120 | 56 | 0 | 4 | 326 | 134 | 72 |
| Binary | 110001 | 10000101 | 11110110 | 1010000 | 101110 | 0 | 100 | 11010110 | 1011100 | 111010 |
Color Harmonies of #3185F6
Complementary color
Monochromatic Colors of #3185F6
Black with #3185F6
Text Example
Text Example
White with #3185F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3185F6; }
p { color: rgb(49,133,246); }
H1.HeaderClassName
{
color: #3185F6;
}
.AnyTagClassName
{
color: #3185F6;
}
</style>
background-color css
<style>
a { background-color: #3185F6; }
a { background-color: rgb(49,133,246); }
div.DivClassName
{
background-color: #3185F6;
}
.BgClassName
{
background-color: #3185F6;
}
</style>
border-color css
<style>
span { border-color: #3185F6; }
span { border-color: rgb(49,133,246); }
td.TdClassName
{
border-color: #3185F6;
}
.TagClassName
{
border-color: #3185F6;
}
</style>