Shades of Dodger Blue #3A86FB
Tints of Dodger Blue #3A86FB
RGB
CMYK
RGB Variations
Color information
#3A86FB (or 0x3A86FB) is known color: Dodger Blue. HEX triplet: 3A, 86 and FB. RGB value is (58,134,251). Sum of RGB (Red+Green+Blue) = 58+134+251=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A86FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A86FB is #C57904. Grayscale: #7C7C7C. Windows color (decimal): -12941573 or 16483898. OLE color: 16483898.
HSL color Cylindrical-coordinate representation of color #3A86FB: hue angle of 216.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A86FB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 134 | 251 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.02 |
| HSL | 216.37º | 0.96% | 0.61% | - |
| HSV(B) | 216.37º | 0.77% | 0.98% | - |
| XYZ | 27.68 | 24.91 | 94.62 | - |
| YUV | 124.61 | 199.32 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 251 | 0.77 | 0.47 | 0 | 0.02 | 216.37 | 0.96 | 0.61 |
| Hex | 3A | 86 | FB | 4D | 2F | 0 | 2 | D8 | 60 | 3D |
| Octal | 72 | 206 | 373 | 115 | 57 | 0 | 2 | 330 | 140 | 75 |
| Binary | 111010 | 10000110 | 11111011 | 1001101 | 101111 | 0 | 10 | 11011000 | 1100000 | 111101 |
Color Harmonies of #3A86FB
Complementary color
Monochromatic Colors of #3A86FB
Black with #3A86FB
Text Example
Text Example
White with #3A86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A86FB; }
p { color: rgb(58,134,251); }
H1.HeaderClassName
{
color: #3A86FB;
}
.AnyTagClassName
{
color: #3A86FB;
}
</style>
background-color css
<style>
a { background-color: #3A86FB; }
a { background-color: rgb(58,134,251); }
div.DivClassName
{
background-color: #3A86FB;
}
.BgClassName
{
background-color: #3A86FB;
}
</style>
border-color css
<style>
span { border-color: #3A86FB; }
span { border-color: rgb(58,134,251); }
td.TdClassName
{
border-color: #3A86FB;
}
.TagClassName
{
border-color: #3A86FB;
}
</style>