Shades of Dodger Blue #3182FF
Tints of Dodger Blue #3182FF
RGB
CMYK
RGB Variations
Color information
#3182FF (or 0x3182FF) is known color: Dodger Blue. HEX triplet: 31, 82 and FF. RGB value is (49,130,255). Sum of RGB (Red+Green+Blue) = 49+130+255=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #3182FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3182FF is #CE7D00. Grayscale: #777777. Windows color (decimal): -13532417 or 16745009. OLE color: 16745009.
HSL color Cylindrical-coordinate representation of color #3182FF: hue angle of 216.41º 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 #3182FF is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 130 | 255 | - |
| CMYK | 0.81 | 0.49 | 0 | 0 |
| HSL | 216.41º | 1% | 0.6% | - |
| HSV(B) | 216.41º | 0.81% | 1% | - |
| XYZ | 27.3 | 23.84 | 97.77 | - |
| YUV | 120.03 | 204.16 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 255 | 0.81 | 0.49 | 0 | 0 | 216.41 | 1 | 0.6 |
| Hex | 31 | 82 | FF | 51 | 31 | 0 | 0 | D8 | 64 | 3C |
| Octal | 61 | 202 | 377 | 121 | 61 | 0 | 0 | 330 | 144 | 74 |
| Binary | 110001 | 10000010 | 11111111 | 1010001 | 110001 | 0 | 0 | 11011000 | 1100100 | 111100 |
Color Harmonies of #3182FF
Complementary color
Monochromatic Colors of #3182FF
Black with #3182FF
Text Example
Text Example
White with #3182FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3182FF; }
p { color: rgb(49,130,255); }
H1.HeaderClassName
{
color: #3182FF;
}
.AnyTagClassName
{
color: #3182FF;
}
</style>
background-color css
<style>
a { background-color: #3182FF; }
a { background-color: rgb(49,130,255); }
div.DivClassName
{
background-color: #3182FF;
}
.BgClassName
{
background-color: #3182FF;
}
</style>
border-color css
<style>
span { border-color: #3182FF; }
span { border-color: rgb(49,130,255); }
td.TdClassName
{
border-color: #3182FF;
}
.TagClassName
{
border-color: #3182FF;
}
</style>