Html Css Color HEX #82A7FF Jordy Blue

📋 copy color: '#82A7FF'

red 130 ◦ green 167 ◦ blue 255

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

Shades of Jordy Blue #82A7FF

Tints of Jordy Blue #82A7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.25%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 23.55%
G = 30.25%
B = 46.2%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82A7FF (or 0x82A7FF) is known color: Jordy Blue. HEX triplet: 82, A7 and FF. RGB value is (130,167,255). Sum of RGB (Red+Green+Blue) = 130+167+255=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #82A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A7FF is #7D5800. Grayscale: #A5A5A5. Windows color (decimal): -8214529 or 16754562. OLE color: 16754562.

HSL color Cylindrical-coordinate representation of color #82A7FF: hue angle of 222.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A7FF is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 167 255 -
CMYK 0.49 0.35 0 0
HSL 222.24º 1% 0.75% -
HSV(B) 222.24º 0.49% 1% -
XYZ 41.07 39.6 100.09 -
YUV 165.97 178.24 102.34 -
System Red Green Blue C M Y K H S L
Decimal 130 167 255 0.49 0.35 0 0 222.24 1 0.75
Hex 82 A7 FF 31 23 0 0 DE 64 4B
Octal 202 247 377 61 43 0 0 336 144 113
Binary 10000010 10100111 11111111 110001 100011 0 0 11011110 1100100 1001011

Color Harmonies of #82A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A7FF

Black with #82A7FF

Text Example


Text Example

White with #82A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,167,255); }

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

background-color css

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

 a { background-color: rgb(130,167,255); }

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

border-color css

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

 span { border-color: rgb(130,167,255); }

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