Html Css Color HEX #829FED Jordy Blue

📋 copy color: '#829FED'

red 130 ◦ green 159 ◦ blue 237

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

Shades of Jordy Blue #829FED

Tints of Jordy Blue #829FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 24.71%
G = 30.23%
B = 45.06%

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

#829FED (or 0x829FED) is known color: Jordy Blue. HEX triplet: 82, 9F and ED. RGB value is (130,159,237). Sum of RGB (Red+Green+Blue) = 130+159+237=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #829FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FED is #7D6012. Grayscale: #9E9E9E. Windows color (decimal): -8216595 or 15572866. OLE color: 15572866.

HSL color Cylindrical-coordinate representation of color #829FED: hue angle of 223.74º degrees, saturation: 0.75, 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 #829FED is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 159 237 -
CMYK 0.45 0.33 0 0.07
HSL 223.74º 0.75% 0.72% -
HSV(B) 223.74º 0.45% 0.93% -
XYZ 36.89 35.66 85.06 -
YUV 159.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 130 159 237 0.45 0.33 0 0.07 223.74 0.75 0.72
Hex 82 9F ED 2D 21 0 7 E0 4B 48
Octal 202 237 355 55 41 0 7 340 113 110
Binary 10000010 10011111 11101101 101101 100001 0 111 11100000 1001011 1001000

Color Harmonies of #829FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FED

Black with #829FED

Text Example


Text Example

White with #829FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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