Html Css Color HEX #82A8F9 Jordy Blue

📋 copy color: '#82A8F9'

red 130 ◦ green 168 ◦ blue 249

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

Shades of Jordy Blue #82A8F9

Tints of Jordy Blue #82A8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.71%

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 23.77%
G = 30.71%
B = 45.52%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82A8F9 (or 0x82A8F9) is known color: Jordy Blue. HEX triplet: 82, A8 and F9. RGB value is (130,168,249). Sum of RGB (Red+Green+Blue) = 130+168+249=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #82A8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A8F9 is #7D5706. Grayscale: #A5A5A5. Windows color (decimal): -8214279 or 16361602. OLE color: 16361602.

HSL color Cylindrical-coordinate representation of color #82A8F9: hue angle of 220.84º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82A8F9 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 168 249 -
CMYK 0.48 0.33 0 0.02
HSL 220.84º 0.91% 0.74% -
HSV(B) 220.84º 0.48% 0.98% -
XYZ 40.31 39.59 95.14 -
YUV 165.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 130 168 249 0.48 0.33 0 0.02 220.84 0.91 0.74
Hex 82 A8 F9 30 21 0 2 DD 5B 4A
Octal 202 250 371 60 41 0 2 335 133 112
Binary 10000010 10101000 11111001 110000 100001 0 10 11011101 1011011 1001010

Color Harmonies of #82A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A8F9

Black with #82A8F9

Text Example


Text Example

White with #82A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,168,249); }

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

background-color css

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

 a { background-color: rgb(130,168,249); }

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

border-color css

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

 span { border-color: rgb(130,168,249); }

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