#2F82FA

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

Shades of Dodger Blue #2F82FA

Tints of Dodger Blue #2F82FA

Color information

#2F82FA (or 0x2F82FA) is unknown color: approx Dodger Blue. HEX triplet: 2F, 82 and FA. RGB value is (47,130,250). Sum of RGB (Red+Green+Blue) = 47+130+250=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F82FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F82FA is #D07D05. Grayscale: #767676. Windows color (decimal): -13663494 or 16417327. OLE color: 16417327.

HSL color Cylindrical-coordinate representation of color #2F82FA: hue angle of 215.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F82FA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB47130250-
CMYK0.810.4800.02
HSL215.47º95.31%58.24%-
HSV(B)215.47º81.2%98.04%-
XYZ26.4123.4793.58-
YUV118.8620276.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=11.01%
G=30.44%
B=58.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal471302500.810.4800.02215.4795.3158.24
Hex2F82FA513002d75f3a
Octal57202372121600232713772
Binary10111110000010111110101010001110000010110101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F82FA; }

 p { color: rgb(47,130,250); }

 H1.HeaderClassName
 {
   color: #2F82FA;
 }
 .AnyTagClassName
 {
   color: #2F82FA;
 }
</style>
background-color css

<style>
 a { background-color: #2F82FA; }

 a { background-color: rgb(47,130,250); }

 div.DivClassName
 {
   background-color: #2F82FA;
 }
 .BgClassName
 {
   background-color: #2F82FA;
 }
</style>
border-color css

<style>
 span { border-color: #2F82FA; }

 span { border-color: rgb(47,130,250); }

 td.TdClassName
 {
   border-color: #2F82FA;
 }
 .TagClassName
 {
   border-color: #2F82FA;
 }
</style>