Html Css Color HEX #829FF0 Jordy Blue

📋 copy color: '#829FF0'

red 130 ◦ green 159 ◦ blue 240

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

Shades of Jordy Blue #829FF0

Tints of Jordy Blue #829FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 24.57%
G = 30.06%
B = 45.37%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#829FF0 (or 0x829FF0) is known color: Jordy Blue. HEX triplet: 82, 9F and F0. RGB value is (130,159,240). Sum of RGB (Red+Green+Blue) = 130+159+240=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #829FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FF0 is #7D600F. Grayscale: #9F9F9F. Windows color (decimal): -8216592 or 15769474. OLE color: 15769474.

HSL color Cylindrical-coordinate representation of color #829FF0: hue angle of 224.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829FF0 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 159 240 -
CMYK 0.46 0.34 0 0.06
HSL 224.18º 0.79% 0.73% -
HSV(B) 224.18º 0.46% 0.94% -
XYZ 37.33 35.83 87.39 -
YUV 159.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 130 159 240 0.46 0.34 0 0.06 224.18 0.79 0.73
Hex 82 9F F0 2E 22 0 6 E0 4F 49
Octal 202 237 360 56 42 0 6 340 117 111
Binary 10000010 10011111 11110000 101110 100010 0 110 11100000 1001111 1001001

Color Harmonies of #829FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FF0

Black with #829FF0

Text Example


Text Example

White with #829FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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