#84A4FD

Color #84A4FD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84A4FD

Tints of Jordy Blue #84A4FD

Color information

#84A4FD (or 0x84A4FD) is unknown color: approx Jordy Blue. HEX triplet: 84, A4 and FD. RGB value is (132,164,253). Sum of RGB (Red+Green+Blue) = 132+164+253=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #84A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A4FD is #7B5B02. Grayscale: #A4A4A4. Windows color (decimal): -8084227 or 16622724. OLE color: 16622724.

HSL color Cylindrical-coordinate representation of color #84A4FD: hue angle of 224.13º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84A4FD is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132164253-
CMYK0.480.3500.01
HSL224.13º96.8%75.49%-
HSV(B)224.13º47.83%99.22%-
XYZ40.5238.5598.23-
YUV164.58177.9104.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.04%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=24.04%
G=29.87%
B=46.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321642530.480.3500.01224.1396.875.49
Hex84A4FD302301e0614b
Octal204244375604301340141113
Binary100001001010010011111101110000100011011110000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,253); }

 H1.HeaderClassName
 {
   color: #84A4FD;
 }
 .AnyTagClassName
 {
   color: #84A4FD;
 }
</style>
background-color css

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

 a { background-color: rgb(132,164,253); }

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

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

 span { border-color: rgb(132,164,253); }

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