#85A4FD

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

Shades of Jordy Blue #85A4FD

Tints of Jordy Blue #85A4FD

Color information

#85A4FD (or 0x85A4FD) is unknown color: approx Jordy Blue. HEX triplet: 85, A4 and FD. RGB value is (133,164,253). Sum of RGB (Red+Green+Blue) = 133+164+253=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #85A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A4FD is #7A5B02. Grayscale: #A4A4A4. Windows color (decimal): -8018691 or 16622725. OLE color: 16622725.

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

Color convert

RGB133164253-
CMYK0.470.3500.01
HSL224.5º96.77%75.69%-
HSV(B)224.5º47.43%99.22%-
XYZ40.6838.6398.24-
YUV164.88177.73105.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.18%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 253 (99.22% from 255) = 46%
R=24.18%
G=29.82%
B=46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331642530.470.3500.01224.596.7775.69
Hex85A4FD2F2301e0614c
Octal205244375574301340141114
Binary100001011010010011111101101111100011011110000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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