Html Css Color HEX #829FEC Jordy Blue

📋 copy color: '#829FEC'

red 130 ◦ green 159 ◦ blue 236

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

Shades of Jordy Blue #829FEC

Tints of Jordy Blue #829FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 24.76%
G = 30.29%
B = 44.95%

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

#829FEC (or 0x829FEC) is known color: Jordy Blue. HEX triplet: 82, 9F and EC. RGB value is (130,159,236). Sum of RGB (Red+Green+Blue) = 130+159+236=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #829FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FEC is #7D6013. Grayscale: #9E9E9E. Windows color (decimal): -8216596 or 15507330. OLE color: 15507330.

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

Color convert

RGB 130 159 236 -
CMYK 0.45 0.33 0 0.07
HSL 223.58º 0.74% 0.72% -
HSV(B) 223.58º 0.45% 0.93% -
XYZ 36.74 35.6 84.29 -
YUV 159.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 130 159 236 0.45 0.33 0 0.07 223.58 0.74 0.72
Hex 82 9F EC 2D 21 0 7 E0 4A 48
Octal 202 237 354 55 41 0 7 340 112 110
Binary 10000010 10011111 11101100 101101 100001 0 111 11100000 1001010 1001000

Color Harmonies of #829FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FEC

Black with #829FEC

Text Example


Text Example

White with #829FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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