Shades of Dodger Blue #3181FF
Tints of Dodger Blue #3181FF
RGB
CMYK
RGB Variations
Color information
#3181FF (or 0x3181FF) is known color: Dodger Blue. HEX triplet: 31, 81 and FF. RGB value is (49,129,255). Sum of RGB (Red+Green+Blue) = 49+129+255=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #3181FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3181FF is #CE7E00. Grayscale: #767676. Windows color (decimal): -13532673 or 16744753. OLE color: 16744753.
HSL color Cylindrical-coordinate representation of color #3181FF: hue angle of 216.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3181FF is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 129 | 255 | - |
| CMYK | 0.81 | 0.49 | 0 | 0 |
| HSL | 216.7º | 1% | 0.6% | - |
| HSV(B) | 216.7º | 0.81% | 1% | - |
| XYZ | 27.17 | 23.57 | 97.73 | - |
| YUV | 119.44 | 204.5 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 255 | 0.81 | 0.49 | 0 | 0 | 216.7 | 1 | 0.6 |
| Hex | 31 | 81 | FF | 51 | 31 | 0 | 0 | D9 | 64 | 3C |
| Octal | 61 | 201 | 377 | 121 | 61 | 0 | 0 | 331 | 144 | 74 |
| Binary | 110001 | 10000001 | 11111111 | 1010001 | 110001 | 0 | 0 | 11011001 | 1100100 | 111100 |
Color Harmonies of #3181FF
Complementary color
Monochromatic Colors of #3181FF
Black with #3181FF
Text Example
Text Example
White with #3181FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181FF; }
p { color: rgb(49,129,255); }
H1.HeaderClassName
{
color: #3181FF;
}
.AnyTagClassName
{
color: #3181FF;
}
</style>
background-color css
<style>
a { background-color: #3181FF; }
a { background-color: rgb(49,129,255); }
div.DivClassName
{
background-color: #3181FF;
}
.BgClassName
{
background-color: #3181FF;
}
</style>
border-color css
<style>
span { border-color: #3181FF; }
span { border-color: rgb(49,129,255); }
td.TdClassName
{
border-color: #3181FF;
}
.TagClassName
{
border-color: #3181FF;
}
</style>