Shades of Dodger Blue #3885FF
Tints of Dodger Blue #3885FF
RGB
CMYK
RGB Variations
Color information
#3885FF (or 0x3885FF) is known color: Dodger Blue. HEX triplet: 38, 85 and FF. RGB value is (56,133,255). Sum of RGB (Red+Green+Blue) = 56+133+255=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #3885FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3885FF is #C77A00. Grayscale: #7B7B7B. Windows color (decimal): -13072897 or 16745784. OLE color: 16745784.
HSL color Cylindrical-coordinate representation of color #3885FF: hue angle of 216.78º 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 #3885FF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 133 | 255 | - |
| CMYK | 0.78 | 0.48 | 0 | 0 |
| HSL | 216.78º | 1% | 0.61% | - |
| HSV(B) | 216.78º | 0.78% | 1% | - |
| XYZ | 28.07 | 24.84 | 97.92 | - |
| YUV | 123.89 | 201.99 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 255 | 0.78 | 0.48 | 0 | 0 | 216.78 | 1 | 0.61 |
| Hex | 38 | 85 | FF | 4E | 30 | 0 | 0 | D9 | 64 | 3D |
| Octal | 70 | 205 | 377 | 116 | 60 | 0 | 0 | 331 | 144 | 75 |
| Binary | 111000 | 10000101 | 11111111 | 1001110 | 110000 | 0 | 0 | 11011001 | 1100100 | 111101 |
Color Harmonies of #3885FF
Complementary color
Monochromatic Colors of #3885FF
Black with #3885FF
Text Example
Text Example
White with #3885FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3885FF; }
p { color: rgb(56,133,255); }
H1.HeaderClassName
{
color: #3885FF;
}
.AnyTagClassName
{
color: #3885FF;
}
</style>
background-color css
<style>
a { background-color: #3885FF; }
a { background-color: rgb(56,133,255); }
div.DivClassName
{
background-color: #3885FF;
}
.BgClassName
{
background-color: #3885FF;
}
</style>
border-color css
<style>
span { border-color: #3885FF; }
span { border-color: rgb(56,133,255); }
td.TdClassName
{
border-color: #3885FF;
}
.TagClassName
{
border-color: #3885FF;
}
</style>