Shades of Dodger Blue #1F82FA
Tints of Dodger Blue #1F82FA
RGB
CMYK
RGB Variations
Color information
#1F82FA (or 0x1F82FA) is known color: Dodger Blue. HEX triplet: 1F, 82 and FA. RGB value is (31,130,250). Sum of RGB (Red+Green+Blue) = 31+130+250=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F82FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F82FA is #E07D05. Grayscale: #717171. Windows color (decimal): -14712070 or 16417311. OLE color: 16417311.
HSL color Cylindrical-coordinate representation of color #1F82FA: hue angle of 212.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F82FA is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 130 | 250 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.02 |
| HSL | 212.88º | 0.96% | 0.55% | - |
| HSV(B) | 212.88º | 0.88% | 0.98% | - |
| XYZ | 25.8 | 23.16 | 93.55 | - |
| YUV | 114.08 | 204.7 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 250 | 0.88 | 0.48 | 0 | 0.02 | 212.88 | 0.96 | 0.55 |
| Hex | 1F | 82 | FA | 58 | 30 | 0 | 2 | D5 | 60 | 37 |
| Octal | 37 | 202 | 372 | 130 | 60 | 0 | 2 | 325 | 140 | 67 |
| Binary | 11111 | 10000010 | 11111010 | 1011000 | 110000 | 0 | 10 | 11010101 | 1100000 | 110111 |
Color Harmonies of #1F82FA
Complementary color
Monochromatic Colors of #1F82FA
Black with #1F82FA
Text Example
Text Example
White with #1F82FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F82FA; }
p { color: rgb(31,130,250); }
H1.HeaderClassName
{
color: #1F82FA;
}
.AnyTagClassName
{
color: #1F82FA;
}
</style>
background-color css
<style>
a { background-color: #1F82FA; }
a { background-color: rgb(31,130,250); }
div.DivClassName
{
background-color: #1F82FA;
}
.BgClassName
{
background-color: #1F82FA;
}
</style>
border-color css
<style>
span { border-color: #1F82FA; }
span { border-color: rgb(31,130,250); }
td.TdClassName
{
border-color: #1F82FA;
}
.TagClassName
{
border-color: #1F82FA;
}
</style>