Html Css Color HEX #84AFF2 Jordy Blue

📋 copy color: '#84AFF2'

red 132 ◦ green 175 ◦ blue 242

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

Shades of Jordy Blue #84AFF2

Tints of Jordy Blue #84AFF2

RGB

 RED value IS 132 (51.95% from 255) = 24.04%

 GREEN value IS 175 (68.75% from 255) = 31.88%

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 24.04%
G = 31.88%
B = 44.08%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#84AFF2 (or 0x84AFF2) is known color: Jordy Blue. HEX triplet: 84, AF and F2. RGB value is (132,175,242). Sum of RGB (Red+Green+Blue) = 132+175+242=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #84AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AFF2 is #7B500D. Grayscale: #A9A9A9. Windows color (decimal): -8081422 or 15904644. OLE color: 15904644.

HSL color Cylindrical-coordinate representation of color #84AFF2: hue angle of 216.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84AFF2 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 175 242 -
CMYK 0.45 0.28 0 0.05
HSL 216.55º 0.81% 0.73% -
HSV(B) 216.55º 0.45% 0.95% -
XYZ 40.87 41.98 89.95 -
YUV 169.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 132 175 242 0.45 0.28 0 0.05 216.55 0.81 0.73
Hex 84 AF F2 2D 1C 0 5 D9 51 49
Octal 204 257 362 55 34 0 5 331 121 111
Binary 10000100 10101111 11110010 101101 11100 0 101 11011001 1010001 1001001

Color Harmonies of #84AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFF2

Black with #84AFF2

Text Example


Text Example

White with #84AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AFF2; }

 p { color: rgb(132,175,242); }

 H1.HeaderClassName
 {
   color: #84AFF2;
 }
 .AnyTagClassName
 {
   color: #84AFF2;
 }
</style>

background-color css

<style>
 a { background-color: #84AFF2; }

 a { background-color: rgb(132,175,242); }

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

border-color css

<style>
 span { border-color: #84AFF2; }

 span { border-color: rgb(132,175,242); }

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