#1f82fa

Color #1F82FA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1F82FA

Tints of Dodger Blue #1F82FA

Color information

#1F82FA (or 0x1F82FA) is unknown color: approx 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

RGB31130250-
CMYK0.880.4800.02
HSL212.88º95.63%55.1%-
HSV(B)212.88º87.6%98.04%-
XYZ25.823.1693.55-
YUV114.08204.768.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 7.54%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=7.54%
G=31.63%
B=60.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal311302500.880.4800.02212.8895.6355.1
Hex1F82FA583002d56037
Octal37202372130600232514067
Binary1111110000010111110101011000110000010110101011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f82fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>