#82A4F0

Color #82A4F0 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #82A4F0

Tints of Jordy Blue #82A4F0

Color information

#82A4F0 (or 0x82A4F0) is unknown color: approx Jordy Blue. HEX triplet: 82, A4 and F0. RGB value is (130,164,240). Sum of RGB (Red+Green+Blue) = 130+164+240=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #82A4F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A4F0 is #7D5B0F. Grayscale: #A2A2A2. Windows color (decimal): -8215312 or 15770754. OLE color: 15770754.

HSL color Cylindrical-coordinate representation of color #82A4F0: hue angle of 221.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82A4F0 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130164240-
CMYK0.460.3200.06
HSL221.45º78.57%72.55%-
HSV(B)221.45º45.83%94.12%-
XYZ38.2137.5987.68-
YUV162.5171.74104.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.34%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=24.34%
G=30.71%
B=44.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301642400.460.3200.06221.4578.5772.55
Hex82A4F02E2006dd4f49
Octal202244360564006335117111
Binary10000010101001001111000010111010000001101101110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A4F0; }

 p { color: rgb(130,164,240); }

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

<style>
 a { background-color: #82A4F0; }

 a { background-color: rgb(130,164,240); }

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

<style>
 span { border-color: #82A4F0; }

 span { border-color: rgb(130,164,240); }

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