Html Css Color HEX #82A0DA Jordy Blue

📋 copy color: '#82A0DA'

red 130 ◦ green 160 ◦ blue 218

#82A0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #82A0DA

Tints of Jordy Blue #82A0DA

RGB

 RED value IS 130 (51.17% from 255) = 25.59%

 GREEN value IS 160 (62.89% from 255) = 31.5%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 25.59%
G = 31.5%
B = 42.91%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#82A0DA (or 0x82A0DA) is known color: Jordy Blue. HEX triplet: 82, A0 and DA. RGB value is (130,160,218). Sum of RGB (Red+Green+Blue) = 130+160+218=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #82A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0DA is #7D5F25. Grayscale: #9D9D9D. Windows color (decimal): -8216358 or 14327938. OLE color: 14327938.

HSL color Cylindrical-coordinate representation of color #82A0DA: hue angle of 219.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A0DA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 160 218 -
CMYK 0.40 0.27 0 0.15
HSL 219.55º 0.54% 0.68% -
HSV(B) 219.55º 0.4% 0.85% -
XYZ 34.43 34.95 71.26 -
YUV 157.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 130 160 218 0.40 0.27 0 0.15 219.55 0.54 0.68
Hex 82 A0 DA 28 1B 0 F DC 36 44
Octal 202 240 332 50 33 0 17 334 66 104
Binary 10000010 10100000 11011010 101000 11011 0 1111 11011100 110110 1000100

Color Harmonies of #82A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A0DA

Black with #82A0DA

Text Example


Text Example

White with #82A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,160,218); }

 H1.HeaderClassName
 {
   color: #82A0DA;
 }
 .AnyTagClassName
 {
   color: #82A0DA;
 }
</style>

background-color css

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

 a { background-color: rgb(130,160,218); }

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

border-color css

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

 span { border-color: rgb(130,160,218); }

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