Shades of Dodger Blue #3182FE
Tints of Dodger Blue #3182FE
RGB
CMYK
RGB Variations
Color information
#3182FE (or 0x3182FE) is known color: Dodger Blue. HEX triplet: 31, 82 and FE. RGB value is (49,130,254). Sum of RGB (Red+Green+Blue) = 49+130+254=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #3182FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3182FE is #CE7D01. Grayscale: #777777. Windows color (decimal): -13532418 or 16679473. OLE color: 16679473.
HSL color Cylindrical-coordinate representation of color #3182FE: hue angle of 216.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3182FE is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 130 | 254 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.00 |
| HSL | 216.29º | 0.99% | 0.59% | - |
| HSV(B) | 216.29º | 0.81% | 1% | - |
| XYZ | 27.14 | 23.77 | 96.92 | - |
| YUV | 119.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 254 | 0.81 | 0.49 | 0 | 0.00 | 216.29 | 0.99 | 0.59 |
| Hex | 31 | 82 | FE | 51 | 31 | 0 | 0 | D8 | 63 | 3B |
| Octal | 61 | 202 | 376 | 121 | 61 | 0 | 0 | 330 | 143 | 73 |
| Binary | 110001 | 10000010 | 11111110 | 1010001 | 110001 | 0 | 0 | 11011000 | 1100011 | 111011 |
Color Harmonies of #3182FE
Complementary color
Monochromatic Colors of #3182FE
Black with #3182FE
Text Example
Text Example
White with #3182FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3182FE; }
p { color: rgb(49,130,254); }
H1.HeaderClassName
{
color: #3182FE;
}
.AnyTagClassName
{
color: #3182FE;
}
</style>
background-color css
<style>
a { background-color: #3182FE; }
a { background-color: rgb(49,130,254); }
div.DivClassName
{
background-color: #3182FE;
}
.BgClassName
{
background-color: #3182FE;
}
</style>
border-color css
<style>
span { border-color: #3182FE; }
span { border-color: rgb(49,130,254); }
td.TdClassName
{
border-color: #3182FE;
}
.TagClassName
{
border-color: #3182FE;
}
</style>