Html Css Color HEX #829FEE Jordy Blue

📋 copy color: '#829FEE'

red 130 ◦ green 159 ◦ blue 238

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

Shades of Jordy Blue #829FEE

Tints of Jordy Blue #829FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 24.67%
G = 30.17%
B = 45.16%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#829FEE (or 0x829FEE) is known color: Jordy Blue. HEX triplet: 82, 9F and EE. RGB value is (130,159,238). Sum of RGB (Red+Green+Blue) = 130+159+238=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #829FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FEE is #7D6011. Grayscale: #9E9E9E. Windows color (decimal): -8216594 or 15638402. OLE color: 15638402.

HSL color Cylindrical-coordinate representation of color #829FEE: hue angle of 223.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829FEE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 159 238 -
CMYK 0.45 0.33 0 0.07
HSL 223.89º 0.76% 0.72% -
HSV(B) 223.89º 0.45% 0.93% -
XYZ 37.04 35.72 85.83 -
YUV 159.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 130 159 238 0.45 0.33 0 0.07 223.89 0.76 0.72
Hex 82 9F EE 2D 21 0 7 E0 4C 48
Octal 202 237 356 55 41 0 7 340 114 110
Binary 10000010 10011111 11101110 101101 100001 0 111 11100000 1001100 1001000

Color Harmonies of #829FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FEE

Black with #829FEE

Text Example


Text Example

White with #829FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829FEE; }

 p { color: rgb(130,159,238); }

 H1.HeaderClassName
 {
   color: #829FEE;
 }
 .AnyTagClassName
 {
   color: #829FEE;
 }
</style>

background-color css

<style>
 a { background-color: #829FEE; }

 a { background-color: rgb(130,159,238); }

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

border-color css

<style>
 span { border-color: #829FEE; }

 span { border-color: rgb(130,159,238); }

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