Shades of Dodger Blue #3082FD
Tints of Dodger Blue #3082FD
RGB
CMYK
RGB Variations
Color information
#3082FD (or 0x3082FD) is known color: Dodger Blue. HEX triplet: 30, 82 and FD. RGB value is (48,130,253). Sum of RGB (Red+Green+Blue) = 48+130+253=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #3082FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3082FD is #CF7D02. Grayscale: #767676. Windows color (decimal): -13597955 or 16613936. OLE color: 16613936.
HSL color Cylindrical-coordinate representation of color #3082FD: hue angle of 216º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3082FD is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 130 | 253 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.01 |
| HSL | 216º | 0.98% | 0.59% | - |
| HSV(B) | 216º | 0.81% | 0.99% | - |
| XYZ | 26.93 | 23.69 | 96.08 | - |
| YUV | 119.5 | 203.33 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 253 | 0.81 | 0.49 | 0 | 0.01 | 216 | 0.98 | 0.59 |
| Hex | 30 | 82 | FD | 51 | 31 | 0 | 1 | D8 | 62 | 3B |
| Octal | 60 | 202 | 375 | 121 | 61 | 0 | 1 | 330 | 142 | 73 |
| Binary | 110000 | 10000010 | 11111101 | 1010001 | 110001 | 0 | 1 | 11011000 | 1100010 | 111011 |
Color Harmonies of #3082FD
Complementary color
Monochromatic Colors of #3082FD
Black with #3082FD
Text Example
Text Example
White with #3082FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082FD; }
p { color: rgb(48,130,253); }
H1.HeaderClassName
{
color: #3082FD;
}
.AnyTagClassName
{
color: #3082FD;
}
</style>
background-color css
<style>
a { background-color: #3082FD; }
a { background-color: rgb(48,130,253); }
div.DivClassName
{
background-color: #3082FD;
}
.BgClassName
{
background-color: #3082FD;
}
</style>
border-color css
<style>
span { border-color: #3082FD; }
span { border-color: rgb(48,130,253); }
td.TdClassName
{
border-color: #3082FD;
}
.TagClassName
{
border-color: #3082FD;
}
</style>