Shades of Dodger Blue #3885FA
Tints of Dodger Blue #3885FA
RGB
CMYK
RGB Variations
Color information
#3885FA (or 0x3885FA) is known color: Dodger Blue. HEX triplet: 38, 85 and FA. RGB value is (56,133,250). Sum of RGB (Red+Green+Blue) = 56+133+250=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #3885FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3885FA is #C77A05. Grayscale: #7A7A7A. Windows color (decimal): -13072902 or 16418104. OLE color: 16418104.
HSL color Cylindrical-coordinate representation of color #3885FA: hue angle of 216.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3885FA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 133 | 250 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.02 |
| HSL | 216.19º | 0.95% | 0.6% | - |
| HSV(B) | 216.19º | 0.78% | 0.98% | - |
| XYZ | 27.27 | 24.52 | 93.74 | - |
| YUV | 123.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 250 | 0.78 | 0.47 | 0 | 0.02 | 216.19 | 0.95 | 0.6 |
| Hex | 38 | 85 | FA | 4E | 2F | 0 | 2 | D8 | 5F | 3C |
| Octal | 70 | 205 | 372 | 116 | 57 | 0 | 2 | 330 | 137 | 74 |
| Binary | 111000 | 10000101 | 11111010 | 1001110 | 101111 | 0 | 10 | 11011000 | 1011111 | 111100 |
Color Harmonies of #3885FA
Complementary color
Monochromatic Colors of #3885FA
Black with #3885FA
Text Example
Text Example
White with #3885FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3885FA; }
p { color: rgb(56,133,250); }
H1.HeaderClassName
{
color: #3885FA;
}
.AnyTagClassName
{
color: #3885FA;
}
</style>
background-color css
<style>
a { background-color: #3885FA; }
a { background-color: rgb(56,133,250); }
div.DivClassName
{
background-color: #3885FA;
}
.BgClassName
{
background-color: #3885FA;
}
</style>
border-color css
<style>
span { border-color: #3885FA; }
span { border-color: rgb(56,133,250); }
td.TdClassName
{
border-color: #3885FA;
}
.TagClassName
{
border-color: #3885FA;
}
</style>