Shades of Dodger Blue #3887FF
Tints of Dodger Blue #3887FF
RGB
CMYK
RGB Variations
Color information
#3887FF (or 0x3887FF) is known color: Dodger Blue. HEX triplet: 38, 87 and FF. RGB value is (56,135,255). Sum of RGB (Red+Green+Blue) = 56+135+255=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #3887FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3887FF is #C77800. Grayscale: #7C7C7C. Windows color (decimal): -13072385 or 16746296. OLE color: 16746296.
HSL color Cylindrical-coordinate representation of color #3887FF: hue angle of 216.18º 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 #3887FF is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 135 | 255 | - |
| CMYK | 0.78 | 0.47 | 0 | 0 |
| HSL | 216.18º | 1% | 0.61% | - |
| HSV(B) | 216.18º | 0.78% | 1% | - |
| XYZ | 28.34 | 25.39 | 98.01 | - |
| YUV | 125.06 | 201.33 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 135 | 255 | 0.78 | 0.47 | 0 | 0 | 216.18 | 1 | 0.61 |
| Hex | 38 | 87 | FF | 4E | 2F | 0 | 0 | D8 | 64 | 3D |
| Octal | 70 | 207 | 377 | 116 | 57 | 0 | 0 | 330 | 144 | 75 |
| Binary | 111000 | 10000111 | 11111111 | 1001110 | 101111 | 0 | 0 | 11011000 | 1100100 | 111101 |
Color Harmonies of #3887FF
Complementary color
Monochromatic Colors of #3887FF
Black with #3887FF
Text Example
Text Example
White with #3887FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3887FF; }
p { color: rgb(56,135,255); }
H1.HeaderClassName
{
color: #3887FF;
}
.AnyTagClassName
{
color: #3887FF;
}
</style>
background-color css
<style>
a { background-color: #3887FF; }
a { background-color: rgb(56,135,255); }
div.DivClassName
{
background-color: #3887FF;
}
.BgClassName
{
background-color: #3887FF;
}
</style>
border-color css
<style>
span { border-color: #3887FF; }
span { border-color: rgb(56,135,255); }
td.TdClassName
{
border-color: #3887FF;
}
.TagClassName
{
border-color: #3887FF;
}
</style>