Shades of Dodger Blue #3991FF
Tints of Dodger Blue #3991FF
RGB
CMYK
RGB Variations
Color information
#3991FF (or 0x3991FF) is known color: Dodger Blue. HEX triplet: 39, 91 and FF. RGB value is (57,145,255). Sum of RGB (Red+Green+Blue) = 57+145+255=457 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.47% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #3991FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3991FF is #C66E00. Grayscale: #828282. Windows color (decimal): -13004289 or 16748857. OLE color: 16748857.
HSL color Cylindrical-coordinate representation of color #3991FF: hue angle of 213.33º 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 #3991FF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 145 | 255 | - |
| CMYK | 0.78 | 0.43 | 0 | 0 |
| HSL | 213.33º | 1% | 0.61% | - |
| HSV(B) | 213.33º | 0.78% | 1% | - |
| XYZ | 29.86 | 28.34 | 98.5 | - |
| YUV | 131.23 | 197.85 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 255 | 0.78 | 0.43 | 0 | 0 | 213.33 | 1 | 0.61 |
| Hex | 39 | 91 | FF | 4E | 2B | 0 | 0 | D5 | 64 | 3D |
| Octal | 71 | 221 | 377 | 116 | 53 | 0 | 0 | 325 | 144 | 75 |
| Binary | 111001 | 10010001 | 11111111 | 1001110 | 101011 | 0 | 0 | 11010101 | 1100100 | 111101 |
Color Harmonies of #3991FF
Complementary color
Monochromatic Colors of #3991FF
Black with #3991FF
Text Example
Text Example
White with #3991FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3991FF; }
p { color: rgb(57,145,255); }
H1.HeaderClassName
{
color: #3991FF;
}
.AnyTagClassName
{
color: #3991FF;
}
</style>
background-color css
<style>
a { background-color: #3991FF; }
a { background-color: rgb(57,145,255); }
div.DivClassName
{
background-color: #3991FF;
}
.BgClassName
{
background-color: #3991FF;
}
</style>
border-color css
<style>
span { border-color: #3991FF; }
span { border-color: rgb(57,145,255); }
td.TdClassName
{
border-color: #3991FF;
}
.TagClassName
{
border-color: #3991FF;
}
</style>