Shades of Dodger Blue #3886FF
Tints of Dodger Blue #3886FF
RGB
CMYK
RGB Variations
Color information
#3886FF (or 0x3886FF) is known color: Dodger Blue. HEX triplet: 38, 86 and FF. RGB value is (56,134,255). Sum of RGB (Red+Green+Blue) = 56+134+255=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #3886FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3886FF is #C77900. Grayscale: #7B7B7B. Windows color (decimal): -13072641 or 16746040. OLE color: 16746040.
HSL color Cylindrical-coordinate representation of color #3886FF: hue angle of 216.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3886FF is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 134 | 255 | - |
| CMYK | 0.78 | 0.47 | 0 | 0 |
| HSL | 216.48º | 1% | 0.61% | - |
| HSV(B) | 216.48º | 0.78% | 1% | - |
| XYZ | 28.21 | 25.11 | 97.97 | - |
| YUV | 124.47 | 201.66 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 134 | 255 | 0.78 | 0.47 | 0 | 0 | 216.48 | 1 | 0.61 |
| Hex | 38 | 86 | FF | 4E | 2F | 0 | 0 | D8 | 64 | 3D |
| Octal | 70 | 206 | 377 | 116 | 57 | 0 | 0 | 330 | 144 | 75 |
| Binary | 111000 | 10000110 | 11111111 | 1001110 | 101111 | 0 | 0 | 11011000 | 1100100 | 111101 |
Color Harmonies of #3886FF
Complementary color
Monochromatic Colors of #3886FF
Black with #3886FF
Text Example
Text Example
White with #3886FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3886FF; }
p { color: rgb(56,134,255); }
H1.HeaderClassName
{
color: #3886FF;
}
.AnyTagClassName
{
color: #3886FF;
}
</style>
background-color css
<style>
a { background-color: #3886FF; }
a { background-color: rgb(56,134,255); }
div.DivClassName
{
background-color: #3886FF;
}
.BgClassName
{
background-color: #3886FF;
}
</style>
border-color css
<style>
span { border-color: #3886FF; }
span { border-color: rgb(56,134,255); }
td.TdClassName
{
border-color: #3886FF;
}
.TagClassName
{
border-color: #3886FF;
}
</style>